File tree 3 files changed +24
-13
lines changed
3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
+ The format is based on [ Keep a Changelog] [ keep-a-changelog ] ,
6
+ and this project adheres to [ Semantic Versioning] [ semver ] .
7
+
8
+ [ keep-a-changelog ] : https://keepachangelog.com/en/1.0.0/
9
+ [ semver ] : https://semver.org/spec/v2.0.0.html
7
10
8
11
## [ Unreleased]
9
12
13
+ ## [ 0.2.1] - 2024-8-15
14
+
15
+ ### Removed
16
+
17
+ - Remove Invoke-Expression (#18 )
18
+
10
19
## [ 0.2.0] - 2024-8-15
11
20
12
21
### Added
@@ -35,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
44
36
45
- Initial release
37
46
38
- [ Unreleased ] : https://github.com/ThomasNieto/Scoop/compare/v0.2.0...HEAD
47
+ [ Unreleased ] : https://github.com/ThomasNieto/Scoop/compare/v0.2.1...HEAD
48
+ [ 0.2.1 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.2.1
39
49
[ 0.2.0 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.2.0
40
50
[ 0.1.3 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.3
41
51
[ 0.1.2 ] : https://github.com/ThomasNieto/Scoop/releases/tag/v0.1.2
Original file line number Diff line number Diff line change 1
1
# Scoop
2
2
3
- A PowerShell module wrapper for Scoop using PowerShell best practices.
3
+ An unofficial PowerShell module wrapper for Scoop using PowerShell best
4
+ practices.
4
5
5
6
## Installing Scoop
6
7
@@ -12,11 +13,11 @@ Install-PSResource -Name Scoop
12
13
13
14
## Cmdlets
14
15
15
- * ` Find-ScoopApp `
16
- * ` Get-ScoopApp `
17
- * ` Install-ScoopApp `
18
- * ` Uninstall-ScoopApp `
19
- * ` Update-ScoopApp `
20
- * ` Get-ScoopBucket `
21
- * ` Register-ScoopBucket `
22
- * ` Unregister-ScoopBucket `
16
+ - ` Find-ScoopApp `
17
+ - ` Get-ScoopApp `
18
+ - ` Install-ScoopApp `
19
+ - ` Uninstall-ScoopApp `
20
+ - ` Update-ScoopApp `
21
+ - ` Get-ScoopBucket `
22
+ - ` Register-ScoopBucket `
23
+ - ` Unregister-ScoopBucket `
Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' Scoop.psm1'
3
- ModuleVersion = ' 0.2.0 '
3
+ ModuleVersion = ' 0.2.1 '
4
4
CompatiblePSEditions = @ (' Desktop' , ' Core' )
5
5
GUID = ' 7603664e-144c-4083-a51d-399df057a37d'
6
6
Author = ' Thomas Nieto'
You can’t perform that action at this time.
0 commit comments