Skip to content

Release Notes - 3.1.7

Compare
Choose a tag to compare
@dahall dahall released this 06 Jan 14:29
· 2111 commits to master since this release

Additions

  • Upgraded all projects to support SourceLink and .NET Core 3.1.
  • Added new assemblies for UserEnv.dll, Url.dll, UrlMon.dll and Opc.dll
  • Added all functions from WinSpool.drv, PrntvPt.dll and Xps Print Interfaces to Vanara.PInvoke.Printing.
  • Added all GDI print functions to Vanara.PInvoke.Gdi32.

Fixes

  • Fixed problem with some functions trying to use PIDL[], which can't be marshaled, by using IntPtr[].
  • Fixed memory leaks in BITS and its unit tests.
  • Breaking change: Fixed IEnumIDList.Next method declaration to support multiple items.
  • Added missing CLSCTX values
  • Addressed a number of minor user submitted bugs