Remake.PortableLeagueAPI 1.2.2

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

// Install Remake.PortableLeagueAPI as a Cake Tool
#tool nuget:?package=Remake.PortableLeagueAPI&version=1.2.2

Open source Portable C# Library for League of legends API provided by Riot Games

Do not hesitate to reach me on twitter (@kRapaille) if you have any issue.

“This product is not endorsed, certified or otherwise approved in any way by Riot Games, Inc. or any of its affiliates.”

There are no supported framework assets in this 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
2.1.1 2,863 6/13/2014
2.1.0 1,908 6/11/2014
2.0.11 1,961 5/15/2014
2.0.9 2,077 4/18/2014
2.0.8 2,115 4/18/2014
2.0.7 2,016 4/2/2014
2.0.6 2,026 3/21/2014
2.0.4 1,919 3/11/2014
2.0.3 1,928 3/4/2014
2.0.2 1,958 2/26/2014
1.3.4 1,973 2/5/2014
1.3.3 1,935 2/5/2014
1.3.0 2,017 2/5/2014
1.2.2 2,158 2/4/2014
1.2.1 1,937 2/3/2014
1.2.0 1,968 1/20/2014
1.1.5 1,880 1/18/2014
1.1.4 2,013 1/17/2014
1.1.2 1,975 1/7/2014
1.1.1 2,092 1/5/2014

1.2.2 :
- League API 2.3
- JSON.NET Update
- Model renamed to match Riot's documentation

1.2.1 : New static API provided by Riot

1.2 :
- Rate limit management in option
- Versioning removed as Riot doesn't really support it
- Added missing members in static API models

1.1.5 : Model big update + properties decription

1.1.3 : Game and Summoner API v1.3 and static API added in beta (ddragon)

1.1.2 : Removed AutoFac dependency