summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SendGrid/SendGrid/SendGrid.csproj6
-rw-r--r--SendGrid/SendGrid/SendGrid.pfxbin1709 -> 0 bytes
-rw-r--r--SendGrid/UnitTest/UnitTests.csproj7
-rw-r--r--SendGrid/UnitTest/sendgrid-csharp.snkbin0 -> 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
deleted file mode 100644
index 4085fa0..0000000
--- a/SendGrid/SendGrid/SendGrid.pfx
+++ /dev/null
Binary files differ
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
new file mode 100644
index 0000000..aff2944
--- /dev/null
+++ b/SendGrid/UnitTest/sendgrid-csharp.snk
Binary files differ