Skip to content

Commit 1125a32

Browse files
authored
Merge pull request #727 from sys27/update-version
Update to xFunc 4.5.0 Preview
2 parents da4ee36 + dba2346 commit 1125a32

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "4.4.0",
3+
"version": "4.5.0-preview.{height}",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

xFunc.Cli/xFunc.Cli.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>xfunc</ToolCommandName>
99
<PackageId>xFunc.Cli</PackageId>
10-
<Version>4.4.0</Version>
10+
<Version>4.5.0</Version>
1111
<Product>xFunc.Maths</Product>
1212
<Authors>Dmytro Kyshchenko</Authors>
1313
<Company />
@@ -16,8 +16,8 @@
1616
<PackageProjectUrl>https://github.com/sys27/xFunc</PackageProjectUrl>
1717
<PackageIcon>xFunc.png</PackageIcon>
1818
<PackageTags>math formula parse parser math-parser logic simplification derivative differentiation truth-table condition complex-numbers trigonometry unit-converter</PackageTags>
19-
<AssemblyVersion>4.4.0</AssemblyVersion>
20-
<FileVersion>4.4.0</FileVersion>
19+
<AssemblyVersion>4.5.0</AssemblyVersion>
20+
<FileVersion>4.5.0</FileVersion>
2121
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
2222
<RepositoryType>GitHub</RepositoryType>
2323
<PackageReleaseNotes>https://sys27.github.io/xFunc/articles/change-log.html

xFunc.Maths/xFunc.Maths.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<RootNamespace>xFunc.Maths</RootNamespace>
77
<PackageId>xFunc.Maths</PackageId>
8-
<Version>4.4.0</Version>
8+
<Version>4.5.0</Version>
99
<Product>xFunc.Maths</Product>
1010
<Authors>Dmytro Kyshchenko</Authors>
1111
<Company />
@@ -15,8 +15,8 @@
1515
<PackageIcon>xFunc.png</PackageIcon>
1616
<PackageTags>math formula parse parser math-parser logic simplification derivative differentiation truth-table condition complex-numbers trigonometry unit-converter</PackageTags>
1717
<NeutralLanguage>en</NeutralLanguage>
18-
<AssemblyVersion>4.4.0</AssemblyVersion>
19-
<FileVersion>4.4.0</FileVersion>
18+
<AssemblyVersion>4.5.0</AssemblyVersion>
19+
<FileVersion>4.5.0</FileVersion>
2020
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
2121
<RepositoryType>GitHub</RepositoryType>
2222
<PackageReleaseNotes>https://sys27.github.io/xFunc/articles/change-log.html

0 commit comments

Comments
 (0)