From a715de00caea1651633fe38bd80f318cd826dfb5 Mon Sep 17 00:00:00 2001 From: Steve Wagner Date: Fri, 19 Mar 2010 12:44:22 +0100 Subject: [PATCH] Add StrongName to all projects. --- MongoDB.GridFS.Tests/AssemblyInfo.cs | 11 +----- .../MongoDB.GridFS.Tests.csproj | 5 +++ MongoDB.GridFS/AssemblyInfo.cs | 11 +----- MongoDB.GridFS/MongoDB.GridFS.csproj | 7 ++++ MongoDB.Linq.Tests/MongoDB.Linq.Tests.csproj | 5 +++ MongoDB.Linq/AssemblyInfo.cs | 19 +++++++++ MongoDB.Linq/MongoDB.Linq.csproj | 9 ++++- MongoDB.Linq/Properties/AssemblyInfo.cs | 36 ------------------ MongoDB.Net-Tests/MongoDB.Driver.Tests.csproj | 5 +++ MongoDBDriver/AssemblyInfo.cs | 3 -- MongoDBDriver/MongoDB.Driver.csproj | 7 ++++ StrongName.snk | Bin 0 -> 596 bytes 12 files changed, 60 insertions(+), 58 deletions(-) create mode 100644 MongoDB.Linq/AssemblyInfo.cs delete mode 100644 MongoDB.Linq/Properties/AssemblyInfo.cs create mode 100644 StrongName.snk diff --git a/MongoDB.GridFS.Tests/AssemblyInfo.cs b/MongoDB.GridFS.Tests/AssemblyInfo.cs index a393bb35..c11faf1c 100644 --- a/MongoDB.GridFS.Tests/AssemblyInfo.cs +++ b/MongoDB.GridFS.Tests/AssemblyInfo.cs @@ -1,6 +1,5 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - +using System.Reflection; + // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. @@ -18,9 +17,3 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -[assembly: AssemblyDelaySign(false)] -[assembly: AssemblyKeyFile("")] diff --git a/MongoDB.GridFS.Tests/MongoDB.GridFS.Tests.csproj b/MongoDB.GridFS.Tests/MongoDB.GridFS.Tests.csproj index 51175cfd..e7a50443 100644 --- a/MongoDB.GridFS.Tests/MongoDB.GridFS.Tests.csproj +++ b/MongoDB.GridFS.Tests/MongoDB.GridFS.Tests.csproj @@ -10,6 +10,8 @@ MongoDB.GridFS.Tests v3.5 MongoDB.GridFS.Tests + true + ..\StrongName.snk true @@ -45,6 +47,9 @@ App.config + + StrongName.snk + diff --git a/MongoDB.GridFS/AssemblyInfo.cs b/MongoDB.GridFS/AssemblyInfo.cs index 65dd20a6..566dcba6 100644 --- a/MongoDB.GridFS/AssemblyInfo.cs +++ b/MongoDB.GridFS/AssemblyInfo.cs @@ -1,6 +1,5 @@ -using System.Reflection; -using System.Runtime.CompilerServices; - +using System.Reflection; + // Information about this assembly is defined by the following attributes. // Change them to the values specific to your project. @@ -18,9 +17,3 @@ // and "{Major}.{Minor}.{Build}.*" will update just the revision. [assembly: AssemblyVersion("1.0.*")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -[assembly: AssemblyDelaySign(false)] -[assembly: AssemblyKeyFile("")] diff --git a/MongoDB.GridFS/MongoDB.GridFS.csproj b/MongoDB.GridFS/MongoDB.GridFS.csproj index 44c16363..d1b341db 100644 --- a/MongoDB.GridFS/MongoDB.GridFS.csproj +++ b/MongoDB.GridFS/MongoDB.GridFS.csproj @@ -10,6 +10,8 @@ MongoDB.GridFS v2.0 MongoDB.GridFS + true + ..\StrongName.snk true @@ -45,5 +47,10 @@ MongoDB.Driver + + + StrongName.snk + + \ No newline at end of file diff --git a/MongoDB.Linq.Tests/MongoDB.Linq.Tests.csproj b/MongoDB.Linq.Tests/MongoDB.Linq.Tests.csproj index 6f6828b9..06795044 100644 --- a/MongoDB.Linq.Tests/MongoDB.Linq.Tests.csproj +++ b/MongoDB.Linq.Tests/MongoDB.Linq.Tests.csproj @@ -12,6 +12,8 @@ MongoDB.Linq.Tests v3.5 512 + true + ..\StrongName.snk true @@ -75,6 +77,9 @@ App.config + + StrongName.snk +