![]() |
VOOZH | about |
dotnet add package ManiaAPI.NadeoAPI.Extensions.Gbx --version 2.7.0
NuGet\Install-Package ManiaAPI.NadeoAPI.Extensions.Gbx -Version 2.7.0
<PackageReference Include="ManiaAPI.NadeoAPI.Extensions.Gbx" Version="2.7.0" />
<PackageVersion Include="ManiaAPI.NadeoAPI.Extensions.Gbx" Version="2.7.0" />Directory.Packages.props
<PackageReference Include="ManiaAPI.NadeoAPI.Extensions.Gbx" />Project file
paket add ManiaAPI.NadeoAPI.Extensions.Gbx --version 2.7.0
#r "nuget: ManiaAPI.NadeoAPI.Extensions.Gbx, 2.7.0"
#:package ManiaAPI.NadeoAPI.Extensions.Gbx@2.7.0
#addin nuget:?package=ManiaAPI.NadeoAPI.Extensions.Gbx&version=2.7.0Install as a Cake Addin
#tool nuget:?package=ManiaAPI.NadeoAPI.Extensions.Gbx&version=2.7.0Install as a Cake Tool
Connects ManiaAPI.NadeoAPI with GBX.NET features to provide convenient map upload and map update.
A simple example to show how you can update a map without having to manually specify the map ID:
using ManiaAPI.NadeoAPI;
using ManiaAPI.NadeoAPI.Extensions.Gbx;
var ns = new NadeoServices();
await ns.AuthorizeAsync("mylogin", "mypassword", AuthorizationMethod.UbisoftAccount);
// Update the map (no leaderboard lost!)
await ns.UpdateMapAsync("Path/To/Map.Map.Gbx");
Map ID is required to update a map, but you don't have to specify it manually. The extension will check the map UID and fetch the map ID from NadeoServices.
You can also pass the CGameCtnChallenge instance directly, but it is not recommended as the object is re-serialized and some data might change or corrupt (rarely, but still possible).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.7.0 | 120 | 2/21/2026 |
| 2.6.0 | 129 | 2/7/2026 |
| 2.4.0 | 415 | 9/18/2025 |
| 2.2.0 | 330 | 4/6/2025 |
| 2.1.0 | 526 | 3/24/2025 |
| 2.0.0 | 333 | 3/23/2025 |
| 2.0.0-beta5 | 231 | 3/21/2025 |
| 2.0.0-beta4 | 320 | 12/21/2024 |
| 2.0.0-beta3 | 148 | 12/21/2024 |
| 2.0.0-alpha6 | 233 | 2/9/2024 |
| 2.0.0-alpha5 | 177 | 1/19/2024 |
| 2.0.0-alpha10 | 161 | 6/19/2024 |