OyAuth 1.0.0-rc4

This is a prerelease version of OyAuth.
dotnet add package OyAuth --version 1.0.0-rc4
NuGet\Install-Package OyAuth -Version 1.0.0-rc4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OyAuth" Version="1.0.0-rc4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OyAuth --version 1.0.0-rc4
#r "nuget: OyAuth, 1.0.0-rc4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OyAuth as a Cake Addin
#addin nuget:?package=OyAuth&version=1.0.0-rc4&prerelease

// Install OyAuth as a Cake Tool
#tool nuget:?package=OyAuth&version=1.0.0-rc4&prerelease

Really simple library for working with OAuth and OpenID

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-rc4 1,273 6/14/2012
1.0.0-rc3 992 5/24/2012
1.0.0-rc2 1,014 5/24/2012
1.0.0-rc1 994 5/24/2012
1.0.0-beta9 955 5/23/2012
1.0.0-beta8 946 5/23/2012
1.0.0-beta7 958 5/18/2012
1.0.0-beta6 952 5/18/2012
1.0.0-beta5 1,000 5/9/2012
1.0.0-beta4 954 5/2/2012
1.0.0-beta3 945 5/2/2012
1.0.0-beta 970 5/2/2012

Fix for "+" -- they should be converted to spaces on parsing the query string, and not encoded as if they were spaces