Skip to content

Commit

Permalink
xFunc 4.1.0 (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
sys27 authored May 23, 2022
1 parent fb4f73a commit 3e0ca62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.1.0-preview.{height}",
"version": "4.1.0",
"assemblyVersion": {
"precision": "revision"
},
Expand Down
6 changes: 3 additions & 3 deletions xFunc.DotnetTool/xFunc.DotnetTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>xFunc</ToolCommandName>
<PackageId>xFunc.DotnetTool</PackageId>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<Product>xFunc.Maths</Product>
<Authors>Dmytro Kyshchenko</Authors>
<Company />
<Copyright>Copyright ©2012-2022 Dmytro Kyshchenko</Copyright>
<PackageProjectUrl>https://github.com/sys27/xFunc</PackageProjectUrl>
<PackageIcon>xFunc.png</PackageIcon>
<PackageTags>Math Expression Expressions Parser MathParser Differentiation Simplification</PackageTags>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<AssemblyVersion>4.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
6 changes: 3 additions & 3 deletions xFunc.Maths/xFunc.Maths.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<RootNamespace>xFunc.Maths</RootNamespace>
<PackageId>xFunc.Maths</PackageId>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<Product>xFunc.Maths</Product>
<Authors>Dmytro Kyshchenko</Authors>
<Company />
Expand All @@ -15,8 +15,8 @@
<PackageIcon>xFunc.png</PackageIcon>
<PackageTags>Math Expression Expressions Parser MathParser Differentiation Simplification</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>4.0.0</AssemblyVersion>
<FileVersion>4.0.0</FileVersion>
<AssemblyVersion>4.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageReleaseNotes>https://github.com/sys27/xFunc/wiki/ChangeLog
Expand Down

0 comments on commit 3e0ca62

Please sign in to comment.