From 080eabf1b5962321f5860d3cd29a1c036c6f798e Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 11 May 2012 10:40:15 -0700 Subject: [PATCH] Removing [SecurityRules] attribute from Orchard.Comments --HG-- branch : 1.4.x --- .../Modules/Orchard.Comments/Properties/AssemblyInfo.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs index f4506a1ce..de4cb2828 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs @@ -32,4 +32,3 @@ using System.Security; // by using the '*' as shown below: [assembly: AssemblyVersion("1.4.1")] [assembly: AssemblyFileVersion("1.4.1")] -[assembly:SecurityRules(SecurityRuleSet.Level2)] \ No newline at end of file