Releases: MartinKuschnik/WmiLight
Releases · MartinKuschnik/WmiLight
Version 5.0.0
This pre-release moves the COM object calls into a native library to support native AOT.
Version 4.0.0
This version introduces breaking changes in some cases because it fixes some wrong return types and alows now to use WmiLight
as drop-in replacement for System.Managment
. Issue #9 descripes the "wrong behavior" in detail.
The following table shows the previous and new types:
Previous Type | New Type |
---|---|
short | sbyte || char |
int | ushort || uint |
string | ulong || long |
Version 3.1.0
- License has changed from GPL-2 to MIT
Version 3.0.6
reintroduced stong asembly name
Version 3.0.1
reintroduced assembly attributes
Version 3.0.0
.Net Core is now supported
Version 2.1.17172.10
Implemented support for EnumeratorBehaviorOptions (Fixes #2)