Resourcelib Versions Save

C# File Resource Management Library

v1.6

7 years ago

New Features

  • #40: Added Resource.Save(string filename, IEnumerable<Resource> resources) for saving multiple resources in one batch - @thoemmi.

Bugs

  • #41: Fixed OverflowException when a dialog template contains a SysListView32 control - @thoemmi.
  • #50: Fixed semantic version of NuGet package - @thoemmi.

v1.5

8 years ago

Misc

  • #9: Added a strong signature to the .NET assembly - @dwmkerr.
  • Including Vestris.ResourceLib.pdb and Vestris.ResourceLib.xml in release zip for documentation and easier debugging support - @icnocop.
  • CI: Setup CI on AppVeyor - @dblock.
  • #32: Creation of NuGet package - @thoemmi.

Bugs

  • #10: Fixed System.OverflowException: Arithmetic operation resulted in an overflow (64-bit systems) by replacing most calls to ToInt32 with ToInt64 - @icnocop.
  • #16: Fixed NuGet error "Package restore is disabled by default." when building by updating to NuGet 2.8.1 - @icnocop.
  • #26: Fixed opening PE files at non-ANSI paths by changing from ANSI to Wide version of PInvoke - @hypersw.
  • #31: Fixed OverflowException when running as x64 - @thoemmi.