Skip to content

Commit

Permalink
Update version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sys27 committed Jun 5, 2023
1 parent 07967b8 commit ff9359a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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.1.0</Version>
<Version>4.2.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.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<AssemblyVersion>4.2.0</AssemblyVersion>
<FileVersion>4.2.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.1.0</Version>
<Version>4.2.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.1.0</AssemblyVersion>
<FileVersion>4.1.0</FileVersion>
<AssemblyVersion>4.2.0</AssemblyVersion>
<FileVersion>4.2.0</FileVersion>
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageReleaseNotes>https://github.com/sys27/xFunc/wiki/ChangeLog
Expand Down
1 change: 1 addition & 0 deletions xFunc.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.stylecop.json = .stylecop.json
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{7D6A31E3-42CF-49E7-A0D2-657A460388BC}"
Expand Down

0 comments on commit ff9359a

Please sign in to comment.