mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-21 11:56:38 +00:00
8d22693f77
- Added AssemblyVersion and FileVersion to project files - All versions now consistently set to 2025.07.03.1200
24 lines
774 B
XML
24 lines
774 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<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>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="PowerShellStandard.Library" Version="5.1.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|