Releases: Mastercard/oauth1-signer-csharp
Releases · Mastercard/oauth1-signer-csharp
v1.2.3
26 Apr 17:11
Compare
Sorry, something went wrong.
No results found
Fixed issue #1 (a wrong signature base string was generated when the provided URI contained non-encoded characters )
v1.2.2
23 Apr 08:16
Compare
Sorry, something went wrong.
No results found
Added a .NET Framework 4.6 test project
Added XML documentation generation
v1.2.1
02 Apr 08:05
Compare
Sorry, something went wrong.
No results found
Fixed an issue with RestSharpSigner not handling UrlSegment parameters
v1.2.0
19 Mar 12:09
Compare
Sorry, something went wrong.
No results found
Strong-named .NET assemblies as per Strong naming and .NET libraries
The length of OAuth nonces is now 16 characters (some services were rejecting 32 char length values)
Replaced SecurityUtils with AuthenticationUtils
v1.1.1
11 Feb 09:42
Compare
Sorry, something went wrong.
No results found
Updated NuGet package properties
Minor code updates
Updated README.md
v1.1.0
15 Jan 17:54
Compare
Sorry, something went wrong.
No results found
Added a signer class for System.Net.Http.HttpClient
Improved NuGet package descriptions for nuget.org
v1.0.0
14 Jan 15:16
Compare
Sorry, something went wrong.
No results found
First version of the library