diff options
author | Brandon West <brawest@gmail.com> | 2015-04-22 18:53:39 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2015-04-22 18:53:39 -0600 |
commit | 9f0dbd6513b1be7654bfd6fce29942a086fba762 (patch) | |
tree | 6301498d0af0907069462f0866c4c8274cb98a3f /SendGrid | |
parent | c1e2f33935ba2c926783063b8fc9997fe3c56fab (diff) | |
download | sendgrid-csharp-9f0dbd6513b1be7654bfd6fce29942a086fba762.zip sendgrid-csharp-9f0dbd6513b1be7654bfd6fce29942a086fba762.tar.gz sendgrid-csharp-9f0dbd6513b1be7654bfd6fce29942a086fba762.tar.bz2 |
update travis config to native mono
Diffstat (limited to 'SendGrid')
-rw-r--r-- | SendGrid/SendGridMail/Mail.csproj | 6 | ||||
-rw-r--r-- | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj index f95d118..5117fed 100644 --- a/SendGrid/SendGridMail/Mail.csproj +++ b/SendGrid/SendGridMail/Mail.csproj @@ -87,6 +87,12 @@ <DebugType>
</DebugType>
</PropertyGroup>
+ <PropertyGroup>
+ <SignAssembly>false</SignAssembly>
+ </PropertyGroup>
+ <PropertyGroup>
+ <AssemblyOriginatorKeyFile>sendgrid-csharp.snk</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="SendGrid.SmtpApi, Version=1.3.1.0, Culture=neutral, PublicKeyToken=2ae73662c35d80e4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 4d2311c..bf0d7b3 100644 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SendGridMessage")]
[assembly: AssemblyProduct("SendGridMail")]
-[assembly: AssemblyCopyright("Copyright © 2013")]
+[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -48,5 +48,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("5.1.0")]
-[assembly: AssemblyFileVersion("5.1.0")]
\ No newline at end of file +[assembly: AssemblyVersion("6.0.0")]
+[assembly: AssemblyFileVersion("6.0.0")]
\ No newline at end of file |