File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,3 +22,9 @@ Import-Module AnyPackage.Programs
2222``` PowerShell
2323Get-Package -Name *7zip*
2424```
25+
26+ ### Uninstall package
27+
28+ ``` PowerShell
29+ Get-Package -Name *7zip* | Uninstall-Package
30+ ```
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments