diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 19:15:00 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-11-24 19:15:00 -0800 |
commit | 77f9554031c6c85b2bae1989784eb3f687be9abd (patch) | |
tree | 03a4d79a06f81926dd54c690fd323d36890fa494 /SendGrid/SendGridMail/Properties/AssemblyInfo.cs | |
parent | 71b2b38627040c86e2b53448ca31f63869df6a10 (diff) | |
download | sendgrid-csharp-77f9554031c6c85b2bae1989784eb3f687be9abd.zip sendgrid-csharp-77f9554031c6c85b2bae1989784eb3f687be9abd.tar.gz sendgrid-csharp-77f9554031c6c85b2bae1989784eb3f687be9abd.tar.bz2 |
Preparing for upload to Nuget.org
Diffstat (limited to 'SendGrid/SendGridMail/Properties/AssemblyInfo.cs')
-rw-r--r-- | SendGrid/SendGridMail/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs index 5ca685d..bedd624 100644 --- a/SendGrid/SendGridMail/Properties/AssemblyInfo.cs +++ b/SendGrid/SendGridMail/Properties/AssemblyInfo.cs @@ -58,5 +58,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("6.0.0")]
-[assembly: AssemblyFileVersion("6.0.0")]
\ No newline at end of file +[assembly: AssemblyVersion("6.3.0")]
+[assembly: AssemblyFileVersion("6.3.0")]
\ No newline at end of file |