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,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]