File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning][semver].
1010
1111## [ Unreleased]
1212
13+ ## [ 0.3.2] - 2024-10-10
14+
15+ ### Fixed
16+
17+ - Update dependency to WixToolset.Dtf.Compression.Cab (#37 )
18+
1319## [ 0.3.1] - 2024-10-07
1420
1521### Fixed
@@ -53,7 +59,8 @@ and this project adheres to [Semantic Versioning][semver].
5359
5460- Initial release
5561
56- [ Unreleased ] : https://github.com/anypackage/msu/compare/v0.3.1...HEAD
62+ [ Unreleased ] : https://github.com/anypackage/msu/compare/v0.3.2...HEAD
63+ [ 0.3.2 ] : https://github.com/anypackage/msu/releases/tag/v0.3.2
5764[ 0.3.1 ] : https://github.com/anypackage/msu/releases/tag/v0.3.1
5865[ 0.3.0 ] : https://github.com/anypackage/msu/releases/tag/v0.3.0
5966[ 0.2.3 ] : https://github.com/anypackage/msu/releases/tag/v0.2.3
Original file line number Diff line number Diff line change 11@ {
22 RootModule = ' MsuProvider.dll'
3- ModuleVersion = ' 0.3.1 '
3+ ModuleVersion = ' 0.3.2 '
44 CompatiblePSEditions = @ (' Desktop' , ' Core' )
55 GUID = ' 758cc272-d0a4-49e5-9a24-7d9e730f60e1'
66 Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments