Skip to content

Commit 83657fc

Browse files
Version Bump v3.4.1: Twilio branding
1 parent c4563e4 commit 83657fc

File tree

6 files changed

+38
-61
lines changed

6 files changed

+38
-61
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [3.4.1] - 2019-08-14
7+
### Added
8+
- [PR #90](https://github.com/sendgrid/csharp-http-client/pull/90): Twilio branding updates.
9+
610
## [3.4.0] - 2019-08-14
711
### Added
812
- [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!

CSharpHTTPClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.4.0")]
35-
[assembly: AssemblyFileVersion("3.4.0")]
34+
[assembly: AssemblyVersion("3.4.1")]
35+
[assembly: AssemblyFileVersion("3.4.1")]

Example/Properties/AssemblyInfo.cs

+2-2
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("3.4.0")]
36-
[assembly: AssemblyFileVersion("3.4.0")]
35+
[assembly: AssemblyVersion("3.4.1")]
36+
[assembly: AssemblyFileVersion("3.4.1")]

UnitTest/Properties/AssemblyInfo.cs

+2-2
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("3.4.0")]
36-
[assembly: AssemblyFileVersion("3.4.0")]
35+
[assembly: AssemblyVersion("3.4.1")]
36+
[assembly: AssemblyFileVersion("3.4.1")]

nuspec/SendGrid.CSharp.HTTP.Client.3.4.0.nuspec

-55
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>SendGrid.CSharp.HTTP.Client</id>
5+
<version>3.4.1</version>
6+
<title>Fluent REST API Client</title>
7+
<authors>Elmer Thomas,Twilio DX Team</authors>
8+
<owners>Elmer Thomas,Sam Harrison,Twilio DX Team</owners>
9+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<licenseUrl>https://github.com/sendgrid/csharp-http-client/blob/master/LICENSE.md</licenseUrl>
11+
<projectUrl>https://github.com/sendgrid/csharp-http-client</projectUrl>
12+
<iconUrl>https://github.com/sendgrid/sendgrid-python/raw/master/twilio_sendgrid_logo.png</iconUrl>
13+
<description>Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.</description>
14+
<summary>Quickly and easily access any REST or REST-like API.</summary>
15+
<releaseNotes>- [PR #90](https://github.com/sendgrid/csharp-http-client/pull/90): Twilio branding updates.</releaseNotes>
16+
<copyright>Copyright 2019</copyright>
17+
<language>en-US</language>
18+
<tags>Twilio SendGrid Email API REST Fluent</tags>
19+
<frameworkAssemblies>
20+
<frameworkAssembly assemblyName="System.Web.Extensions" targetFramework="" />
21+
</frameworkAssemblies>
22+
</metadata>
23+
<files>
24+
<file src="lib\SendGrid.CSharp.HTTP.Client.dll" target="lib\SendGrid.CSharp.HTTP.Client.dll" />
25+
<file src="lib\SendGrid.CSharp.HTTP.Client.dll.config" target="lib\SendGrid.CSharp.HTTP.Client.dll.config" />
26+
<file src="lib\SendGrid.CSharp.HTTP.Client.pdb" target="lib\SendGrid.CSharp.HTTP.Client.pdb" />
27+
</files>
28+
</package>

0 commit comments

Comments
 (0)