Skip to content

Commit

Permalink
Merge pull request #751 from sys27/bump-version
Browse files Browse the repository at this point in the history
xFunc 4.4.1
  • Loading branch information
sys27 authored Dec 10, 2023
2 parents af943f6 + 94b7b87 commit 628205a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions docs/articles/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## xFunc v4.5.0 (dev)

## xFunc v4.4.1

* [#733](https://github.com/sys27/xFunc/pull/733) - Lexer optimization.
* [#743](https://github.com/sys27/xFunc/issues/743) - Upgrade to .NET 8. ([#744](https://github.com/sys27/xFunc/pull/744))
* [#749](https://github.com/sys27/xFunc/issues/749) - Remove the obsolete serialization APIs. ([#750](https://github.com/sys27/xFunc/pull/750))

## xFunc v4.4.0

Expand Down
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.5.0-preview.{height}",
"version": "4.4.1-preview.{height}",
"assemblyVersion": {
"precision": "revision"
},
Expand Down
6 changes: 3 additions & 3 deletions xFunc.Cli/xFunc.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>xfunc</ToolCommandName>
<PackageId>xFunc.Cli</PackageId>
<Version>4.5.0</Version>
<Version>4.4.1</Version>
<Product>xFunc.Maths</Product>
<Authors>Dmytro Kyshchenko</Authors>
<Company />
Expand All @@ -16,8 +16,8 @@
<PackageProjectUrl>https://github.com/sys27/xFunc</PackageProjectUrl>
<PackageIcon>xFunc.png</PackageIcon>
<PackageTags>math formula parse parser math-parser logic simplification derivative differentiation condition complex-numbers trigonometry unit-converter</PackageTags>
<AssemblyVersion>4.5.0</AssemblyVersion>
<FileVersion>4.5.0</FileVersion>
<AssemblyVersion>4.4.1</AssemblyVersion>
<FileVersion>4.4.1</FileVersion>
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageReleaseNotes>https://sys27.github.io/xFunc/articles/change-log.html
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.5.0</Version>
<Version>4.4.1</Version>
<Product>xFunc.Maths</Product>
<Authors>Dmytro Kyshchenko</Authors>
<Company />
Expand All @@ -15,8 +15,8 @@
<PackageIcon>xFunc.png</PackageIcon>
<PackageTags>math formula parse parser math-parser logic simplification derivative differentiation condition complex-numbers trigonometry unit-converter</PackageTags>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>4.5.0</AssemblyVersion>
<FileVersion>4.5.0</FileVersion>
<AssemblyVersion>4.4.1</AssemblyVersion>
<FileVersion>4.4.1</FileVersion>
<RepositoryUrl>https://github.com/sys27/xFunc</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageReleaseNotes>https://sys27.github.io/xFunc/articles/change-log.html
Expand Down

0 comments on commit 628205a

Please sign in to comment.