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 422a10f commit 2011b75Copy full SHA for 2011b75
Relase notes.md
@@ -1,3 +1,6 @@
1
+**1.3.0.0**
2
+- Fix possible exception in SetBackingField for empty properties.
3
+
4
**1.2.0.0**
5
- Add auto-property interceptor
6
Version.cs
@@ -5,5 +5,5 @@
internal static class Product
7
{
8
- public const string Version = "1.2.0.0";
+ public const string Version = "1.3.0.0";
9
}
0 commit comments