PSProxmox v2025.07.03.1046 - .NET Standard 2.0 Dual PowerShell Support
π Major Compatibility Update
Complete compatibility with both PowerShell 5.1 and PowerShell 7+ through .NET Standard 2.0.
β¨ What's New
- Dual PowerShell Support: Works seamlessly on both PowerShell 5.1 and 7+
- Cross-Platform Ready: Windows, Linux, macOS compatible
- Added Missing SMBIOS Cmdlets: Get-ProxmoxVMSMBIOS, Set-ProxmoxVMSMBIOS
- Enhanced Build System: Automated publish functionality with proper module structure
- Version Consistency: Binary, release, and file versions all match (2025.07.03.1046)
- Quality Focus: Single source manifest with proper relative paths
- Dynamic Versioning: Automatically generated version based on build time
π¦ Installation
Install-Module PSProxmox -Forceπ Full Changelog
- Updated to .NET Standard 2.0 for dual PowerShell support
- Fixed module structure with PSProxmox\PSProxmox.psd1 as source of truth
- Added missing SMBIOS cmdlets to module exports
- Enhanced build script with automated PowerShell Gallery publishing
- Dynamic version generation according to yyyy.MM.dd.HHmm spec
- Only latest version kept in Module and Release directories
- Improved error handling and cleanup processes