diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 01:42:53 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 01:42:53 -0800 |
commit | b9d064cce1cad5d36898851363f0dbdd752514a3 (patch) | |
tree | 472354d53a1e2a3d9d6959bdc801f1d8a06b9bdf | |
parent | 7d0a4148b09c29ea870da76af35a841f19317449 (diff) | |
download | sendgrid-csharp-b9d064cce1cad5d36898851363f0dbdd752514a3.zip sendgrid-csharp-b9d064cce1cad5d36898851363f0dbdd752514a3.tar.gz sendgrid-csharp-b9d064cce1cad5d36898851363f0dbdd752514a3.tar.bz2 |
Try signing the classic way
-rw-r--r-- | SendGrid/SendGrid/SendGrid.csproj | 2 | ||||
-rw-r--r-- | SendGrid/SendGridMail/Mail.csproj | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/SendGrid/SendGrid/SendGrid.csproj b/SendGrid/SendGrid/SendGrid.csproj index e8cc19a..4cb5b56 100644 --- a/SendGrid/SendGrid/SendGrid.csproj +++ b/SendGrid/SendGrid/SendGrid.csproj @@ -37,7 +37,7 @@ <StartupObject /> </PropertyGroup> <PropertyGroup> - <SignAssembly>true</SignAssembly> + <SignAssembly>false</SignAssembly> </PropertyGroup> <PropertyGroup> <AssemblyOriginatorKeyFile>SendGrid.pfx</AssemblyOriginatorKeyFile> diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj index 2322921..85ee4a3 100644 --- a/SendGrid/SendGridMail/Mail.csproj +++ b/SendGrid/SendGridMail/Mail.csproj @@ -94,7 +94,7 @@ <SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
- <AssemblyOriginatorKeyFile>SendGridMail.pfx</AssemblyOriginatorKeyFile>
+ <AssemblyOriginatorKeyFile>sendgrid-csharp.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
@@ -118,7 +118,6 @@ <ItemGroup>
<None Include="packages.config" />
<None Include="sendgrid-csharp.snk" />
- <None Include="SendGridMail.pfx" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|