From 206e7ae9174d46c6f2e4f20e4a6090fa68ec3087 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 20 Aug 2024 20:36:54 +0200 Subject: [PATCH] v1.4.5 --- CHANGELOG.md | 4 ++++ Generate-ReleaseNotes.bat | 2 +- System.Linq.Dynamic.Core.sln | 1 - version.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4c66b3..d58e9f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.5 (20 August 2024) +- [#838](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/838) - Fix Blazor WASM System.InvalidOperationException [bug] contributed by [StefH](https://github.com/StefH) +- [#836](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/836) - Blazor Wasm Eval: System.InvalidOperationException: Operation is not valid due to the current state of the object. [bug] + # v1.4.4 (30 July 2024) - [#832](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/832) - Fixed Extension methods on a string [bug] contributed by [StefH](https://github.com/StefH) - [#833](https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/833) - Update DefaultDynamicLinqCustomTypeProvider constructor to be compatible with microsoft/RulesEngine [feature] contributed by [StefH](https://github.com/StefH) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index fb5c920b..9bf03cf6 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,5 +1,5 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=v1.4.4 +SET version=v1.4.5 GitHubReleaseNotes --output CHANGELOG.md --exclude-labels invalid question documentation wontfix environment --language en --version %version% --token %GH_TOKEN% diff --git a/System.Linq.Dynamic.Core.sln b/System.Linq.Dynamic.Core.sln index ce796708..1cabb9fa 100644 --- a/System.Linq.Dynamic.Core.sln +++ b/System.Linq.Dynamic.Core.sln @@ -24,7 +24,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution NuGet.txt = NuGet.txt PackageReadme.md = PackageReadme.md README.md = README.md - report\run-coverlet-local.cmd = report\run-coverlet-local.cmd version.xml = version.xml EndProjectSection EndProject diff --git a/version.xml b/version.xml index e265d039..1e9ea2a1 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - 4 + 5 \ No newline at end of file