Skip to content

Commit 2011b75

Browse files
committed
V 1.3
1 parent 422a10f commit 2011b75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Relase notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**1.3.0.0**
2+
- Fix possible exception in SetBackingField for empty properties.
3+
14
**1.2.0.0**
25
- Add auto-property interceptor
36

Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
internal static class Product
77
{
8-
public const string Version = "1.2.0.0";
8+
public const string Version = "1.3.0.0";
99
}

0 commit comments

Comments
 (0)