Version 1.0.8

Date 2019-09-12 (1,891 days ago)
Downloads 841 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET Standard 1.3 .NET Standard 2.0 .NET 4.5 .NET 4.6 .NET 4.7

#installation">Installation

#changelog">Changelog

  • Fixed issue with OAuth 1.0a header string generation (see 21e5d11).
    A line that shouldn't have been removed was accidentally removed during some code cleanup, which then resulted in OAuth 1.0a header string not being generated properly.

    With this release, the line is now back, and the header string is being generated correctly. I've also added a new unit test project with a test to verify this - and make sure it doesn't happen again.