Move repository to Grace-Solutions organization and update version to 2025.05.10.1400

This commit is contained in:
Alphaeus Mote
2025-05-09 15:20:07 -04:00
parent 3516dd3acb
commit d339e2bc72
3 changed files with 8 additions and 7 deletions
+5 -4
View File
@@ -1,7 +1,7 @@
@{
RootModule = 'PSProxmox.psm1'
NestedModules = @('bin\PSProxmox.dll')
ModuleVersion = '2025.05.09.1511'
ModuleVersion = '2025.05.10.1400'
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
Author = 'PSProxmox Team'
CompanyName = 'PSProxmox'
@@ -83,9 +83,9 @@
PrivateData = @{
PSData = @{
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE'
ProjectUri = 'https://github.com/freedbygrace/PSProxmox'
ReleaseNotes = 'Added regex and wildcard filtering to Get-* cmdlets. See https://github.com/freedbygrace/PSProxmox/releases/tag/v2025.05.10.1200'
LicenseUri = 'https://github.com/Grace-Solutions/PSProxmox/blob/main/LICENSE'
ProjectUri = 'https://github.com/Grace-Solutions/PSProxmox'
ReleaseNotes = 'Moved repository to Grace-Solutions organization. Added regex and wildcard filtering to Get-* cmdlets. See https://github.com/Grace-Solutions/PSProxmox/releases/tag/v2025.05.10.1400'
}
}
}
@@ -108,3 +108,4 @@