Skip to content

Commit 44b2459

Browse files
committed
V 1.6
1 parent 5f64902 commit 44b2459

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.6.0.0**
2+
- Seal attributes to avoid CA warnings in target module
3+
14
**1.5.0.0**
25
- Preserve interceptor attributes locally to enable inheritance across modules
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.5.0.0";
8+
public const string Version = "1.6.0.0";
99
}

0 commit comments

Comments
 (0)