diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-07-08 13:23:57 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 19:56:40 +0500 |
commit | 9ffa034eb5b0fa0806c28bca0b62764534596be0 (patch) | |
tree | 776243efce9aefbc3029501fc760e2ad61030bf2 /SendGrid/Example/Properties/AssemblyInfo.cs | |
parent | e380abfcbf90f8c3437f2d934c15ddf150cb6c36 (diff) | |
download | sendgrid-csharp-9ffa034eb5b0fa0806c28bca0b62764534596be0.zip sendgrid-csharp-9ffa034eb5b0fa0806c28bca0b62764534596be0.tar.gz sendgrid-csharp-9ffa034eb5b0fa0806c28bca0b62764534596be0.tar.bz2 |
Version Bump v7.0.5: Tests now mocked automatically against prism
Diffstat (limited to 'SendGrid/Example/Properties/AssemblyInfo.cs')
-rw-r--r-- | 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 f240895..ef92cf2 100644 --- a/SendGrid/Example/Properties/AssemblyInfo.cs +++ b/SendGrid/Example/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.0.4")]
-[assembly: AssemblyFileVersion("7.0.4")]
\ No newline at end of file +[assembly: AssemblyVersion("7.0.5")]
+[assembly: AssemblyFileVersion("7.0.5")]
\ No newline at end of file |