浏览代码

housekeeping: Release 8.0.1

Bruce Wayne 1 年之前
父节点
当前提交
07e0509e8c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      NatTypeTester.WinUI/NatTypeTester.WinUI.csproj
  2. 1 1
      NatTypeTester/NatTypeTester.csproj

+ 1 - 1
NatTypeTester.WinUI/NatTypeTester.WinUI.csproj

@@ -13,7 +13,7 @@
     <RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
     <UseWinUI>true</UseWinUI>
     <ApplicationIcon>Assets\icon.ico</ApplicationIcon>
-    <Version>8.0.0</Version>
+    <Version>8.0.1</Version>
     <EnableMsixTooling>true</EnableMsixTooling>
     <WindowsPackageType>None</WindowsPackageType>
     <WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>

+ 1 - 1
NatTypeTester/NatTypeTester.csproj

@@ -6,7 +6,7 @@
     <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
     <OutputType>WinExe</OutputType>
     <UseWPF>true</UseWPF>
-    <Version>8.0.0</Version>
+    <Version>8.0.1</Version>
     <ApplicationIcon>icon.ico</ApplicationIcon>
     <ApplicationManifest>app.manifest</ApplicationManifest>
   </PropertyGroup>