diff options
author | Brandon West <brawest@gmail.com> | 2013-07-29 09:22:02 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-07-29 09:32:49 -0600 |
commit | 072cd3ebf52417a275b5180cd1e6841ca4aa86df (patch) | |
tree | 1c8c5550dab4b2c6fd62ae9698c5ecaaa2d8f5a0 /SendGrid/Example/Properties/AssemblyInfo.cs | |
parent | 6d06289c6ce6ce4dfdbd9e65fbc9216c465b0b7b (diff) | |
download | sendgrid-csharp-072cd3ebf52417a275b5180cd1e6841ca4aa86df.zip sendgrid-csharp-072cd3ebf52417a275b5180cd1e6841ca4aa86df.tar.gz sendgrid-csharp-072cd3ebf52417a275b5180cd1e6841ca4aa86df.tar.bz2 |
reversion to 1.2.0 since not a breaking change
Diffstat (limited to 'SendGrid/Example/Properties/AssemblyInfo.cs')
-rw-r--r--[-rwxr-xr-x] | SendGrid/Example/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/Example/Properties/AssemblyInfo.cs b/SendGrid/Example/Properties/AssemblyInfo.cs index e7c46f8..06a0907 100755..100644 --- a/SendGrid/Example/Properties/AssemblyInfo.cs +++ b/SendGrid/Example/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyVersion("1.2.0")]
+[assembly: AssemblyFileVersion("1.2.0")]
|