From effaf148864f0c377e4e155db03f68b38fcae777 Mon Sep 17 00:00:00 2001 From: Alphaeus Mote Date: Fri, 9 May 2025 15:04:48 -0400 Subject: [PATCH] Fix build errors and update module version to 2025.05.10.1200 --- Module/PSProxmox.psd1 | 6 ++++-- PSProxmox/PSProxmox.Main.csproj | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Module/PSProxmox.psd1 b/Module/PSProxmox.psd1 index 7ddd74a..9dc2a71 100644 --- a/Module/PSProxmox.psd1 +++ b/Module/PSProxmox.psd1 @@ -1,7 +1,7 @@ @{ RootModule = 'PSProxmox.psm1' NestedModules = @('bin\PSProxmox.dll') - ModuleVersion = '2025.05.10.1000' + ModuleVersion = '2025.05.09.1504' GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad' Author = 'PSProxmox Team' CompanyName = 'PSProxmox' @@ -85,7 +85,7 @@ Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management') LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE' ProjectUri = 'https://github.com/freedbygrace/PSProxmox' - ReleaseNotes = 'Added automatic connection handling and Test-ProxmoxConnection cmdlet. See https://github.com/freedbygrace/PSProxmox/releases/tag/v2025.05.10.1000' + ReleaseNotes = 'Added regex and wildcard filtering to Get-* cmdlets. See https://github.com/freedbygrace/PSProxmox/releases/tag/v2025.05.10.1200' } } } @@ -105,3 +105,5 @@ + + diff --git a/PSProxmox/PSProxmox.Main.csproj b/PSProxmox/PSProxmox.Main.csproj index 1e32fa8..082da73 100644 --- a/PSProxmox/PSProxmox.Main.csproj +++ b/PSProxmox/PSProxmox.Main.csproj @@ -32,6 +32,8 @@ + + @@ -70,6 +72,7 @@ + @@ -86,6 +89,8 @@ + +