Commit Graph

11 Commits

Author SHA1 Message Date
Jordan Dominion 964400061d Allow the constructor for ProductHeaderValue to accept a framework version of the object (#2821) 2023-12-11 10:08:02 -08:00
Ryan Gribble c4774ffaf0 Release v0.29 - This Looks Serious (TLS) (#1765)
* Add release notes

* Fix failing integration test

* Run FormatCode build task to tidy up whitespace

* Remove "UnkownUser" from release notes contributors
2018-02-18 20:36:49 +10:00
Thomas Hughes 81635c6dfe Fixes #1750, changing description of productInformation param for clarity (#1751)
* Updated GitHubClient.cs XML Docs to match dev docs.

* Updated Connection.cs XML Docs to match dev docs.

* Updated ProductHeaderValue.cs XML Docs to match GitHub dev docs.

* Updated EnterpriseProbe.cs XML Docs to match GitHub dev docs.

* Updated GitHubClient.cs XML Docs to match GitHub dev docs, corrected grammar issue.

* Updated Connection.cs XML Docs to match GitHub dev docs, corrected grammar issue.

* Updated ProductHeaderValue.cs XML Docs to match GitHub dev docs, corrected grammar issue.

* Removed my tabs, replaced with spaces to match format.

* Removed tabs again

* There seems to be some kind of bug where tabs are being shown though my local editor show none, so I'm submitting a bug to GitHub.com and editing in-browser to fix.

* Update GitHubClient.cs

* There seems to be some kind of bug where tabs are being shown though my local editor show none, so I'm submitting a bug to GitHub.com and editing in-browser to fix.

* Update Connection.cs

* There seems to be some kind of bug where tabs are being shown though my local editor show none, so I'm submitting a bug to GitHub.com and editing in-browser to fix.

* Change a couple of tabs to spaces

* tabs to spaces

* tabs to spaces
2018-01-31 22:03:51 +10:00
Phil Haack 7585550730 Drop the Gets
And then drop the bass.
2015-12-10 15:57:26 -08:00
Haacked 97ded6b581 Document the ProductHeaderValue class 2015-12-10 14:30:19 -08:00
Haacked 5ce1180f81 Rename value to version
The parameter name was incorrect.
2015-12-10 14:30:06 -08:00
Haacked bd08ba5613 Change ProductHeaderValue to be more sane
The member variable should be readonly. We were setting it outside a
ctor via a static method, but that's not the right approach. I fixed it.
2014-10-24 16:59:29 -07:00
Tim Sneed 813419fa3e Third Time's a charm 2014-02-28 11:32:14 -06:00
Tim Sneed 7dc9c55ba6 More newlines
And usings 👍
2014-02-28 11:30:02 -06:00
Tim Sneed 702fc5e0fc Removed new line, doh. 2014-02-28 11:07:10 -06:00
Tim Sneed 3909498437 Internalize ProductHeaderValue
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00