Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.75 KB

File metadata and controls

31 lines (23 loc) · 1.75 KB

Third-party notices

This project uses third-party NuGet packages.

| Reference | Version | License Type | License | |---------------------------------------------------------------------------------------------| | 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 | | SkiaSharp | 3.119.1 | MIT | https://licenses.nuget.org/MIT | | Svg.Skia | 3.2.1 | MIT | https://licenses.nuget.org/MIT |

Detailed information (package id, version, license, repository URL) is available in THIRD_PARTY_NOTICES.json.

Additional credits

Initially there was a plan to integrate Browser Bookmarks plugin and Browser Tabs plugin but it looks like inter-plugin communication or integration of plugins is not possible.
Finally Browser Tabs plugin wasn't used but it's code had great impact on this final solution.

How to generate the list

  1. Install dotnet-project-licenses
  2. Use the tool as below
  3. Copy markdown above
  4. Rename licenses.json to THIRD_PARTY_NOTICES.json and format the json
dotnet tool install --global dotnet-project-licenses
dotnet-project-licenses --input Flow.Launcher.Plugin.BrowserBookmark.csproj --json