From 0c9441d2404c196fb05d8110a97e056b2024a52d Mon Sep 17 00:00:00 2001 From: Andre Rodrigues Date: Wed, 3 Nov 2010 14:51:39 -0700 Subject: [PATCH] Medium trust: reverting allow partially trusted callers in orchard projects to fix build for now. --HG-- branch : dev --- src/Orchard.Web/Core/Properties/AssemblyInfo.cs | 4 +--- src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Blogs/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Comments/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.ContentQueries/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Email/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Experimental/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Indexing/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Media/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Migrations/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Modules/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Packaging/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Roles/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Search/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Setup/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Tags/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Themes/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Users/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.Widgets/Properties/AssemblyInfo.cs | 4 +--- .../Modules/Orchard.jQuery/Properties/AssemblyInfo.cs | 4 +--- src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs | 4 +--- src/Orchard.Web/Properties/AssemblyInfo.cs | 2 +- src/Orchard/Properties/AssemblyInfo.cs | 4 +--- 28 files changed, 28 insertions(+), 82 deletions(-) diff --git a/src/Orchard.Web/Core/Properties/AssemblyInfo.cs b/src/Orchard.Web/Core/Properties/AssemblyInfo.cs index 2937f6632..4fd9c3d43 100644 --- a/src/Orchard.Web/Core/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Core/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs index 9425ade45..320416cb5 100644 --- a/src/Orchard.Web/Modules/Lucene/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Lucene/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs index 1bd8d172b..bc729b002 100644 --- a/src/Orchard.Web/Modules/Orchard.ArchiveLater/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ArchiveLater/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs index ac999fbe5..82736b992 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Blogs/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs index 319d4adbe..30815a8e9 100644 --- a/src/Orchard.Web/Modules/Orchard.CodeGeneration/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.CodeGeneration/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs index c6daeb25a..5450aa3c6 100644 --- a/src/Orchard.Web/Modules/Orchard.Comments/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Comments/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.ContentQueries/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ContentQueries/Properties/AssemblyInfo.cs index a4b31650f..cc99e9a99 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentQueries/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ContentQueries/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs index c33688556..8292268c4 100644 --- a/src/Orchard.Web/Modules/Orchard.ContentTypes/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.ContentTypes/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs index d0346bf5b..73f6dc1af 100644 --- a/src/Orchard.Web/Modules/Orchard.Email/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Email/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Experimental/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Experimental/Properties/AssemblyInfo.cs index 873d99115..c38e976a1 100644 --- a/src/Orchard.Web/Modules/Orchard.Experimental/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Experimental/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs index 9aa839895..959720dc3 100644 --- a/src/Orchard.Web/Modules/Orchard.Indexing/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Indexing/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs index 6a7b5cd32..8038bbec6 100644 --- a/src/Orchard.Web/Modules/Orchard.Media/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Media/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs index aa788dfbc..4900ea1bd 100644 --- a/src/Orchard.Web/Modules/Orchard.Migrations/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Migrations/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs index 47871c315..e105536ce 100644 --- a/src/Orchard.Web/Modules/Orchard.Modules/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Modules/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs index 3f010ef08..66f4a818a 100644 --- a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.MultiTenancy/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs index 9cfc56b85..3aac66b70 100644 --- a/src/Orchard.Web/Modules/Orchard.Packaging/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Packaging/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs index 4491bed4e..df69950bf 100644 --- a/src/Orchard.Web/Modules/Orchard.PublishLater/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.PublishLater/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs index 01e75e4c3..8edd092ca 100644 --- a/src/Orchard.Web/Modules/Orchard.Roles/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Roles/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs index c9244f7f0..3d04dbcbe 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Search/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs index 03a777491..fe99b00c3 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Setup/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs index 3faa38efa..6dd90e246 100644 --- a/src/Orchard.Web/Modules/Orchard.Tags/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Tags/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs index 62387df82..f3779c298 100644 --- a/src/Orchard.Web/Modules/Orchard.Themes/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Themes/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs index 05453cd5e..7e4b74937 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Users/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs index fe44619b7..3c9bd002b 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.Widgets/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; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs index 72064cc50..8bcd655ea 100644 --- a/src/Orchard.Web/Modules/Orchard.jQuery/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/Orchard.jQuery/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs b/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs index 27974ab01..d84370e09 100644 --- a/src/Orchard.Web/Modules/TinyMce/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Modules/TinyMce/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 @@ -31,5 +30,4 @@ using System.Security; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard.Web/Properties/AssemblyInfo.cs b/src/Orchard.Web/Properties/AssemblyInfo.cs index 152e267e6..d63a5f9fc 100644 --- a/src/Orchard.Web/Properties/AssemblyInfo.cs +++ b/src/Orchard.Web/Properties/AssemblyInfo.cs @@ -34,4 +34,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file diff --git a/src/Orchard/Properties/AssemblyInfo.cs b/src/Orchard/Properties/AssemblyInfo.cs index 988892152..42aa20cd9 100644 --- a/src/Orchard/Properties/AssemblyInfo.cs +++ b/src/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 @@ -36,5 +35,4 @@ using System.Security; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.8.0")] -[assembly: AssemblyFileVersion("0.8.0")] -[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file +[assembly: AssemblyFileVersion("0.8.0")] \ No newline at end of file