Skip to content

Commit 712a218

Browse files
committed
V 1.12
1 parent 58d0ad9 commit 712a218

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.12.0.0**
2+
- Fix #6: Set interceptor is not invoked by auto property initializer
3+
14
**1.11.0.0**
25
- Fix #7: AmbiguousMatchException when subclass hides an inherited property of different type
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.11.0.0";
8+
public const string Version = "1.12.0.0";
99
}

0 commit comments

Comments
 (0)