InSimDotNet 2.1.1-beta2
See the version list below for details.
dotnet add package InSimDotNet --version 2.1.1-beta2
NuGet\Install-Package InSimDotNet -Version 2.1.1-beta2
<PackageReference Include="InSimDotNet" Version="2.1.1-beta2" />
paket add InSimDotNet --version 2.1.1-beta2
#r "nuget: InSimDotNet, 2.1.1-beta2"
// Install InSimDotNet as a Cake Addin #addin nuget:?package=InSimDotNet&version=2.1.1-beta2&prerelease // Install InSimDotNet as a Cake Tool #tool nuget:?package=InSimDotNet&version=2.1.1-beta2&prerelease
.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.4 | 264 | 4/6/2024 |
2.3.3 | 1,280 | 6/4/2019 |
2.3.2 | 1,407 | 3/16/2017 |
2.3.1 | 1,025 | 1/28/2017 |
2.3.0 | 2,045 | 2/13/2016 |
2.2.0.1 | 1,541 | 4/3/2015 |
2.1.3 | 1,168 | 10/15/2014 |
2.1.2 | 1,093 | 10/13/2014 |
2.1.1 | 1,138 | 9/29/2014 |
2.1.1-beta2 | 930 | 9/27/2014 |
2.1.1-beta | 950 | 9/26/2014 |
2.1.0 | 1,394 | 9/8/2014 |
2.1.0-beta | 1,198 | 8/19/2014 |
2.0.14 | 2,305 | 3/22/2012 |
* Added new IS_HCP packet and HandicapHelper class.
* Added ContinueOnCapturedContext property to InSim, TcpSocket and UdpSocket. Setting this to false prevents InSim.NET from marshalling packet callbacks back onto the calling thread e.g. in UI programs.
* Fixed bug that allowed players to crash InSim.NET by typing characters in LFS that were not translatable into unicode.
* TcpSocket and UdpSocket now expose their underlying .NET Socket objects for convienence.