All Versions
15
Latest Version
Avg Release Cycle
167 days
Latest Release
1980 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.18 Changes
September 08, 2019๐ Fixed
- ๐ Fix issue when repacking multiple results of
/renameInternalized
-previously repacked
- ๐ Fix issue when repacking multiple results of
-
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