Skip to content

PSProxmox v2025.07.03.1038

Choose a tag to compare

@freedbygrace freedbygrace released this 03 Jul 14:38

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
  • Added Missing Cmdlets: New-ProxmoxVMBuilder
  • Enhanced Build System: Automated publish functionality with proper module structure
  • Version Consistency: Binary, release, and file versions all match (2025.07.03.1038)
  • 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