Fix Connect-ProxmoxServer to return ProxmoxConnection instead of ProxmoxConnectionInfo

This commit is contained in:
Alphaeus Mote
2025-04-28 20:33:17 -04:00
parent a4e45c36aa
commit 5c80c92331
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
@{
RootModule = 'PSProxmox.psm1'
NestedModules = @('bin\PSProxmox.dll')
ModuleVersion = '2025.04.28.2025'
ModuleVersion = '2025.04.28.2032'
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
Author = 'PSProxmox Team'
CompanyName = 'PSProxmox'
@@ -95,3 +95,4 @@