Skip to content

Commit 3c5b180

Browse files
committed
Update for v0.3.2
1 parent 8f34172 commit 3c5b180

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/AnyPackage.Msu.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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'

0 commit comments

Comments
 (0)