InSimDotNet 2.3.0
See the version list below for details.
dotnet add package InSimDotNet --version 2.3.0
NuGet\Install-Package InSimDotNet -Version 2.3.0
<PackageReference Include="InSimDotNet" Version="2.3.0" />
<PackageVersion Include="InSimDotNet" Version="2.3.0" />
<PackageReference Include="InSimDotNet" />
paket add InSimDotNet --version 2.3.0
#r "nuget: InSimDotNet, 2.3.0"
#addin nuget:?package=InSimDotNet&version=2.3.0
#tool nuget:?package=InSimDotNet&version=2.3.0
.NET InSim library for the online racing simulator Live for Speed
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
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 |
---|---|---|
2.4.5.3 | 120 | 3/1/2025 |
2.4.4 | 296 | 4/6/2024 |
2.3.3 | 1,325 | 6/4/2019 |
2.3.2 | 1,505 | 3/16/2017 |
2.3.1 | 1,120 | 1/28/2017 |
2.3.0 | 2,459 | 2/13/2016 |
2.2.0.1 | 1,695 | 4/3/2015 |
2.1.3 | 1,266 | 10/15/2014 |
2.1.2 | 1,189 | 10/13/2014 |
2.1.1 | 1,234 | 9/29/2014 |
2.1.1-beta2 | 1,024 | 9/27/2014 |
2.1.1-beta | 1,044 | 9/26/2014 |
2.1.0 | 1,555 | 9/8/2014 |
2.1.0-beta | 1,352 | 8/19/2014 |
2.0.14 | 2,413 | 3/22/2012 |
* Updated for LFS 0.6M - a very large number of new packets and changes (see lfs\docs\insim.txt for details)
* Library now uses InSim version 7
* InSim object no longer throws ObjectDisposed exception when being reused to connect to LFS
* Fixed encoding issue that occasionally caused garbled strings to be sent to LFS
* Changed InSim.Send(IEnumerable<ISendable>) method to InSim.Send(params ISendable[]) which provides better syntax
* Fixed missing VIEW_ANOTHER identifier to ViewIdentifiers
* Added new StringHelpers: StripLanguage(string), Strip(string), Unescape(string), and Escape(string)
* Added Rockingham to TrackHelper