From 6a253c23d6ca129988ad01c68d1baba689ac574d Mon Sep 17 00:00:00 2001 From: Alphaeus Mote Date: Mon, 28 Apr 2025 19:09:59 -0400 Subject: [PATCH] Update module manifest with release URL --- PSProxmox.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSProxmox.psd1 b/PSProxmox.psd1 index aab71cd..e8d5dad 100644 --- a/PSProxmox.psd1 +++ b/PSProxmox.psd1 @@ -83,7 +83,7 @@ Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management') LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE' ProjectUri = 'https://github.com/freedbygrace/PSProxmox' - ReleaseNotes = 'Initial release of PSProxmox module' + ReleaseNotes = 'Initial release of PSProxmox module. See https://github.com/freedbygrace/PSProxmox/releases/tag/v2025.04.28.1902' } } }