Skip to content

Commit

Permalink
Version Bump v3.4.1: Twilio branding
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Aug 15, 2019
1 parent c4563e4 commit 83657fc
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 61 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.1] - 2019-08-14
### Added
- [PR #90](https://github.com/sendgrid/csharp-http-client/pull/90): Twilio branding updates.

## [3.4.0] - 2019-08-14
### Added
- [PR #26](https://github.com/sendgrid/csharp-http-client/pull/26): Add a Code Of Conduct. Big thanks to [Henrik Bergqvist](https://github.com/hbbq) for the pull request!
Expand Down
4 changes: 2 additions & 2 deletions CSharpHTTPClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyVersion("3.4.1")]
[assembly: AssemblyFileVersion("3.4.1")]
4 changes: 2 additions & 2 deletions Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyVersion("3.4.1")]
[assembly: AssemblyFileVersion("3.4.1")]
4 changes: 2 additions & 2 deletions UnitTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyVersion("3.4.1")]
[assembly: AssemblyFileVersion("3.4.1")]
55 changes: 0 additions & 55 deletions nuspec/SendGrid.CSharp.HTTP.Client.3.4.0.nuspec

This file was deleted.

28 changes: 28 additions & 0 deletions nuspec/SendGrid.CSharp.HTTP.Client.3.4.1.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SendGrid.CSharp.HTTP.Client</id>
<version>3.4.1</version>
<title>Fluent REST API Client</title>
<authors>Elmer Thomas,Twilio DX Team</authors>
<owners>Elmer Thomas,Sam Harrison,Twilio DX Team</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/sendgrid/csharp-http-client</projectUrl>
<iconUrl>https://github.com/sendgrid/sendgrid-python/raw/master/twilio_sendgrid_logo.png</iconUrl>
<description>Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</description>
<summary>Quickly and easily access any REST or REST-like API.</summary>
<releaseNotes>- [PR #90](https://github.com/sendgrid/csharp-http-client/pull/90): Twilio branding updates.</releaseNotes>
<copyright>Copyright 2019</copyright>
<language>en-US</language>
<tags>Twilio SendGrid Email API REST Fluent</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Web.Extensions" targetFramework="" />
</frameworkAssemblies>
</metadata>
<files>
<file src="lib\SendGrid.CSharp.HTTP.Client.dll" target="lib\SendGrid.CSharp.HTTP.Client.dll" />
<file src="lib\SendGrid.CSharp.HTTP.Client.dll.config" target="lib\SendGrid.CSharp.HTTP.Client.dll.config" />
<file src="lib\SendGrid.CSharp.HTTP.Client.pdb" target="lib\SendGrid.CSharp.HTTP.Client.pdb" />
</files>
</package>

0 comments on commit 83657fc

Please sign in to comment.