Ensure version consistency across all files

- Added AssemblyVersion and FileVersion to project files
- All versions now consistently set to 2025.07.03.1200
This commit is contained in:
PSProxmox Team
2025-07-03 08:05:05 -04:00
parent af1713331f
commit 8d22693f77
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
<AssemblyName>PSProxmox</AssemblyName>
<RootNamespace>PSProxmox</RootNamespace>
<Version>2025.07.03.1200</Version>
<AssemblyVersion>2025.07.03.1200</AssemblyVersion>
<FileVersion>2025.07.03.1200</FileVersion>
<Authors>PSProxmox Contributors</Authors>
<Company>PSProxmox</Company>
<Description>PowerShell module for managing Proxmox VE clusters</Description>
+2
View File
@@ -5,6 +5,8 @@
<AssemblyName>PSProxmox</AssemblyName>
<RootNamespace>PSProxmox</RootNamespace>
<Version>2025.07.03.1200</Version>
<AssemblyVersion>2025.07.03.1200</AssemblyVersion>
<FileVersion>2025.07.03.1200</FileVersion>
<Authors>PSProxmox Team</Authors>
<Description>PowerShell module for managing Proxmox VE clusters</Description>
<Copyright>Copyright © 2023</Copyright>