Skip to content

Releases: MartinKuschnik/WmiLight

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.

Version 5.1.1

11 Dec 09:31
Compare
Choose a tag to compare
Version 5.1.1 Pre-release
Pre-release

Added WmiLight.props and WmiLight.targets to NuGet package to make static linking with AOT easier.

Version 5.1.0

08 Dec 09:34
Compare
Choose a tag to compare

This version improves trim compatibility and also includes a native static library additionaly to the native dynamic library. This allows native AOT project to linke staticicaly against the native lib what results into a singe executabl.

Version 5.1.0

08 Dec 09:16
Compare
Choose a tag to compare
Version 5.1.0 Pre-release
Pre-release

Various optimisation for Trimming.

Version 5.0.2

07 Dec 21:01
Compare
Choose a tag to compare
Version 5.0.2 Pre-release
Pre-release

This pre-release includes a native static library that is build without /GL (Whole program optimization) and the .pdb file.

Version 5.0.1

04 Dec 13:23
Compare
Choose a tag to compare
Version 5.0.1 Pre-release
Pre-release

This pre-release also includes a native static library additionaly to the native dynamic library. This allows native AOT project to linke staticicaly against the native lib what results into a singe executabl.

Version 5.0.0

04 Dec 08:45
f2a7d3c
Compare
Choose a tag to compare

This version moves the COM object calls into a native library to support native AOT.