Skip to content

Commit 01391b6

Browse files
authored
Update for v0.2.1 (#11)
1 parent 88f6af1 commit 01391b6

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
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1] - 2023-04-05
11+
12+
### Changed
13+
14+
- Update AnyPackage to 0.5.0 (#10)
15+
1016
## [0.2.0] - 2023-03-28
1117

1218
### Added
@@ -19,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925

2026
- Initial release
2127

22-
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.2.0...HEAD
28+
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.2.1...HEAD
29+
[0.2.1]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.1
2330
[0.2.0]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.0
2431
[0.1.0]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.1.0

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.2.0'
3+
ModuleVersion = '0.2.1'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)