VehicleInfoLoader 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package VehicleInfoLoader --version 1.4.2
NuGet\Install-Package VehicleInfoLoader -Version 1.4.2
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="VehicleInfoLoader" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VehicleInfoLoader --version 1.4.2
#r "nuget: VehicleInfoLoader, 1.4.2"
#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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.1.0 2,104 6/15/2018
2.0.1 1,007 5/1/2018
2.0.0 1,216 5/1/2018
1.4.2 1,245 10/31/2017
1.4.1 951 10/21/2017
1.4.0 993 10/18/2017

* 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>