Skip to content

Commit 889c753

Browse files
authored
Update for v0.3.0 (#29)
1 parent 7894cba commit 889c753

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

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.3.0] - 2023-07-16
11+
12+
### Added
13+
14+
- Add Uninstall-Package (#28)
15+
1016
## [0.2.2] - 2023-07-16
1117

1218
### Fixed
@@ -41,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4147

4248
- Initial release
4349

44-
[Unreleased]: https://github.com/anypackage/programs/compare/v0.2.2...HEAD
50+
[Unreleased]: https://github.com/anypackage/programs/compare/v0.3.0...HEAD
51+
[0.3.0]: https://github.com/anypackage/programs/releases/tag/v0.3.0
4552
[0.2.2]: https://github.com/anypackage/programs/releases/tag/v0.2.2
4653
[0.2.1]: https://github.com/anypackage/programs/releases/tag/v0.2.1
4754
[0.2.0]: https://github.com/anypackage/programs/releases/tag/v0.2.0

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ Import-Module AnyPackage.Programs
2222
```PowerShell
2323
Get-Package -Name *7zip*
2424
```
25+
26+
### Uninstall package
27+
28+
```PowerShell
29+
Get-Package -Name *7zip* | Uninstall-Package
30+
```

src/AnyPackage.Programs.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'ProgramsProvider.dll'
3-
ModuleVersion = '0.2.2'
3+
ModuleVersion = '0.3.0'
44
CompatiblePSEditions = @('Desktop', 'Core')
55
GUID = '84cf5334-85e0-4263-8471-60394099cefb'
66
Author = 'Thomas Nieto'

0 commit comments

Comments
 (0)