Skip to content

Commit 6a0b442

Browse files
HakoyuHakoyu
authored andcommitted
更新版本
1 parent e74503d commit 6a0b442

File tree

4 files changed

+3
-84
lines changed

4 files changed

+3
-84
lines changed

StarsectorToolbox.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
<NeutralLanguage>zh-CN</NeutralLanguage>
2626
<Title>$(AssemblyName)</Title>
2727
<Authors>HKW</Authors>
28-
<Version>0.8.9</Version>
29-
<AssemblyVersion>0.8.9</AssemblyVersion>
28+
<Version>0.8.10</Version>
29+
<AssemblyVersion>0.8.10</AssemblyVersion>
3030
<Copyright>Copyright ©2022-2023 HKW</Copyright>
3131
<RepositoryType>https://github.com/Hakoyu/StarsectorTools</RepositoryType>
3232
<IncludeSymbols>False</IncludeSymbols>
3333
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3434
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
35-
<ApplicationManifest>app.manifest</ApplicationManifest>
3635
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
3736
</PropertyGroup>
3837

Views/Main/MainWindow.xaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
Height="500"
1717
MinWidth="800"
1818
MinHeight="400"
19-
MaxWidth="{x:Static sys:SystemParameters.MaximizedPrimaryScreenWidth}"
20-
MaxHeight="{x:Static sys:SystemParameters.MaximizedPrimaryScreenHeight}"
2119
Padding="5"
2220
x:ClassModifier="internal"
2321
FontFamily="Consolas"

Views/Main/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using HKW.Libs.Log4Cs;
77
using HKW.ViewModels.Dialogs;
88
using Microsoft.Toolkit.Uwp.Notifications;
9+
using Panuon.WPF.UI;
910
using StarsectorToolbox.ViewModels.Main;
1011
using StarsectorToolbox.Views.CrashReporter;
1112
using I18nRes = StarsectorToolbox.Langs.Windows.MainWindow.MainWindowI18nRes;

app.manifest

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)