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 5f64902 commit 44b2459Copy full SHA for 44b2459
Relase notes.md
@@ -1,3 +1,6 @@
1
+**1.6.0.0**
2
+- Seal attributes to avoid CA warnings in target module
3
+
4
**1.5.0.0**
5
- Preserve interceptor attributes locally to enable inheritance across modules
6
Version.cs
@@ -5,5 +5,5 @@
internal static class Product
7
{
8
- public const string Version = "1.5.0.0";
+ public const string Version = "1.6.0.0";
9
}
0 commit comments