public enum ProxyClassAccessibility
This commit is contained in:
@@ -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,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
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user