Skip to content

Commit 33b5e8f

Browse files
Update copyright year and module icon URI (#1)
1 parent 67ba270 commit 33b5e8f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Marius Storhaug
3+
Copyright (c) 2024 PSModule
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

icon/PowerShell_Core_6.0_icon.png

-9.25 KB
Binary file not shown.

icon/icon.png

5.74 KB
Loading

src/PowerShellGallery/PowerShellGallery.psd1

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1-
@{
1+
@{
22
ModuleVersion = '0.0.1'
33
Description = 'A PowerShell module for managing the PowerShell Gallery.'
4+
HelpInfoURI = 'https://PSModule.github.io/PowerShellGallery'
45
PrivateData = @{
56
PSData = @{
6-
Tags = 'PowerShellGallery', 'Environment', 'PowerShell', 'Module'
7+
Tags = @(
8+
'PowerShellGallery'
9+
'Environment'
10+
'PowerShell'
11+
'Module'
12+
)
713
LicenseUri = 'https://github.com/PSModule/PowerShellGallery/blob/main/LICENSE'
814
ProjectUri = 'https://github.com/PSModule/PowerShellGallery'
9-
IconUri = 'https://raw.githubusercontent.com/PSModule/PowerShellGallery/main/icon/PowerShell_Core_6.0_icon.png'
15+
IconUri = 'https://raw.githubusercontent.com/PSModule/PowerShellGallery/main/icon/icon.png'
1016
}
1117
}
12-
HelpInfoURI = 'https://PSModule.github.io/PowerShellGallery'
1318
}
14-

0 commit comments

Comments
 (0)