This commit is contained in:
Stef Heyenrath
2022-05-08 19:48:15 +02:00
parent 533901ec48
commit ad2b22b008
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
# 0.0.20 (08 May 2022)
- #35 The new() constraint must be the last constraint specified [bug]
# 0.0.21 (08 May 2022)
- #36 If the parameter is defined as Nullable, always return "null" as default value. [enhancement]
The full release notes can be found here: https://github.com/StefH/ProxyInterfaceSourceGenerator/blob/main/ReleaseNotes.md
+3
View File
@@ -1,3 +1,6 @@
# 0.0.21 (08 May 2022)
- [#36](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/36) - If the parameter is defined as Nullable, always return "null" as default value. [enhancement] contributed by [StefH](https://github.com/StefH)
# 0.0.20 (08 May 2022)
- [#35](https://github.com/StefH/ProxyInterfaceSourceGenerator/pull/35) - The new() constraint must be the last constraint specified [bug] contributed by [StefH](https://github.com/StefH)