All Versions
15
Latest Version
Avg Release Cycle
167 days
Latest Release
1664 days ago

Changelog History
Page 2

  • v2.0.6 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed regression since 2.0.4 that prevented proper merging of resources in dependent assemblies.
      • Because of this, no BAML resources were added from dependencies into the merged result.

    ๐Ÿ”„ Changed

    • Put public the method retrieving repacked assembly names.
  • v2.0.5 Changes

    ๐Ÿ›  Fixed

    • Bcl+BclAsync now repacks correctly
    • Due to caching, some TypeRefs where incorrectly flagged class instead of valuetype
    • ๐Ÿ”€ Some original AssemblyReferences were kept in the merged assembly as ExportedType scope or TypeRef scope, this caused issue unless (by luck) the repacked token was the same as original one

    โž• Added

    • โž• Added ILRepack version in repack log
  • v2.0.4 Changes

    ๐Ÿ”„ Changed

    • When used with copyattrs flag, primary (first) assembly attributes are prefered (when the custom attribute doesn't allow multiple)
  • v2.0.3 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ–จ Types fixed during the 'Fixing references' phase are printed in verbose mode.
    • InternalsVisibleTo attributes gets cleaned up to allow signed repacked assemblies to be loaded fine.
  • v2.0.0 Changes

    โž• Added

    • ๐Ÿ‘ WPF Support
      • Classes (e.g.: converters) from libraries can now be used inside XAML files.
      • User Controls from libraries can now be used inside XAML files.
      • XAML Resource paths in InitializeComponent() methods are patched to reference the main assembly instead.
      • Support for styles, theming (themes/generic.xml) and inclusion of XAML files (via pack or non-pack URIs).

    ๐Ÿ”„ Changed

    • API has been cleaned up (with potential breaking changes, depending on the usage).