Skip to content

Commit

Permalink
💾 📝 Feat, Chore: 退出时强制刷新日志缓存, 更新 NuGet 引用
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Dec 15, 2022
1 parent e4b6c85 commit 3169218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ public static void SaveInfo()
/// </summary>
public static void Exit()
{
Log.CloseAndFlush();

Program.WebManager?.Stop();
Program.WebManager?.Dispose();

Expand Down
8 changes: 4 additions & 4 deletions KitX Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="0.10.18" />
<PackageReference Include="Avalonia.Markup.Xaml.Loader" Version="0.10.18" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.18" />
<PackageReference Include="Common.BasicHelper" Version="1.1.6347.236" />
<PackageReference Include="Common.BasicHelper" Version="1.1.6360.850" />
<PackageReference Include="Common.Activity" Version="1.0.6346.961" />
<PackageReference Include="Common.Algorithm.Interop" Version="1.1.6345.985" />
<PackageReference Include="Common.Update.Checker" Version="1.0.1.3" />
<PackageReference Include="FluentAvaloniaUI" Version="1.4.4" />
<PackageReference Include="FluentAvaloniaUI" Version="1.4.5" />
<PackageReference Include="KitX.KXP.Helper" Version="22.4.6351.975" />
<PackageReference Include="KitX.Web.Rules" Version="22.4.6351.974" />
<PackageReference Include="LiteDB" Version="5.0.12" />
<PackageReference Include="LiteDB" Version="5.0.13" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" Version="2.0.0-beta.400" />
<PackageReference Include="Markdown.Avalonia" Version="0.10.11" />
<PackageReference Include="Markdown.Avalonia" Version="0.10.12" />
<PackageReference Include="Material.Icons.Avalonia" Version="1.1.10" />
<PackageReference Include="MessageBox.Avalonia" Version="2.1.0" />
<PackageReference Include="nulastudio.NetBeauty" Version="2.0.0-beta.6" />
Expand Down

0 comments on commit 3169218

Please sign in to comment.