We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f6bb7b commit a2d3f63Copy full SHA for a2d3f63
src/Scoop.psd1
@@ -4,8 +4,8 @@
4
CompatiblePSEditions = @('Desktop', 'Core')
5
GUID = '7603664e-144c-4083-a51d-399df057a37d'
6
Author = 'Thomas Nieto'
7
- Copyright = '(c) 2023 Thomas Nieto. All rights reserved.'
8
- Description = 'A PowerShell module for Scoop.'
+ Copyright = '(c) 2024 Thomas Nieto. All rights reserved.'
+ Description = 'An official PowerShell module for Scoop.'
9
PowerShellVersion = '5.1'
10
FunctionsToExport = @('Find-ScoopApp', 'Get-ScoopApp', 'Install-ScoopApp',
11
'Update-ScoopApp', 'Uninstall-ScoopApp', 'Get-ScoopBucket',
0 commit comments