Merge pull request 'chore: version 2026.8.2 so the fixed build can reach machines that already have it' (#8) from chore/mmd-pdf-version-2026.8.2-20260828 into main

This commit was merged in pull request #8.
This commit is contained in:
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>
<OutputType>WinExe</OutputType>
@@ -15,9 +15,9 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<!-- 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. -->
<Version>2026.8.1</Version>
<AssemblyVersion>2026.8.1.0</AssemblyVersion>
<FileVersion>2026.8.1.0</FileVersion>
<Version>2026.8.2</Version>
<AssemblyVersion>2026.8.2.0</AssemblyVersion>
<FileVersion>2026.8.2.0</FileVersion>
<!-- 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
fails the release if it does not. Bump it with the version. -->