Skip to content

Commit cbd467d

Browse files
committed
0.0.35
1 parent e0ff3e4 commit cbd467d

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Generate-ReleaseNotes.bat

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

3-
SET version=0.0.34
3+
SET version=0.0.35
44

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

PackageReleaseNotes.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 0.0.34 (25 February 2023)
2-
- #58 Add support for public and internal ProxyClass [enhancement]
3-
- #56 Internal proxies/Proxy factory [enhancement]
1+
# 0.0.35 (02 March 2023)
2+
- #61 Fix "ref" parameter [bug]
3+
- #60 Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [bug]
44

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

ReleaseNotes.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.35 (02 March 2023)
2+
- [#61](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/61) - Fix "ref" parameter [bug] contributed by [StefH](https://github.com/StefH)
3+
- [#60](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/60) - Parameters passed in with Keyword "ref" are proxied such that they are no longer updated by reference [bug]
4+
15
# 0.0.34 (25 February 2023)
26
- [#58](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/58) - Add support for public and internal ProxyClass [enhancement] contributed by [StefH](https://github.com/StefH)
37
- [#56](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/56) - Internal proxies/Proxy factory [enhancement]

src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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

0 commit comments

Comments
 (0)