This commit is contained in:
Stef Heyenrath
2022-12-14 14:25:24 +01:00
parent d340c6af7c
commit 6405e999b7
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=0.0.25
SET version=0.0.26
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
+5 -3
View File
@@ -1,5 +1,7 @@
# 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]
# 0.0.26 (14 December 2022)
- #46 Add support to generate code for interface without a namespace [enhancement]
- #47 Only generate setters and getters for public properties [bug]
- #42 Build error on missing namespace [bug]
- #44 Build error on mixed visibility properties [bug]
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
+6
View File
@@ -1,3 +1,9 @@
# 0.0.26 (14 December 2022)
- [#46](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/46) - Add support to generate code for interface without a namespace [enhancement] contributed by [StefH](https://github.com/StefH)
- [#47](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/47) - Only generate setters and getters for public properties [bug] contributed by [StefH](https://github.com/StefH)
- [#42](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/42) - Build error on missing namespace [bug]
- [#44](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/44) - Build error on mixed visibility properties [bug]
# 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]
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.25</Version>
<Version>0.0.26</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>10</LangVersion>