Releases: MartinKuschnik/WmiLight
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.
Version 6.6.0
This release fixes some statically linking a x86 application against the native WmiLight library.
Version 6.6.0-pre
This pre release fixes some statically linking a x86 application against the native WmiLight library.
Version 6.5.2
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
This version changes the behavior of the various finalizers to do not throw any exception (#31).