Releases: MartinKuschnik/WmiLight
Version 6.13.0
This version removes the unintended dependency on Microsoft.Net.Sdk.Compilers.Toolset that was introduced in version 6.12.0.
Version 6.12.0
This version fixes a calling convention bug (#50) for event callback functions
Version 6.11.0
This version discontinues support for .NET 7 and introduces support for .NET 9.
Version 6.10.0
This version adds the WmiObject.Put
method, which commits the changes to the object.
Version 6.9.1
This version enables calling WMI methods that do not provide any return value.
Version 6.9.0
This release resolves an issue where GetPropertyNames
did not work correctly in combination with NativeAOT.
Version 6.8.0
This version introduces the support of string arrays and WmiObjects for the WmiMethodParameters class.
Version 6.7.0
This version adds support for arm64.
Version 6.7.0-pre2
This version removed support for arm because there is no windows for arm32.
Version 6.7.0-pre
This version adds support for arm and arm64.