public enum ProxyClassAccessibility

This commit is contained in:
Stef Heyenrath
2023-02-24 21:52:30 +01:00
parent 994e55c4be
commit 18ba453cbc
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes
SET version=0.0.32
SET version=0.0.33
GitHubReleaseNotes --output "ReleaseNotes.md" --skip-empty-releases --exclude-labels question invalid doc --version %version%
+1 -1
View File
@@ -1,4 +1,4 @@
# 0.0.32 (24 February 2023)
# 0.0.33 (24 February 2023)
- #58 Add support for public and internal ProxyClass [enhancement]
- #56 Internal proxies/Proxy factory [enhancement]
+1 -1
View File
@@ -1,4 +1,4 @@
# 0.0.32 (24 February 2023)
# 0.0.33 (24 February 2023)
- [#58](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/58) - Add support for public and internal ProxyClass [enhancement] contributed by [StefH](https://github.com/StefH)
- [#56](https://github.com/StefH/ProxyInterfaceSourceGenerator/issues/56) - Internal proxies/Proxy factory [enhancement]
@@ -49,7 +49,7 @@ namespace ProxyInterfaceGenerator
}}
[Flags]
internal enum ProxyClassAccessibility
public enum ProxyClassAccessibility
{{
Public = 0,