Skip to content

Commit 5450df9

Browse files
authored
Update for v0.2.0 (#9)
1 parent d8c45c7 commit 5450df9

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

88
## [Unreleased]
99

10+
## [0.2.0] - 2023-03-28
11+
12+
### Added
13+
14+
- Add Find-Package (#7)
15+
1016
## [0.1.0] - 2023-03-25
1117

1218
### Added
1319

1420
- Initial release
1521

16-
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.1.0...HEAD
22+
[Unreleased]: https://github.com/AnyPackage/AnyPackage.Msu/compare/v0.2.0...HEAD
23+
[0.2.0]: https://github.com/AnyPackage/AnyPackage.Msu/releases/tag/v0.2.0
1724
[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.1.0'
3+
ModuleVersion = '0.2.0'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '758cc272-d0a4-49e5-9a24-7d9e730f60e1'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)