![]() |
VOOZH | about |
dotnet add package Racoon.Extensions.CounterStrike --version 1.1.8
NuGet\Install-Package Racoon.Extensions.CounterStrike -Version 1.1.8
<PackageReference Include="Racoon.Extensions.CounterStrike" Version="1.1.8" />
<PackageVersion Include="Racoon.Extensions.CounterStrike" Version="1.1.8" />Directory.Packages.props
<PackageReference Include="Racoon.Extensions.CounterStrike" />Project file
paket add Racoon.Extensions.CounterStrike --version 1.1.8
#r "nuget: Racoon.Extensions.CounterStrike, 1.1.8"
#:package Racoon.Extensions.CounterStrike@1.1.8
#addin nuget:?package=Racoon.Extensions.CounterStrike&version=1.1.8Install as a Cake Addin
#tool nuget:?package=Racoon.Extensions.CounterStrike&version=1.1.8Install as a Cake Tool
Enhanced Racoon support for Counter-Strike 2 Dedicated Servers.
RCONClientExtensions: Provides extension methods for common CS2 commands.using Racoon;
using Racoon.Extensions.CounterStrike;
using var console = new RCONClient(IPAddress.Loopback, 27015, "password", new()
{
OnCreatingParserPool = builder => builder.UseCounterStrike()
});
await console.ConnectAsync();
// ...
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Racoon.Extensions.CounterStrike:
| Package | Downloads |
|---|---|
|
CS2Launcher.AspNetCore.Launcher
A .NET Generic Host Builder for running CS2 Dedicated Servers. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.8 | 104 | 6/12/2026 |
| 1.1.7 | 132 | 5/24/2026 |
| 1.1.6 | 152 | 4/23/2026 |
| 1.1.5 | 228 | 3/13/2026 |
| 1.1.4 | 133 | 3/10/2026 |
| 1.1.3 | 187 | 2/11/2026 |
| 1.1.2 | 160 | 2/4/2026 |
| 1.1.1 | 554 | 12/9/2025 |
| 1.1.0 | 417 | 11/11/2025 |
| 1.0.1 | 286 | 10/14/2025 |
| 1.0.0 | 319 | 9/10/2025 |
| 1.0.0-rc.2 | 214 | 9/4/2025 |
| 1.0.0-rc.1 | 269 | 8/15/2025 |
| 1.0.0-rc.0 | 183 | 8/14/2025 |