Skip to content

Commit 3b62771

Browse files
Version Bump v3.4.0: Rollup Release
1 parent 9f2f55c commit 3b62771

File tree

8 files changed

+96
-39
lines changed

8 files changed

+96
-39
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CSharpHTTPClient/packages/
1414
CSharpHTTPClient/CSharpHTTPClient.sln.VisualState.xml
1515
*.PublicKey
1616
*.pfx
17+
.vs
1718

1819
# Environment files
1920
.env/*.*

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ 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.0] - 2019-08-14
7+
### Added
8+
- [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!
9+
- [PR #31](https://github.com/sendgrid/csharp-http-client/pull/31): Update README.md - moved logo to top, added license and more badges. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
10+
- [PR #32](https://github.com/sendgrid/csharp-http-client/pull/32): Add more SEO Friendly Section links. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
11+
- [PR #28](https://github.com/sendgrid/csharp-http-client/pull/28): Add an example of displaying request headers on Client. Big thanks to [Richard D](https://github.com/dutts) for the pull request!
12+
- [PR #38](https://github.com/sendgrid/csharp-http-client/pull/38): Add GitHub PR template. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
13+
- [PR #52](https://github.com/sendgrid/csharp-http-client/pull/52): Added unittest to check for specific repo files. Big thanks to [Manjiri Tapaswi](https://github.com/mptap) for the pull request!
14+
- [PR #42](https://github.com/sendgrid/csharp-http-client/pull/42): Added example file, updated .gitignore and README.md. Big thanks to [Diego Rocha](https://github.com/dhsrocha) for the pull request!
15+
- [PR #43](https://github.com/sendgrid/csharp-http-client/pull/43): Add USAGE.md. Big thanks to [Rohit Daryanani](https://github.com/rohitdaryanani) for the pull request!
16+
- [PR #68](https://github.com/sendgrid/csharp-http-client/pull/68): Created a UseCases directory. Big thanks to [Ed Parry](https://github.com/ed-parry) for the pull request!
17+
- [PR #78](https://github.com/sendgrid/csharp-http-client/pull/78): Document new Git workflow. Big thanks to [Shivam Agarwal](https://github.com/gr8shivam) for the pull request!
18+
- [PR #74](https://github.com/sendgrid/csharp-http-client/pull/74): Add first-timers.md file for newcomers. Big thanks to [Ely Alamillo](https://github.com/ely-alamillo) for the pull request!
19+
- [PR #62](https://github.com/sendgrid/csharp-http-client/pull/62): Added CodeCov support. Big thanks to [Zac Marcus](https://github.com/ZacMarcus) for the pull request!
20+
- [PR #60](https://github.com/sendgrid/csharp-http-client/pull/60): Add Code Review to Contributing.md. Big thanks to [Derek Neuland](https://github.com/derekneuland) for the pull request!
21+
22+
### Fixed
23+
- [PR #24](https://github.com/sendgrid/csharp-http-client/pull/24): Typo in README.md. Big thanks to [Cícero Pablo](https://github.com/ciceropablo) for the pull request!
24+
- [PR #35](https://github.com/sendgrid/csharp-http-client/pull/35): Typo in CONTRIBUTING.md. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
25+
- [PR #49](https://github.com/sendgrid/csharp-http-client/pull/49): Update the LICENSE copyright year. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
26+
- [PR #50](https://github.com/sendgrid/csharp-http-client/pull/50): Update the LICENSE date range and add a unit test. Big thanks to [Dawid Treściński](https://github.com/blitzerpl) for the pull request!
27+
- [PR #53](https://github.com/sendgrid/csharp-http-client/pull/53): Make sure LICENSE file test works cross-platform. Big thanks to [Adlan Razalan](https://github.com/adlan) for the pull request!
28+
- [PR #65](https://github.com/sendgrid/csharp-http-client/pull/65): Update license year. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
29+
- [PR #85](https://github.com/sendgrid/csharp-http-client/pull/85): Fix test looking for LICENSE.txt. Big thanks to [Ashley Roach](https://github.com/aroach) for the pull request!
30+
- [PR #84](https://github.com/sendgrid/csharp-http-client/pull/84): Fix link to license in the README. Big thanks to [Pranjal Vyas](https://github.com/vyaspranjal33) for the pull request!
31+
- [PR #83](https://github.com/sendgrid/csharp-http-client/pull/83): Fix link to feature requests in the README. Big thanks to [Sanjay Singh](https://github.com/sanjaysingh) for the pull request!
32+
- [PR #82](https://github.com/sendgrid/csharp-http-client/pull/82): Fix location of LICENSE.md file. Big thanks to [Chandler Weiner](https://github.com/crweiner) for the pull request!
33+
- [PR #77](https://github.com/sendgrid/csharp-http-client/pull/77): Fix tests looking for wrong file type for License. Big thanks to [Anna](https://github.com/AnnaDodson) for the pull request!
34+
- [PR #70](https://github.com/sendgrid/csharp-http-client/pull/70): Corrected *.md files using Grammarly. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
35+
636
## [3.3.0] - 2017-04-17
737
### Added
838
- #22: Added cancellation of requests using Cancellation Token

CSharpHTTPClient/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("SendGrid")]
1111
[assembly: AssemblyProduct("SendGrid.CSharp.HTTP.Client")]
12-
[assembly: AssemblyCopyright("Copyright © 2017")]
12+
[assembly: AssemblyCopyright("Copyright © 2019")]
1313
[assembly: AssemblyTrademark("SendGrid")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -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.3.0")]
35-
[assembly: AssemblyFileVersion("3.3.0")]
34+
[assembly: AssemblyVersion("3.4.0")]
35+
[assembly: AssemblyFileVersion("3.4.0")]

Example/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("Example")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.0.0")]
36-
[assembly: AssemblyFileVersion("3.0.0")]
35+
[assembly: AssemblyVersion("3.4.0")]
36+
[assembly: AssemblyFileVersion("3.4.0")]

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2012-2018 SendGrid, Inc.
3+
Copyright (c) 2012-2019 SendGrid, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

UnitTest/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("UnitTest")]
13-
[assembly: AssemblyCopyright("Copyright © 2016")]
13+
[assembly: AssemblyCopyright("Copyright © 2019")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -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.1.0")]
36-
[assembly: AssemblyFileVersion("3.1.0")]
35+
[assembly: AssemblyVersion("3.4.0")]
36+
[assembly: AssemblyFileVersion("3.4.0")]

nuspec/SendGrid.CSharp.HTTP.Client.3.3.0.nuspec

-29
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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.0</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>### Added
16+
- [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!
17+
- [PR #31](https://github.com/sendgrid/csharp-http-client/pull/31): Update README.md - moved logo to top, added license and more badges. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
18+
- [PR #32](https://github.com/sendgrid/csharp-http-client/pull/32): Add more SEO Friendly Section links. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
19+
- [PR #28](https://github.com/sendgrid/csharp-http-client/pull/28): Add an example of displaying request headers on Client. Big thanks to [Richard D](https://github.com/dutts) for the pull request!
20+
- [PR #38](https://github.com/sendgrid/csharp-http-client/pull/38): Add GitHub PR template. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
21+
- [PR #52](https://github.com/sendgrid/csharp-http-client/pull/52): Added unittest to check for specific repo files. Big thanks to [Manjiri Tapaswi](https://github.com/mptap) for the pull request!
22+
- [PR #42](https://github.com/sendgrid/csharp-http-client/pull/42): Added example file, updated .gitignore and README.md. Big thanks to [Diego Rocha](https://github.com/dhsrocha) for the pull request!
23+
- [PR #43](https://github.com/sendgrid/csharp-http-client/pull/43): Add USAGE.md. Big thanks to [Rohit Daryanani](https://github.com/rohitdaryanani) for the pull request!
24+
- [PR #68](https://github.com/sendgrid/csharp-http-client/pull/68): Created a UseCases directory. Big thanks to [Ed Parry](https://github.com/ed-parry) for the pull request!
25+
- [PR #78](https://github.com/sendgrid/csharp-http-client/pull/78): Document new Git workflow. Big thanks to [Shivam Agarwal](https://github.com/gr8shivam) for the pull request!
26+
- [PR #74](https://github.com/sendgrid/csharp-http-client/pull/74): Add first-timers.md file for newcomers. Big thanks to [Ely Alamillo](https://github.com/ely-alamillo) for the pull request!
27+
- [PR #62](https://github.com/sendgrid/csharp-http-client/pull/62): Added CodeCov support. Big thanks to [Zac Marcus](https://github.com/ZacMarcus) for the pull request!
28+
- [PR #60](https://github.com/sendgrid/csharp-http-client/pull/60): Add Code Review to Contributing.md. Big thanks to [Derek Neuland](https://github.com/derekneuland) for the pull request!
29+
30+
### Fixed
31+
- [PR #24](https://github.com/sendgrid/csharp-http-client/pull/24): Typo in README.md. Big thanks to [Cícero Pablo](https://github.com/ciceropablo) for the pull request!
32+
- [PR #35](https://github.com/sendgrid/csharp-http-client/pull/35): Typo in CONTRIBUTING.md. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
33+
- [PR #49](https://github.com/sendgrid/csharp-http-client/pull/49): Update the LICENSE copyright year. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
34+
- [PR #50](https://github.com/sendgrid/csharp-http-client/pull/50): Update the LICENSE date range and add a unit test. Big thanks to [Dawid Treściński](https://github.com/blitzerpl) for the pull request!
35+
- [PR #53](https://github.com/sendgrid/csharp-http-client/pull/53): Make sure LICENSE file test works cross-platform. Big thanks to [Adlan Razalan](https://github.com/adlan) for the pull request!
36+
- [PR #65](https://github.com/sendgrid/csharp-http-client/pull/65): Update license year. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!
37+
- [PR #85](https://github.com/sendgrid/csharp-http-client/pull/85): Fix test looking for LICENSE.txt. Big thanks to [Ashley Roach](https://github.com/aroach) for the pull request!
38+
- [PR #84](https://github.com/sendgrid/csharp-http-client/pull/84): Fix link to license in the README. Big thanks to [Pranjal Vyas](https://github.com/vyaspranjal33) for the pull request!
39+
- [PR #83](https://github.com/sendgrid/csharp-http-client/pull/83): Fix link to feature requests in the README. Big thanks to [Sanjay Singh](https://github.com/sanjaysingh) for the pull request!
40+
- [PR #82](https://github.com/sendgrid/csharp-http-client/pull/82): Fix location of LICENSE.md file. Big thanks to [Chandler Weiner](https://github.com/crweiner) for the pull request!
41+
- [PR #77](https://github.com/sendgrid/csharp-http-client/pull/77): Fix tests looking for wrong file type for License. Big thanks to [Anna](https://github.com/AnnaDodson) for the pull request!
42+
- [PR #70](https://github.com/sendgrid/csharp-http-client/pull/70): Corrected *.md files using Grammarly. Big thanks to [Alex](https://github.com/pushkyn) for the pull request!</releaseNotes>
43+
<copyright>Copyright 2019</copyright>
44+
<language>en-US</language>
45+
<tags>Twilio SendGrid Email API REST Fluent</tags>
46+
<frameworkAssemblies>
47+
<frameworkAssembly assemblyName="System.Web.Extensions" targetFramework="" />
48+
</frameworkAssemblies>
49+
</metadata>
50+
<files>
51+
<file src="lib\SendGrid.CSharp.HTTP.Client.dll" target="lib\SendGrid.CSharp.HTTP.Client.dll" />
52+
<file src="lib\SendGrid.CSharp.HTTP.Client.dll.config" target="lib\SendGrid.CSharp.HTTP.Client.dll.config" />
53+
<file src="lib\SendGrid.CSharp.HTTP.Client.pdb" target="lib\SendGrid.CSharp.HTTP.Client.pdb" />
54+
</files>
55+
</package>

0 commit comments

Comments
 (0)