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].
10
10
11
11
## [ Unreleased]
12
12
13
+ ## [ 0.3.2] - 2024-10-10
14
+
15
+ ### Fixed
16
+
17
+ - Update dependency to WixToolset.Dtf.Compression.Cab (#37 )
18
+
13
19
## [ 0.3.1] - 2024-10-07
14
20
15
21
### Fixed
@@ -53,7 +59,8 @@ and this project adheres to [Semantic Versioning][semver].
53
59
54
60
- Initial release
55
61
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
57
64
[ 0.3.1 ] : https://github.com/anypackage/msu/releases/tag/v0.3.1
58
65
[ 0.3.0 ] : https://github.com/anypackage/msu/releases/tag/v0.3.0
59
66
[ 0.2.3 ] : https://github.com/anypackage/msu/releases/tag/v0.2.3
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' MsuProvider.dll'
3
- ModuleVersion = ' 0.3.1 '
3
+ ModuleVersion = ' 0.3.2 '
4
4
CompatiblePSEditions = @ (' Desktop' , ' Core' )
5
5
GUID = ' 758cc272-d0a4-49e5-9a24-7d9e730f60e1'
6
6
Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments