Neijwiert.RenSharp 1.5.0

dotnet add package Neijwiert.RenSharp --version 1.5.0
NuGet\Install-Package Neijwiert.RenSharp -Version 1.5.0
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="Neijwiert.RenSharp" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neijwiert.RenSharp --version 1.5.0
#r "nuget: Neijwiert.RenSharp, 1.5.0"
#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 Neijwiert.RenSharp as a Cake Addin
#addin nuget:?package=Neijwiert.RenSharp&version=1.5.0

// Install Neijwiert.RenSharp as a Cake Tool
#tool nuget:?package=Neijwiert.RenSharp&version=1.5.0

C++/CLI wrapper for Command and Conquer Renegade Dragonade FDS manager

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.5.0 555 3/2/2020
1.4.0 460 2/23/2020
1.3.0 510 7/13/2019
1.2.0 498 6/27/2019
1.1.0 506 6/22/2019
1.0.0 542 6/8/2019

- Fixed wrongly implemented Send___ engine calls. They should not take ownership of the created cNetEvent instances.
- Changed the signature of SendPlayerKillMessage and SendPurchaseResponse to return the proper class instances in stead of IntPtrs
- Updated to DA1.10
- Fixed RenSharp initialization not properly checking the result of IClrRuntimeHost::GetVersionString
- Fixed issue where an IUnmanagedAttachable could be attached, but not registered.
- It is now possible to change some values dynamically in chat commands, key hooks and console functions. You can now also get the registered chat command in an RenSharpEventClass.
- Made sure to write dump files as an invariant culture date time.
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/5
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/7
- Added method DefinitionMgrClass::GetDefinitions, which returns an IEnumerable of IDefinitions for all definitions.
- Updated to DA1.10.1
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/8
- Resolved issue https://github.com/Neijwiert/RenSharp/issues/10
- Fixed a missing override for dynamic pointer casting in some RefMultiListClasses.
- Added some enumerable helper properties in PhysicsSceneClass