mmccurrey
Wed, 11 Nov 2009 08:30:13 -0800
Author: mmccurrey Date: Wed Nov 11 16:29:40 2009 New Revision: 834950 URL: http://svn.apache.org/viewvc?rev=834950&view=rev Log: Added the AllowPartiallyTrustedCallers attribute to the assemblies so we can call them from medium trust environments
Modified:
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.Common/AssemblyInfo.cs
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper/AssemblyInfo.cs
Modified: ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.Common/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.Common/AssemblyInfo.cs?rev=834950&r1=834949&r2=834950&view=diff
==============================================================================
--- ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.Common/AssemblyInfo.cs
(original)
+++ ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.Common/AssemblyInfo.cs Wed
Nov 11 16:29:40 2009
@@ -1,16 +1,16 @@
using System;
using System.Reflection;
-
+using System.Security;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: CLSCompliant(true)]
-
+[assembly: AllowPartiallyTrustedCallers]
[assembly: AssemblyCompany("http://ibatis.apache.org/")]
[assembly: AssemblyProduct("iBATIS.NET")]
-[assembly: AssemblyCopyright("Copyright 2008,2005 The Apache Software
Foundation")]
+[assembly: AssemblyCopyright("Copyright 2009,2005 The Apache Software
Foundation")]
[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
[assembly: AssemblyCulture("")]
Modified:
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper/AssemblyInfo.cs?rev=834950&r1=834949&r2=834950&view=diff
==============================================================================
--- ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper/AssemblyInfo.cs
(original)
+++ ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper/AssemblyInfo.cs
Wed Nov 11 16:29:40 2009
@@ -1,5 +1,6 @@
using System;
using System.Reflection;
+using System.Security;
//
@@ -9,10 +10,10 @@
//
[assembly: CLSCompliant(true)]
-
+[assembly: AllowPartiallyTrustedCallers]
[assembly: AssemblyCompany("http://ibatis.apache.org/")]
[assembly: AssemblyProduct("iBATIS.NET")]
-[assembly: AssemblyCopyright("Copyright 2008,2005 The Apache Software
Foundation")]
+[assembly: AssemblyCopyright("Copyright 2009,2005 The Apache Software
Foundation")]
[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
[assembly: AssemblyCulture("")]