This commit is contained in:
Stef Heyenrath
2024-04-23 12:20:39 +02:00
parent 4490925655
commit 68864378d0
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=0.0.37
SET version=0.0.38
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
+2 -2
View File
@@ -1,4 +1,4 @@
# 0.0.37 (06 December 2023)
- #66 Exclude System.Runtime.CompilerServices.NullableContextAttribute [enhancement]
# 0.0.38 (23 April 2024)
- #67 Do not redefine interfaces. [enhancement]
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
+3
View File
@@ -1,3 +1,6 @@
# 0.0.38 (23 April 2024)
- [#67](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/67) - Do not redefine interfaces. [enhancement] contributed by [Fieslix](https://github.com/Fieslix)
# 0.0.37 (06 December 2023)
- [#66](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/66) - Exclude System.Runtime.CompilerServices.NullableContextAttribute [enhancement] contributed by [StefH](https://github.com/StefH)
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.37</Version>
<Version>0.0.38</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
<LangVersion>10</LangVersion>