Skip to content

Releases: Mastercard/oauth1-signer-csharp

v1.2.3

26 Apr 17:11
97f9c2b

Choose a tag to compare

  • 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
3049fc8

Choose a tag to compare

  • Added a .NET Framework 4.6 test project
  • Added XML documentation generation

v1.2.1

02 Apr 08:05
e7c4fce

Choose a tag to compare

  • Fixed an issue with RestSharpSigner not handling UrlSegment parameters

v1.2.0

19 Mar 12:09
abf4532

Choose a tag to compare

  • 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
8b380da

Choose a tag to compare

  • Updated NuGet package properties
  • Minor code updates
  • Updated README.md

v1.1.0

15 Jan 17:54
9768ab4

Choose a tag to compare

  • Added a signer class for System.Net.Http.HttpClient
  • Improved NuGet package descriptions for nuget.org

v1.0.0

14 Jan 15:16
76c4fff

Choose a tag to compare

  • First version of the library