Skip to content

Releases: MartinKuschnik/WmiLight

Version 6.10.0

02 Jan 14:31
8f5e046
Compare
Choose a tag to compare

This version adds the WmiObject.Put method, which commits the changes to the object.

Version 6.9.1

29 Dec 16:35
d5b21a2
Compare
Choose a tag to compare

This version enables calling WMI methods that do not provide any return value.

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.