diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 09:51:40 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 09:51:40 -0800 |
commit | c5cc14696dbd2c52b29fd71a33aafe2fc31c9f9a (patch) | |
tree | 6d000c4789410561ba90ebb154b6abaf1e7afa72 | |
parent | 1925f21b75ff4d1bb4c0c242eb0861b17bdd3e26 (diff) | |
download | sendgrid-csharp-c5cc14696dbd2c52b29fd71a33aafe2fc31c9f9a.zip sendgrid-csharp-c5cc14696dbd2c52b29fd71a33aafe2fc31c9f9a.tar.gz sendgrid-csharp-c5cc14696dbd2c52b29fd71a33aafe2fc31c9f9a.tar.bz2 |
Updating assembly signings
-rw-r--r-- | SendGrid/SendGrid/SendGrid.csproj | 6 | ||||
-rw-r--r-- | SendGrid/SendGrid/SendGrid.pfx | bin | 1709 -> 0 bytes | |||
-rw-r--r-- | SendGrid/UnitTest/UnitTests.csproj | 7 | ||||
-rw-r--r-- | SendGrid/UnitTest/sendgrid-csharp.snk | bin | 0 -> 596 bytes |
4 files changed, 10 insertions, 3 deletions
diff --git a/SendGrid/SendGrid/SendGrid.csproj b/SendGrid/SendGrid/SendGrid.csproj index 4cb5b56..d9645d0 100644 --- a/SendGrid/SendGrid/SendGrid.csproj +++ b/SendGrid/SendGrid/SendGrid.csproj @@ -37,10 +37,10 @@ <StartupObject /> </PropertyGroup> <PropertyGroup> - <SignAssembly>false</SignAssembly> + <SignAssembly>true</SignAssembly> </PropertyGroup> <PropertyGroup> - <AssemblyOriginatorKeyFile>SendGrid.pfx</AssemblyOriginatorKeyFile> + <AssemblyOriginatorKeyFile>sendgrid-csharp.snk</AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> @@ -69,7 +69,7 @@ <ItemGroup> <None Include="App.config" /> <None Include="packages.config" /> - <None Include="SendGrid.pfx" /> + <None Include="sendgrid-csharp.snk" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> diff --git a/SendGrid/SendGrid/SendGrid.pfx b/SendGrid/SendGrid/SendGrid.pfx Binary files differdeleted file mode 100644 index 4085fa0..0000000 --- a/SendGrid/SendGrid/SendGrid.pfx +++ /dev/null diff --git a/SendGrid/UnitTest/UnitTests.csproj b/SendGrid/UnitTest/UnitTests.csproj index 1c6f0fc..d6ef8ae 100644 --- a/SendGrid/UnitTest/UnitTests.csproj +++ b/SendGrid/UnitTest/UnitTests.csproj @@ -35,6 +35,12 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> + <PropertyGroup> + <SignAssembly>true</SignAssembly> + </PropertyGroup> + <PropertyGroup> + <AssemblyOriginatorKeyFile>sendgrid-csharp.snk</AssemblyOriginatorKeyFile> + </PropertyGroup> <ItemGroup> <Reference Include="Microsoft.CSharp" /> <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> @@ -85,6 +91,7 @@ <ItemGroup> <None Include="app.config" /> <None Include="packages.config" /> + <None Include="sendgrid-csharp.snk" /> </ItemGroup> <Choose> <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> diff --git a/SendGrid/UnitTest/sendgrid-csharp.snk b/SendGrid/UnitTest/sendgrid-csharp.snk Binary files differnew file mode 100644 index 0000000..aff2944 --- /dev/null +++ b/SendGrid/UnitTest/sendgrid-csharp.snk |