Skip to content

Commit 95e3fe0

Browse files
Version Bump 1.0.2
1 parent 87568ce commit 95e3fe0

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [1.0.0] - 2016-XX-XX
5+
## [1.0.2] - 2016-03-17
66
### Added
77
- We are live!

CSharpHTTPClient/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
65
// set of attributes. Change these attribute values to modify the information
76
// 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.")]
109
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("ConsoleApplication1")]
10+
[assembly: AssemblyCompany("SendGrid")]
11+
[assembly: AssemblyProduct("SendGrid.CSharp.HTTP.Client")]
1312
[assembly: AssemblyCopyright("Copyright © 2016")]
14-
[assembly: AssemblyTrademark("")]
13+
[assembly: AssemblyTrademark("SendGrid")]
1514
[assembly: AssemblyCulture("")]
1615

1716
// Setting ComVisible to false makes the types in this assembly not visible
@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [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

Comments
 (0)