Skip to content

Commit

Permalink
perf: Serilog.Sinks.Console 5.0.0->5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Nov 30, 2023
1 parent 4a33865 commit 2d9213f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/PipManager/ViewModels/Pages/About/AboutViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void InitializeViewModel()
new AboutNugetLibraryListItem("Microsoft.Xaml.Behaviors.Wpf", "1.1.75", "MIT", "Copyright (c) 2015 Microsoft", "https://github.com/microsoft/XamlBehaviorsWpf"),
new AboutNugetLibraryListItem("Newtonsoft.Json", "13.0.3", "MIT", "Copyright (c) 2007 James Newton-King", "https://github.com/JamesNK/Newtonsoft.Json"),
new AboutNugetLibraryListItem("Serilog", "3.1.1", "Apache-2.0", "Copyright © 2013-2020 Serilog Contributors", "https://github.com/serilog/serilog"),
new AboutNugetLibraryListItem("Serilog.Sinks.Console", "5.0.0", "Apache-2.0", "Copyright © 2016 Serilog Contributors", "https://github.com/serilog/serilog-sinks-console"),
new AboutNugetLibraryListItem("Serilog.Sinks.Console", "5.0.1", "Apache-2.0", "Copyright © 2016 Serilog Contributors", "https://github.com/serilog/serilog-sinks-console"),
new AboutNugetLibraryListItem("Serilog.Sinks.File", "5.0.0", "Apache-2.0", "Copyright © 2016 Serilog Contributors", "https://github.com/serilog/serilog-sinks-file"),
new AboutNugetLibraryListItem("ValueConverters", "3.0.26", "MIT", "Copyright (c) 2019 Thomas Galliker", "https://github.com/thomasgalliker/ValueConverters.NET"),
new AboutNugetLibraryListItem("WPF-UI", "3.0.0-preview.9", "MIT", "Copyright (c) 2021-2023 Leszek Pomianowski and WPF UI Contributors.", "https://github.com/lepoco/wpfui"),
Expand Down
5 changes: 1 addition & 4 deletions src/PipManager/Views/Pages/About/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@

<Grid>
<StackPanel Margin="0,0,0,20">
<Border CornerRadius="16">
<Border.Background>
<SolidColorBrush Opacity="0.3" Color="Gray" />
</Border.Background>
<Border CornerRadius="16" Background="{DynamicResource ApplicationBackgroundBrush}">
<Grid>
<StackPanel Margin="16,0,0,0" Orientation="Horizontal">
<Image
Expand Down

0 comments on commit 2d9213f

Please sign in to comment.