This commit is contained in:
Stef Heyenrath
2022-12-17 13:42:18 +01:00
parent e22cec1b62
commit 0df5944d06
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=0.0.26
SET version=0.0.27
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
+3 -5
View File
@@ -1,7 +1,5 @@
# 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]
# 0.0.27 (17 December 2022)
- #48 Add support for parameter attributes [enhancement]
- #49 Add support for property and method attributes [enhancement]
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
+4
View File
@@ -1,3 +1,7 @@
# 0.0.27 (17 December 2022)
- [#48](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/48) - Add support for parameter attributes [enhancement] contributed by [StefH](https://github.com/StefH)
- [#49](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/49) - Add support for property and method attributes [enhancement] contributed by [StefH](https://github.com/StefH)
# 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)
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.26</Version>
<Version>0.0.27</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>10</LangVersion>