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

Changelog History
Page 1

  • v2.0.18 Changes

    September 08, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue when repacking multiple results of /renameInternalized-previously repacked
  • v2.0.17 Changes

    May 21, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Usage of netstandard2 support layer for .NET 4.6.1-4.7.1
    • ๐Ÿ”€ WPF merging now handles properly libraries built with the new .NET project formats
  • v2.0.16 Changes

    May 21, 2019

    โž• Added

    • ๐Ÿ”€ /repackdrop:AttributeClass is now a supported argument to allow dropping specific members during merging (#215)
    • ๐Ÿ‘ /renameInternalized is now a supported argument forcing ILRepack to rename all types from other assemblies during repack (#233)

    ๐Ÿ›  Fixed

    • Usage of delay sign & public key (#222)
  • v2.0.15 Changes

    May 21, 2019

    โž• Added

    • ๐Ÿ”€ WPF merging now works with resources (e.g., images) in used libraries
    • ๐Ÿ”€ WPF Merging handles correctly cases when BAML types are referencing core .NET types
  • v2.0.14 Changes

    November 21, 2017

    ๐Ÿ”„ Changed

    • Migrated to Cecil 0.10

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ WPF merging handles correctly cases when there in no XAML in the merged project
  • v2.0.13 Changes

    April 06, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ”€ Less aggressive attribute cleanup for the main assembly (unchanged for merged ones) (#174)
    • ๐Ÿ‘ Allow proper use of ExcludeFile in Library mode (#185)
    • ๐Ÿ”€ Handle System.Runtime merging (#188)

    ๐Ÿ›  Fixed

    • PdbStr doesn't work on Unix, skip it on these OS (#176)

    โž• Added

    • ๐Ÿ‘Œ Support /keycontainer flag (#183)
    • More verbose output header for debugging (#187)
    • ๐Ÿ”ฆ Expose an $(ILRepack) property for nuget consumers (#192)
  • v2.0.12 Changes

    October 24, 2016

    โž• Added

    • ๐Ÿ”€ SRCSRV data from PDBs are merged for sources available with HTTP. Others are not merged and only the one from the primary assembly is kept.
  • v2.0.11 Changes

    August 22, 2016

    ๐Ÿ›  Fixed

    • Signed WPF applications during the repack process now work properly
    • Generic-based resource keys can now be used in WPF applications
    • ๐Ÿ”€ UWP applications are now properly merged
  • v2.0.10

    January 08, 2016
  • v2.0.9 Changes

    โž• Added

    • โž• Add set Log level verbose in IlRepack constructor

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ Indirect xaml dependency merge now copes with conflicting versions

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Bumped cecil version