mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-25 13:36:50 +00:00
Update module GUID and GitHub URLs in module manifest
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
@{
|
@{
|
||||||
RootModule = 'PSProxmox.dll'
|
RootModule = 'PSProxmox.dll'
|
||||||
ModuleVersion = '2023.04.28.1324'
|
ModuleVersion = '2023.04.28.1324'
|
||||||
GUID = '12345678-1234-1234-1234-123456789012'
|
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
|
||||||
Author = 'PSProxmox Team'
|
Author = 'PSProxmox Team'
|
||||||
CompanyName = 'PSProxmox'
|
CompanyName = 'PSProxmox'
|
||||||
Copyright = 'Copyright © 2023'
|
Copyright = 'Copyright © 2023'
|
||||||
@@ -73,8 +73,8 @@
|
|||||||
PrivateData = @{
|
PrivateData = @{
|
||||||
PSData = @{
|
PSData = @{
|
||||||
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
|
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
|
||||||
LicenseUri = 'https://github.com/PSProxmox/PSProxmox/blob/main/LICENSE'
|
LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE'
|
||||||
ProjectUri = 'https://github.com/PSProxmox/PSProxmox'
|
ProjectUri = 'https://github.com/freedbygrace/PSProxmox'
|
||||||
ReleaseNotes = 'Initial release of PSProxmox module'
|
ReleaseNotes = 'Initial release of PSProxmox module'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user