All Versions
15
Latest Version
Avg Release Cycle
167 days
Latest Release
1359 days ago
Changelog History
Page 2
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.
- ๐ Fixed regression since 2.0.4 that prevented proper merging of resources in dependent assemblies.
-
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).
- ๐ WPF Support