Skip to content

Commit 068447d

Browse files
Version Bump v7.0.7: Fix for #256
1 parent e77fd46 commit 068447d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SendGrid/Example/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("7.0.6")]
39-
[assembly: AssemblyFileVersion("7.0.6")]
38+
[assembly: AssemblyVersion("7.0.7")]
39+
[assembly: AssemblyFileVersion("7.0.7")]

SendGrid/SendGrid/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("7.0.6")]
36-
[assembly: AssemblyFileVersion("7.0.6")]
35+
[assembly: AssemblyVersion("7.0.7")]
36+
[assembly: AssemblyFileVersion("7.0.7")]

SendGrid/UnitTest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("7.0.6")]
36-
[assembly: AssemblyFileVersion("7.0.6")]
35+
[assembly: AssemblyVersion("7.0.7")]
36+
[assembly: AssemblyFileVersion("7.0.7")]

0 commit comments

Comments
 (0)