RabbitIO 0.9.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package RabbitIO --version 0.9.3
NuGet\Install-Package RabbitIO -Version 0.9.3
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="RabbitIO" Version="0.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RabbitIO --version 0.9.3
#r "nuget: RabbitIO, 0.9.3"
#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 RabbitIO as a Cake Addin
#addin nuget:?package=RabbitIO&version=0.9.3

// Install RabbitIO as a Cake Tool
#tool nuget:?package=RabbitIO&version=0.9.3

A library that unifies multiple forms of PlayerIO authentication.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  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
0.9.4 2,042 1/3/2015
0.9.3.3 1,461 12/21/2014
0.9.3.2 1,486 12/21/2014
0.9.3.1 1,471 12/21/2014
0.9.3 1,661 12/21/2014
0.9.2 1,503 12/21/2014
0.9.1 1,615 12/21/2014
0.9.0 1,480 12/20/2014

Fixes issue where password is verified for invalid characters instead of the game id. This may have caused some authentication failures if the password did contain an alphanumeric character.- Now supports general PlayerIO authentication, making Rabbit much more applicable.
- To authenticate with everybody edits, use EERabbitAuth. No other changes are necessary.
- Made auth properties instance members. The public api has changed, and you can read more about it here.
- Better exceptions thrown when a value is invalid
- Fixed issue in documentation where Armor Games would be misspelled or had an extra space
- Removed internetstabilitytester because it did not work
- Fixed bugs with username login (some instances would not login or would misclassify it)
- More consistent terms in documentation
- Fixed Armor Games authentication
- Added support for $service-room$
- Reduced strictness of room id parsing
- Supported open worlds
- More comprehensive error messages
- Added email authentication
- Removed invalid FB token code restriction. Codes do not have a maximum length now and could have prevented some users from authenticating