Skip to content

Commit

Permalink
Update for v0.3.0 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Jul 17, 2023
1 parent 7894cba commit 889c753
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-07-16

### Added

- Add Uninstall-Package (#28)

## [0.2.2] - 2023-07-16

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

- Initial release

[Unreleased]: https://github.com/anypackage/programs/compare/v0.2.2...HEAD
[Unreleased]: https://github.com/anypackage/programs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/anypackage/programs/releases/tag/v0.3.0
[0.2.2]: https://github.com/anypackage/programs/releases/tag/v0.2.2
[0.2.1]: https://github.com/anypackage/programs/releases/tag/v0.2.1
[0.2.0]: https://github.com/anypackage/programs/releases/tag/v0.2.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ Import-Module AnyPackage.Programs
```PowerShell
Get-Package -Name *7zip*
```

### Uninstall package

```PowerShell
Get-Package -Name *7zip* | Uninstall-Package
```
2 changes: 1 addition & 1 deletion src/AnyPackage.Programs.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'ProgramsProvider.dll'
ModuleVersion = '0.2.2'
ModuleVersion = '0.3.0'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '84cf5334-85e0-4263-8471-60394099cefb'
Author = 'Thomas Nieto'
Expand Down

0 comments on commit 889c753

Please sign in to comment.