Valorant 1.0.6
dotnet add package Valorant --version 1.0.6
NuGet\Install-Package Valorant -Version 1.0.6
<PackageReference Include="Valorant" Version="1.0.6" />
paket add Valorant --version 1.0.6
#r "nuget: Valorant, 1.0.6"
// Install Valorant as a Cake Addin #addin nuget:?package=Valorant&version=1.0.6 // Install Valorant as a Cake Tool #tool nuget:?package=Valorant&version=1.0.6
valorant-api-net
Unofficial, in-game Valorant API Wrapper for .NET / C#
Installation (Build locally)
Build the project using any configuration (Debug / Release); Copy the .nupkg file from the build folder to the location of your local Nuget source folder. You can add one by going to %appdata%\NuGet\NuGet.Config and adding a key to a folder, e.g.
<packageSources>
...
<add key="MyLocalSharedSource" value="Path/To/Folder" protocolVersion="3" />
</packageSources>
After that, you can go to your IDE and install the package from there by searching for "Valorant" from the "MyLocalSharedSource" source.
Installation (NuGet)
The package is now available on NuGet, you only need to run
dotnet add package Valorant --version 1.0.6
in the .NET CLI or install it using your IDE's NuGet tab.
Usage
After the installation, you can immediately start using it by typing Valorant.
and letting the IDE autocomplete. The API handler takes care of taking info from the Lockfile, encoding the password, making the requests, so everything becomes as simple as calling a method.
You can check out an example project here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
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.6 | 116 | 6/24/2024 |