Update to .NET Standard 2.0 for dual PowerShell 5.1/7+ support

- Updated all project files to version 2025.07.03.1200
- Simplified PSProxmox.Main.csproj to use automatic .cs file inclusion
- Removed redundant System.Management.Automation reference
- Added missing SMBIOS cmdlets to module exports
- Updated release notes for .NET Standard 2.0 compatibility
- Complete compatibility with both Windows PowerShell and PowerShell Core
This commit is contained in:
PSProxmox Team
2025-07-03 07:39:00 -04:00
parent d9bd620168
commit af1713331f
5 changed files with 19 additions and 92 deletions
+8 -3
View File
@@ -1,5 +1,5 @@
@{
ModuleVersion = '2025.05.30.2325'
ModuleVersion = '2025.07.03.1200'
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
Author = 'PSProxmox Team'
CompanyName = 'PSProxmox'
@@ -29,6 +29,7 @@
'Get-ProxmoxNode',
'Get-ProxmoxVM',
'New-ProxmoxVM',
'New-ProxmoxVMBuilder',
'Remove-ProxmoxVM',
'Start-ProxmoxVM',
'Stop-ProxmoxVM',
@@ -97,7 +98,11 @@
# TurnKey Template Management
'Get-ProxmoxTurnKeyTemplate',
'Save-ProxmoxTurnKeyTemplate',
'New-ProxmoxContainerFromTurnKey'
'New-ProxmoxContainerFromTurnKey',
# VM SMBIOS Management
'Get-ProxmoxVMSMBIOS',
'Set-ProxmoxVMSMBIOS'
)
VariablesToExport = @()
AliasesToExport = @()
@@ -106,7 +111,7 @@
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
LicenseUri = 'https://github.com/Grace-Solutions/PSProxmox/blob/main/LICENSE'
ProjectUri = 'https://github.com/Grace-Solutions/PSProxmox'
ReleaseNotes = 'Added -IncludeGuestAgent parameter for performance optimization. Guest agent data now optional for faster queries. Fixed binary module structure. Complete codebase stabilization with 100% clean builds. See https://github.com/Grace-Solutions/PSProxmox/releases/tag/v2025.05.30.2323'
ReleaseNotes = 'Updated to .NET Standard 2.0 for dual PowerShell 5.1/7+ support. Added missing SMBIOS cmdlets to exports. Complete compatibility with both Windows PowerShell and PowerShell Core. See https://github.com/Grace-Solutions/PSProxmox/releases/tag/v2025.07.03.1200'
}
}
}
BIN
View File
Binary file not shown.