Skip to content

Releases: MartinKuschnik/WmiLight

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).

Version 6.4.0

28 Jul 08:28
585db93
Compare
Choose a tag to compare

This version adds support for WMI methods.

Version 6.4.0-pre

27 Jul 09:01
Compare
Choose a tag to compare
Version 6.4.0-pre Pre-release
Pre-release

This pre release version adds support for WMI methods.

Version 6.3.0

20 Jul 11:39
b370528
Compare
Choose a tag to compare

This version adds support for properties with the underlying CIM type REF.

Version 6.2.0

19 Jul 13:05
76aa424
Compare
Choose a tag to compare

This version fixes a bug (#20) if a property had the underlying CIM type array of Object / IUnknown.

Version 6.1.1

10 Jun 10:59
ca73977
Compare
Choose a tag to compare

This version fixes the issue that the Finalizer of the WbemClassObject created by event callback causes AccessViolationException (#18).

Version 6.1.0

08 Jun 20:36
78567e6
Compare
Choose a tag to compare

This version adds support for WMI events (WmiEventSubscription and WmiEventWatcher) and WMI object properties.

Version 6.0.0

20 Mar 07:42
Compare
Choose a tag to compare

This version added trimming support.

The previous version (5.x.x) only supported trimming in combination with Native AOT.

Version 5.1.1

11 Dec 10:14
Compare
Choose a tag to compare

This version introduces custom build properties and targets to make Native AOT deployment with static linking mutch easier.

See Native AOT deployment for more details.