chore: version 2026.8.2 so the fixed build can reach machines that already have it #8

Merged
kua-agent merged 1 commits from chore/mmd-pdf-version-2026.8.2-20260828 into main 2026-08-28 07:15:24 +00:00
+4 -4
View File
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
@@ -15,9 +15,9 @@
<ApplicationManifest>app.manifest</ApplicationManifest> <ApplicationManifest>app.manifest</ApplicationManifest>
<!-- MMD's own version line. 1.7.5 was the upstream project's; it read as that <!-- MMD's own version line. 1.7.5 was the upstream project's; it read as that
product still, and it has to sort above it so an upgrade is an upgrade. --> product still, and it has to sort above it so an upgrade is an upgrade. -->
<Version>2026.8.1</Version> <Version>2026.8.2</Version>
<AssemblyVersion>2026.8.1.0</AssemblyVersion> <AssemblyVersion>2026.8.2.0</AssemblyVersion>
<FileVersion>2026.8.1.0</FileVersion> <FileVersion>2026.8.2.0</FileVersion>
<!-- Shown in the About card beside the version so a user can tell how old their build <!-- Shown in the About card beside the version so a user can tell how old their build
is. Must match the date on this version's CHANGELOG section - release.ps1 preflight is. Must match the date on this version's CHANGELOG section - release.ps1 preflight
fails the release if it does not. Bump it with the version. --> fails the release if it does not. Bump it with the version. -->