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..40ec746 100644 --- a/JetBrains.Etw.HostService.Updater/src/JetBrains.Etw.HostService.Updater.csproj +++ b/JetBrains.Etw.HostService.Updater/src/JetBrains.Etw.HostService.Updater.csproj @@ -14,17 +14,17 @@ JetBrains s.r.o. Copyright © 2021-$([System.DateTime]::Now.ToString('yyyy')) JetBrains s.r.o. Mikhail Pilin - 16.1.1 + 16.1.2 - - + + - + - - + + 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/src/Views/AboutWindow.xaml b/JetBrains.Etw.HostService.Updater/src/Views/AboutWindow.xaml index 969fd11..b04c83c 100644 --- a/JetBrains.Etw.HostService.Updater/src/Views/AboutWindow.xaml +++ b/JetBrains.Etw.HostService.Updater/src/Views/AboutWindow.xaml @@ -114,7 +114,7 @@ - + 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 - - - + + +