VehicleInfoLoader 1.4.2
See the version list below for details.
dotnet add package VehicleInfoLoader --version 1.4.2
NuGet\Install-Package VehicleInfoLoader -Version 1.4.2
<PackageReference Include="VehicleInfoLoader" Version="1.4.2" />
paket add VehicleInfoLoader --version 1.4.2
#r "nuget: VehicleInfoLoader, 1.4.2"
// Install VehicleInfoLoader as a Cake Addin #addin nuget:?package=VehicleInfoLoader&version=1.4.2 // Install VehicleInfoLoader as a Cake Tool #tool nuget:?package=VehicleInfoLoader&version=1.4.2
This library utilizes the Micky5991/GT-MP-vehicleInfo and provides a simple way to get information about vehicles in GTA V
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- grandtheftmultiplayer.api (>= 0.1.640.64)
- Newtonsoft.Json (>= 10.0.3)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on VehicleInfoLoader:
Package | Downloads |
---|---|
VehicleInfoLoader.GTMP
This library utilizes the Micky5991/GT-MP-vehicleInfo and provides a simple way to get information about vehicles in GTA V |
|
VehicleInfoLoader.RageMP
This library utilizes the Micky5991/GT-MP-vehicleInfo and provides a simple way to get information about vehicles in GTA V |
GitHub repositories
This package is not used by any popular GitHub repositories.
* Added VehicleManifest.ValidMods()
* Made loading of vehicle-manifest data thread-safe
* Added check to VehicleModType.Mod() if specified mod in modtype exists. (Fixes #2)
* Changed return-type of VehicleModType.Mods() to IReadOnlyDictionary<string, VehicleMod>