From c65dea83bddb4cd18a126093ad959ecd3d9f81cf Mon Sep 17 00:00:00 2001 From: Mikhail Pilin Date: Sat, 8 Jun 2024 23:07:45 +0200 Subject: [PATCH] Update packages. --- .../src/JetBrains.Etw.HostService.Updater.csproj | 10 +++++----- .../src/ViewModel/AboutViewModel.cs | 15 ++++++++------- ...JetBrains.Etw.HostService.Updater.Tests.csproj | 6 +++--- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/JetBrains.Etw.HostService.Updater/src/JetBrains.Etw.HostService.Updater.csproj b/JetBrains.Etw.HostService.Updater/src/JetBrains.Etw.HostService.Updater.csproj index 6c5e6a7..6cd9310 100644 --- a/JetBrains.Etw.HostService.Updater/src/JetBrains.Etw.HostService.Updater.csproj +++ b/JetBrains.Etw.HostService.Updater/src/JetBrains.Etw.HostService.Updater.csproj @@ -18,13 +18,13 @@ - - + + - + - - + + diff --git a/JetBrains.Etw.HostService.Updater/src/ViewModel/AboutViewModel.cs b/JetBrains.Etw.HostService.Updater/src/ViewModel/AboutViewModel.cs index 9e500a0..07a06a6 100644 --- a/JetBrains.Etw.HostService.Updater/src/ViewModel/AboutViewModel.cs +++ b/JetBrains.Etw.HostService.Updater/src/ViewModel/AboutViewModel.cs @@ -18,13 +18,14 @@ internal sealed class AboutViewModel : INotifyPropertyChanged public IEnumerable Licenses => new LicenseItemViewModel[] { // @formatter:off - new("Hardcodet.NotifyIcon.Wpf" , "1.1.0" , "Code Project Open License 1.02" , new Uri("https://spdx.org/licenses/CPOL-1.02.html")), - new("HtmlSanitizer" , "8.0.645", "MIT License (Michael Ganss and Contributors)", new Uri("https://spdx.org/licenses/MIT.html")), - new("JetBrains.DownloadPgpVerifier" , "1.0.0" , "Apache License 2.0" , new Uri("https://spdx.org/licenses/Apache-2.0.html")), - new("JetBrains.FormatRipper" , "2.0.1" , "Apache License 2.0" , new Uri("https://spdx.org/licenses/Apache-2.0.html")), - new("JetBrains.HabitatDetector" , "1.0.2" , "Apache License 2.0" , new Uri("https://spdx.org/licenses/Apache-2.0.html")), - new("System.Text.Json" , "7.0.2" , "MIT License (Microsoft Corporation)" , new Uri("https://spdx.org/licenses/MIT.html")), - new("WixToolset.Dtf.WindowsInstaller", "4.0.0" , "Microsoft Reciprocal License" , new Uri("https://spdx.org/licenses/MS-RL.html")), + new("Hardcodet.NotifyIcon.Wpf" , "1.1.0" , "Code Project Open License 1.02" , new Uri("https://spdx.org/licenses/CPOL-1.02.html")), + new("HtmlSanitizer" , "8.0.865" , "MIT License (2013-2024 Michael Ganss)" , new Uri("https://spdx.org/licenses/MIT.html")), + new("JetBrains.Annotations" , "2023.3.0", "MIT License (2016-2024 JetBrains s.r.o.)", new Uri("https://spdx.org/licenses/MIT.html")), + new("JetBrains.DownloadPgpVerifier" , "1.0.0" , "Apache License 2.0" , new Uri("https://spdx.org/licenses/Apache-2.0.html")), + new("JetBrains.FormatRipper" , "2.2.1" , "Apache License 2.0" , new Uri("https://spdx.org/licenses/Apache-2.0.html")), + new("JetBrains.HabitatDetector" , "1.4.1" , "Apache License 2.0" , new Uri("https://spdx.org/licenses/Apache-2.0.html")), + new("System.Text.Json" , "8.0.3" , "MIT License (Microsoft Corporation)" , new Uri("https://spdx.org/licenses/MIT.html")), + new("WixToolset.Dtf.WindowsInstaller", "5.0.0" , "Microsoft Reciprocal License" , new Uri("https://spdx.org/licenses/MS-RL.html")), // @formatter:on }; diff --git a/JetBrains.Etw.HostService.Updater/tests/JetBrains.Etw.HostService.Updater.Tests.csproj b/JetBrains.Etw.HostService.Updater/tests/JetBrains.Etw.HostService.Updater.Tests.csproj index 70c3718..60fca58 100644 --- a/JetBrains.Etw.HostService.Updater/tests/JetBrains.Etw.HostService.Updater.Tests.csproj +++ b/JetBrains.Etw.HostService.Updater/tests/JetBrains.Etw.HostService.Updater.Tests.csproj @@ -6,9 +6,9 @@ false - - - + + +