Skip to content

Releases: MartinKuschnik/WmiLight

Version 5.0.0

02 Dec 10:44
f32d272
Compare
Choose a tag to compare
Version 5.0.0 Pre-release
Pre-release

This pre-release moves the COM object calls into a native library to support native AOT.

Version 4.0.0

15 Jun 08:42
ea63c3e
Compare
Choose a tag to compare

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

22 Dec 16:57
Compare
Choose a tag to compare
  • License has changed from GPL-2 to MIT

Version 3.0.6

22 Feb 19:46
596d5e1
Compare
Choose a tag to compare

reintroduced stong asembly name

Version 3.0.1

22 Feb 10:37
31ce1cc
Compare
Choose a tag to compare

reintroduced assembly attributes

Version 3.0.0

14 Dec 17:40
ab4611b
Compare
Choose a tag to compare

.Net Core is now supported

Version 2.1.17172.10

21 Jun 19:34
Compare
Choose a tag to compare

Implemented support for EnumeratorBehaviorOptions (Fixes #2)