From 29650f189efbf7debb2e57e337e6c3b823ead4c5 Mon Sep 17 00:00:00 2001 From: "andrerod@andrerod-dev1.redmond.corp.microsoft.com" Date: Tue, 13 Sep 2011 10:38:26 -0700 Subject: [PATCH] #18112: Removing incorrect security attribute --HG-- branch : 1.x --- src/Tools/Orchard/Properties/AssemblyInfo.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Tools/Orchard/Properties/AssemblyInfo.cs b/src/Tools/Orchard/Properties/AssemblyInfo.cs index b3abe80a9..5f6bec3c8 100644 --- a/src/Tools/Orchard/Properties/AssemblyInfo.cs +++ b/src/Tools/Orchard/Properties/AssemblyInfo.cs @@ -1,6 +1,5 @@ using System.Reflection; using System.Runtime.InteropServices; -using System.Security; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -32,5 +31,4 @@ using System.Security; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyFileVersion("1.2.0")] -[assembly: SecurityCritical] +[assembly: AssemblyFileVersion("1.2.0")] \ No newline at end of file