fix: 修复错误版本号

This commit is contained in:
uye
2023-10-15 03:39:38 +08:00
parent d33a75a184
commit 4ba82ead97

View File

@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>DEBUG VERSION</Version>
<FileVersion>DEBUG VERSION</FileVersion>
<AssemblyVersion>DEBUG VERSION</AssemblyVersion>
<InformationalVersion>DEBUG VERSION</InformationalVersion>
<Version>0.0.1</Version>
<FileVersion>0.0.1</FileVersion>
<AssemblyVersion>0.0.1</AssemblyVersion>
<InformationalVersion>0.0.1</InformationalVersion>
<OutputType>WinExe</OutputType>
<RootNamespace>MaaWpfGui</RootNamespace>
<AssemblyName>MAA</AssemblyName>