We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d0ad9 commit 712a218Copy full SHA for 712a218
Relase notes.md
@@ -1,3 +1,6 @@
1
+**1.12.0.0**
2
+- Fix #6: Set interceptor is not invoked by auto property initializer
3
+
4
**1.11.0.0**
5
- Fix #7: AmbiguousMatchException when subclass hides an inherited property of different type
6
Version.cs
@@ -5,5 +5,5 @@
internal static class Product
7
{
8
- public const string Version = "1.11.0.0";
+ public const string Version = "1.12.0.0";
9
}
0 commit comments