From 94b7b8799f9864e73258335cfb63abb7be455f15 Mon Sep 17 00:00:00 2001 From: Dmytro Kyshchenko Date: Sun, 10 Dec 2023 19:09:47 +0200 Subject: [PATCH] xFunc 4.4.1 --- docs/articles/change-log.md | 4 ++++ version.json | 2 +- xFunc.Cli/xFunc.Cli.csproj | 6 +++--- xFunc.Maths/xFunc.Maths.csproj | 6 +++--- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/articles/change-log.md b/docs/articles/change-log.md index 1e1e95e99..5cc37d708 100644 --- a/docs/articles/change-log.md +++ b/docs/articles/change-log.md @@ -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 diff --git a/version.json b/version.json index b6fc6bfe7..14fc6265e 100644 --- a/version.json +++ b/version.json @@ -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" }, diff --git a/xFunc.Cli/xFunc.Cli.csproj b/xFunc.Cli/xFunc.Cli.csproj index 9fe92047d..250787d04 100644 --- a/xFunc.Cli/xFunc.Cli.csproj +++ b/xFunc.Cli/xFunc.Cli.csproj @@ -7,7 +7,7 @@ true xfunc xFunc.Cli - 4.5.0 + 4.4.1 xFunc.Maths Dmytro Kyshchenko @@ -16,8 +16,8 @@ https://github.com/sys27/xFunc xFunc.png math formula parse parser math-parser logic simplification derivative differentiation condition complex-numbers trigonometry unit-converter - 4.5.0 - 4.5.0 + 4.4.1 + 4.4.1 https://github.com/sys27/xFunc GitHub https://sys27.github.io/xFunc/articles/change-log.html diff --git a/xFunc.Maths/xFunc.Maths.csproj b/xFunc.Maths/xFunc.Maths.csproj index 33d063ef3..9722b346a 100644 --- a/xFunc.Maths/xFunc.Maths.csproj +++ b/xFunc.Maths/xFunc.Maths.csproj @@ -5,7 +5,7 @@ latest xFunc.Maths xFunc.Maths - 4.5.0 + 4.4.1 xFunc.Maths Dmytro Kyshchenko @@ -15,8 +15,8 @@ xFunc.png math formula parse parser math-parser logic simplification derivative differentiation condition complex-numbers trigonometry unit-converter en - 4.5.0 - 4.5.0 + 4.4.1 + 4.4.1 https://github.com/sys27/xFunc GitHub https://sys27.github.io/xFunc/articles/change-log.html