Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2085dad3b9 | ||
|
|
b6f046abdd |
+4
-4
@@ -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. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user