Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakoyu authored and Hakoyu committed May 10, 2023
1 parent e74503d commit 6a0b442
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 84 deletions.
5 changes: 2 additions & 3 deletions StarsectorToolbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
<NeutralLanguage>zh-CN</NeutralLanguage>
<Title>$(AssemblyName)</Title>
<Authors>HKW</Authors>
<Version>0.8.9</Version>
<AssemblyVersion>0.8.9</AssemblyVersion>
<Version>0.8.10</Version>
<AssemblyVersion>0.8.10</AssemblyVersion>
<Copyright>Copyright ©2022-2023 HKW</Copyright>
<RepositoryType>https://github.com/Hakoyu/StarsectorTools</RepositoryType>
<IncludeSymbols>False</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<ApplicationManifest>app.manifest</ApplicationManifest>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
</PropertyGroup>

Expand Down
2 changes: 0 additions & 2 deletions Views/Main/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Height="500"
MinWidth="800"
MinHeight="400"
MaxWidth="{x:Static sys:SystemParameters.MaximizedPrimaryScreenWidth}"
MaxHeight="{x:Static sys:SystemParameters.MaximizedPrimaryScreenHeight}"
Padding="5"
x:ClassModifier="internal"
FontFamily="Consolas"
Expand Down
1 change: 1 addition & 0 deletions Views/Main/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using HKW.Libs.Log4Cs;
using HKW.ViewModels.Dialogs;
using Microsoft.Toolkit.Uwp.Notifications;
using Panuon.WPF.UI;
using StarsectorToolbox.ViewModels.Main;
using StarsectorToolbox.Views.CrashReporter;
using I18nRes = StarsectorToolbox.Langs.Windows.MainWindow.MainWindowI18nRes;
Expand Down
79 changes: 0 additions & 79 deletions app.manifest

This file was deleted.

0 comments on commit 6a0b442

Please sign in to comment.