|
1 | 1 | using System.Reflection;
|
2 |
| -using System.Runtime.CompilerServices; |
3 | 2 | using System.Runtime.InteropServices;
|
4 | 3 |
|
5 | 4 | // General Information about an assembly is controlled through the following
|
6 | 5 | // set of attributes. Change these attribute values to modify the information
|
7 | 6 | // associated with an assembly.
|
8 |
| -[assembly: AssemblyTitle("ConsoleApplication1")] |
9 |
| -[assembly: AssemblyDescription("")] |
| 7 | +[assembly: AssemblyTitle("SendGrid.CSharp.HTTP.Client")] |
| 8 | +[assembly: AssemblyDescription("A Simple Fluent REST API Client.")] |
10 | 9 | [assembly: AssemblyConfiguration("")]
|
11 |
| -[assembly: AssemblyCompany("")] |
12 |
| -[assembly: AssemblyProduct("ConsoleApplication1")] |
| 10 | +[assembly: AssemblyCompany("SendGrid")] |
| 11 | +[assembly: AssemblyProduct("SendGrid.CSharp.HTTP.Client")] |
13 | 12 | [assembly: AssemblyCopyright("Copyright © 2016")]
|
14 |
| -[assembly: AssemblyTrademark("")] |
| 13 | +[assembly: AssemblyTrademark("SendGrid")] |
15 | 14 | [assembly: AssemblyCulture("")]
|
16 | 15 |
|
17 | 16 | // Setting ComVisible to false makes the types in this assembly not visible
|
|
32 | 31 | // You can specify all the values or you can default the Build and Revision Numbers
|
33 | 32 | // by using the '*' as shown below:
|
34 | 33 | // [assembly: AssemblyVersion("1.0.*")]
|
35 |
| -[assembly: AssemblyVersion("1.0.0.0")] |
36 |
| -[assembly: AssemblyFileVersion("1.0.0.0")] |
| 34 | +[assembly: AssemblyVersion("1.0.2")] |
| 35 | +[assembly: AssemblyFileVersion("1.0.2")] |
0 commit comments