From 3eb9d8ce5f274ff94f4466d1d7892781604c301b Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 13 Dec 2022 16:45:09 +0100 Subject: [PATCH] 0.0.25 --- Generate-ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 5 +++-- ReleaseNotes.md | 4 ++++ .../ProxyInterfaceSourceGenerator.csproj | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Generate-ReleaseNotes.bat b/Generate-ReleaseNotes.bat index 725639d..c88ba5b 100644 --- a/Generate-ReleaseNotes.bat +++ b/Generate-ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=0.0.24 +SET version=0.0.25 GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index d84f46f..529ca1a 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,5 @@ -# 0.0.24 (05 September 2022) -- #39 Use Mapster as mapper [enhancement] +# 0.0.25 (13 December 2022) +- #41 Fixed GetDeterministicHashCodeAsString (use InvariantCulture) [bug] +- #40 Invalid code is generated for some locales (e.g. sv-ES) [bug] The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 960a735..bb977aa 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 0.0.25 (13 December 2022) +- [#41](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/41) - Fixed GetDeterministicHashCodeAsString (use InvariantCulture) [bug] contributed by [StefH](https://github.com/StefH) +- [#40](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/40) - Invalid code is generated for some locales (e.g. sv-ES) [bug] + # 0.0.24 (05 September 2022) - [#39](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/39) - Use Mapster as mapper [enhancement] contributed by [StefH](https://github.com/StefH) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index 29fb6dd..2016ff7 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -1,7 +1,7 @@ - 0.0.24 + 0.0.25 netstandard2.0 {12344228-91F4-4502-9595-39584E5ABB34} 10