Update THIRD_PARTY_NOTICES

This commit is contained in:
Andrzej Martyna 2025-12-28 23:41:16 +01:00
parent 9a2e3408db
commit 382dd791ff
2 changed files with 22 additions and 9 deletions

View file

@ -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",

View file

@ -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
```