Skip to content

Commit 77f9554

Browse files
Preparing for upload to Nuget.org
1 parent 71b2b38 commit 77f9554

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

SendGrid/SendGrid/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("SendGrid")]
9-
[assembly: AssemblyDescription("")]
9+
[assembly: AssemblyDescription("A client library for SendGrid Web API v3 endpoints")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("SendGrid")]
1212
[assembly: AssemblyProduct("SendGrid")]
1313
[assembly: AssemblyCopyright("Copyright © 2015")]
1414
[assembly: AssemblyTrademark("")]
@@ -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("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("6.3.0")]
36+
[assembly: AssemblyFileVersion("6.3.0")]

SendGrid/SendGridMail/Properties/AssemblyInfo.cs

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

61-
[assembly: AssemblyVersion("6.0.0")]
62-
[assembly: AssemblyFileVersion("6.0.0")]
61+
[assembly: AssemblyVersion("6.3.0")]
62+
[assembly: AssemblyFileVersion("6.3.0")]

0 commit comments

Comments
 (0)