Skip to content

Commit 7d19bb3

Browse files
committed
0.10.1
1 parent a562cac commit 7d19bb3

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

Generate-ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=0.9.0
3+
SET version=0.10.0
44

55
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
66

PackageReleaseNotes.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 0.9.0 (24 January 2025)
2-
- #88 Use internal Map methods if possible, else use Mapster [enhancement]
1+
# 0.10.0 (04 September 2025)
2+
- #90 add sponsor
3+
- #91 Revert Microsoft.CodeAnalysis.CSharp to version 4.8.0 [enhancement]
4+
- #82 [Bug] Can't generate method if base class and interface are same name.
35

46
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.10.0 (04 September 2025)
2+
- [#90](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/90) - add sponsor contributed by [StefH](https://github.com/StefH)
3+
- [#91](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/91) - Revert Microsoft.CodeAnalysis.CSharp to version 4.8.0 [enhancement] contributed by [StefH](https://github.com/StefH)
4+
- [#82](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/82) - [Bug] Can't generate method if base class and interface are same name.
5+
16
# 0.9.0 (24 January 2025)
27
- [#88](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/88) - Use internal Map methods if possible, else use Mapster [enhancement] contributed by [StefH](https://github.com/StefH)
38

src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.9.0.1</Version>
4+
<Version>0.10.0.0</Version>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<ProjectGuid>{12344228-91F4-4502-9595-39584E5ABB34}</ProjectGuid>
77
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)