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 81b11b6 commit dcf0461Copy full SHA for dcf0461
Relase notes.md
@@ -1,3 +1,6 @@
1
+**1.13.0.0**
2
+- Fine-tune #6 to support get-only properties.
3
+
4
**1.12.0.0**
5
- Fix #6: Set interceptor is not invoked by auto property initializer
6
Version.cs
@@ -5,5 +5,5 @@
internal static class Product
7
{
8
- public const string Version = "1.12.0.0";
+ public const string Version = "1.13.0.0";
9
}
0 commit comments