diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.json b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.json index d51a8423d..8b63604dc 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.json +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.json @@ -4,7 +4,9 @@ "PackageVersion": "0.2.0", "PackageUrl": "https://github.com/jjw24/BrowserTabs", "Copyright": "Jeremy Wu", - "Authors": [ "Jeremy Wu" ], + "Authors": [ + "Jeremy Wu" + ], "Description": "Library for retrieving all opened browser tabs in Chromium-based and Firefox-based browsers", "LicenseUrl": "https://licenses.nuget.org/Apache-2.0", "LicenseType": "Apache-2.0", @@ -19,7 +21,9 @@ "PackageVersion": "8.4.0", "PackageUrl": "https://github.com/CommunityToolkit/dotnet", "Copyright": "(c) .NET Foundation and Contributors. All rights reserved.", - "Authors": [ "Microsoft" ], + "Authors": [ + "Microsoft" + ], "Description": "This package includes a .NET MVVM library with helpers such as:\r\n - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.\r\n - ObservableRecipient: a base class for observable objects with support for the IMessenger service.\r\n - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.\r\n - RelayCommand: a simple delegate command implementing the ICommand interface.\r\n - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.\r\n - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.\r\n - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.\r\n - Ioc: a helper class to configure dependency injection service containers.", "LicenseUrl": "https://licenses.nuget.org/MIT", "LicenseType": "MIT", @@ -34,7 +38,9 @@ "PackageVersion": "0.0.6", "PackageUrl": "", "Copyright": "", - "Authors": [ "Flow-Launcher" ], + "Authors": [ + "Flow-Launcher" + ], "Description": "Localization toolkit for Flow Launcher and its plugins", "LicenseUrl": "https://licenses.nuget.org/MIT", "LicenseType": "MIT", @@ -46,17 +52,19 @@ }, { "PackageName": "Microsoft.Data.Sqlite", - "PackageVersion": "10.0.0", + "PackageVersion": "10.0.1", "PackageUrl": "https://docs.microsoft.com/dotnet/standard/data/sqlite/", "Copyright": "© Microsoft Corporation. All rights reserved.", - "Authors": [ "Microsoft" ], + "Authors": [ + "Microsoft" + ], "Description": "Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite.\r\n\r\nCommonly Used Types:\r\nMicrosoft.Data.Sqlite.SqliteCommand\r\nMicrosoft.Data.Sqlite.SqliteConnection\r\nMicrosoft.Data.Sqlite.SqliteConnectionStringBuilder\r\nMicrosoft.Data.Sqlite.SqliteDataReader\r\nMicrosoft.Data.Sqlite.SqliteException\r\nMicrosoft.Data.Sqlite.SqliteFactory\r\nMicrosoft.Data.Sqlite.SqliteParameter\r\nMicrosoft.Data.Sqlite.SqliteTransaction", "LicenseUrl": "https://licenses.nuget.org/MIT", "LicenseType": "MIT", "Repository": { "Type": "git", "Url": "https://github.com/dotnet/dotnet", - "Commit": "b0f34d51fccc69fd334253924abd8d6853fad7aa" + "Commit": "fad253f51b461736dfd3cd9c15977bb7493becef" } }, { @@ -64,7 +72,9 @@ "PackageVersion": "3.119.1", "PackageUrl": "https://go.microsoft.com/fwlink/?linkid=868515", "Copyright": "© Microsoft Corporation. All rights reserved.", - "Authors": [ "Microsoft" ], + "Authors": [ + "Microsoft" + ], "Description": "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.\r\nIt provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.", "LicenseUrl": "https://licenses.nuget.org/MIT", "LicenseType": "MIT", @@ -79,7 +89,9 @@ "PackageVersion": "3.2.1", "PackageUrl": "https://github.com/wieslawsoltes/Svg.Skia", "Copyright": "Copyright © Wiesław Šoltés 2025", - "Authors": [ "Wiesław Šoltés" ], + "Authors": [ + "Wiesław Šoltés" + ], "Description": "An SVG rendering library.", "LicenseUrl": "https://licenses.nuget.org/MIT", "LicenseType": "MIT", diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.md b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.md index aeb9b8faf..c71aa1bd9 100644 --- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.md +++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/THIRD_PARTY_NOTICES.md @@ -7,7 +7,7 @@ This project uses third-party NuGet packages. | BrowserTabs | 0.2.0 | Apache-2.0 | https://licenses.nuget.org/Apache-2.0 | | CommunityToolkit.Mvvm | 8.4.0 | MIT | https://licenses.nuget.org/MIT | | Flow.Launcher.Localization | 0.0.6 | MIT | https://licenses.nuget.org/MIT | -| Microsoft.Data.Sqlite | 10.0.0 | MIT | https://licenses.nuget.org/MIT | +| Microsoft.Data.Sqlite | 10.0.1 | MIT | https://licenses.nuget.org/MIT | | SkiaSharp | 3.119.1 | MIT | https://licenses.nuget.org/MIT | | Svg.Skia | 3.2.1 | MIT | https://licenses.nuget.org/MIT | @@ -26,6 +26,7 @@ Finally Browser Tabs plugin wasn't used but **it's code had great impact on this 1. Rename `licenses.json` to `THIRD_PARTY_NOTICES.json` and format the json ``` +cd Plugins\Flow.Launcher.Plugin.BrowserBookmark dotnet tool install --global dotnet-project-licenses dotnet-project-licenses --input Flow.Launcher.Plugin.BrowserBookmark.csproj --json ```