Skip to content

Release Notes - 3.0.1

Compare
Choose a tag to compare
@dahall dahall released this 23 Sep 13:25
· 2340 commits to master since this release
  • Added KtmW32.dll and Pdh.dll supporting assemblies with 100% of functions implemented.
  • Added new Vanara.Library metapackage that pulls in all Vanara packages.
  • Completed adding functions with unit tests from wininet.dll to Vanara.PInvoke.WinInet.
  • Completed adding functions from vertdll.dll to Vanara.PInvoke.Kernel32.
  • Completed adding functions from ncrypt.dll to Vanara.PInvoke.Cryptography.
  • Completed adding functions from ole32.dll and propsys.dll to Vanara.PInvoke.Ole.
  • Enhanced testing support classes and moved all static file references to single class.
  • Extended error structures with FormatMessage to get their descriptive text.
  • Added IDisposable to ISafeMemoryHandle so it can be used instead of abstract SafeAllocatedMemoryHandle.
  • BREAKING: Moved reflection extension methods that extend object to special namespace Vanara.Extensions.Reflection to Intellisense isn't crowded with them.