Skip to content

Releases: MartinKuschnik/WmiLight

Version 6.9.0

03 Dec 15:15
a717554
Compare
Choose a tag to compare

This release resolves an issue where GetPropertyNames did not work correctly in combination with NativeAOT.

Version 6.8.0

01 Dec 13:25
b00d4ed
Compare
Choose a tag to compare

This version introduces the support of string arrays and WmiObjects for the WmiMethodParameters class.

Version 6.7.0

12 Nov 08:09
651e0f1
Compare
Choose a tag to compare

This version adds support for arm64.

Version 6.7.0-pre2

08 Nov 13:14
Compare
Choose a tag to compare
Version 6.7.0-pre2 Pre-release
Pre-release

This version removed support for arm because there is no windows for arm32.

Version 6.7.0-pre

07 Nov 22:30
Compare
Choose a tag to compare
Version 6.7.0-pre Pre-release
Pre-release

This version adds support for arm and arm64.

Version 6.6.0

16 Sep 17:11
Compare
Choose a tag to compare

This release fixes some statically linking a x86 application against the native WmiLight library.

Version 6.6.0-pre

16 Sep 15:59
Compare
Choose a tag to compare
Version 6.6.0-pre Pre-release
Pre-release

This pre release fixes some statically linking a x86 application against the native WmiLight library.

Version 6.5.2

04 Sep 16:29
8549f23
Compare
Choose a tag to compare

This version removes some custom methodes to handle IUnknown and uses the methodes provided by the Marshal class. This increases the reliability and reduces the codebase.

Version 6.5.1

26 Aug 15:11
9fc5129
Compare
Choose a tag to compare

This version changes the behavior of the various finalizers to do not throw any exception (#31).

Version 6.5.0

06 Aug 15:41
Compare
Choose a tag to compare

This version adds support for deleting WMI instances (#27) and fixed an issue with WmiObject arrays (#30).