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 +