Valorant 1.0.6

dotnet add package Valorant --version 1.0.6                
NuGet\Install-Package Valorant -Version 1.0.6                
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="Valorant" Version="1.0.6" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Valorant --version 1.0.6                
#r "nuget: Valorant, 1.0.6"                
#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 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#

alternate text is missing from this package README image GitHub last commit

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 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. 
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.6 116 6/24/2024