mikaeldui / riot-games-dotnet-client

An unofficial .NET Client for Riot Games and their games League of Legends, Legends of Runeterra, Teamfight Tactics and Valorant.
The Unlicense
22 stars 1 forks source link

Testing pull request comments #11

Closed mikaeldui closed 2 years ago

github-actions[bot] commented 2 years ago

You can install the NuGet Package for this pull request NuGet.org using either of these commands:

Using Package Manager Console:

PM> Install-Package MikaelDui.RiotGames.Client --Version 12.1.1.121-pull-request.11

Using the .NET CLI:

dotnet add package MikaelDui.RiotGames.Client --version 12.1.1.121-pull-request.11
github-actions[bot] commented 2 years ago

You can install the NuGet Package for this pull request from NuGet.org using either of these commands:

Using Package Manager Console (non-floating version):

PM> Install-Package MikaelDui.RiotGames.Client --Version 12.1.1.124-pull-request.11

Using the .NET CLI (floating version):

dotnet add package MikaelDui.RiotGames.Client --version *-pull-request.11

Using a PackageReference (floating version):

<PackageReference Include="MikaelDui.RiotGames.Client" Version="*-pull-request.11" />