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 032ce97 commit 6da35d4Copy full SHA for 6da35d4
src/FluentNHibernate/Properties/AssemblyInfo.cs
@@ -7,5 +7,6 @@
7
// associated with an assembly.
8
[assembly: AssemblyTitle("FluentNHibernate")]
9
[assembly: AssemblyDescription("")]
10
-[assembly: CLSCompliant(true)]
11
-[assembly: AssemblyVersionAttribute("1.4.0.0")]
+[assembly: CLSCompliant(true)]
+[assembly: AssemblyVersionAttribute("1.4.0.0")]
12
+[assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level1)]
0 commit comments