From c568f9504648d64c3755e0e4b2e5b9322876bc6c Mon Sep 17 00:00:00 2001 From: jcant0n Date: Wed, 2 Sep 2026 00:19:01 +0200 Subject: [PATCH] fix: declare the package licence Every push to nuget.org warns "License missing" and the published package carries no licence expression, so nuget.org shows nothing where the licence link belongs and a compliance scanner has nothing to read. EvergineTeam/WebGPU.NET#24 fixed this across the eight repositories that existed on 8 August. This one was created afterwards and missed the sweep; MuJoCo.NET and the other new binding are in the same position. MIT describes the binding code, which is what the expression is for. ThorVG's own licence is unaffected and its notice already travels with the binaries in THIRD-PARTY-LICENSE-thorvg.txt -- nothing to add there. Verified by packing locally and opening the nupkg: the nuspec carries MIT and THIRD-PARTY-LICENSE-thorvg.txt still sits at the package root. Co-Authored-By: Claude Opus 5 --- Evergine.Bindings.ThorVG/Evergine.Bindings.ThorVG.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Evergine.Bindings.ThorVG/Evergine.Bindings.ThorVG.csproj b/Evergine.Bindings.ThorVG/Evergine.Bindings.ThorVG.csproj index d96f83a..e1448cb 100644 --- a/Evergine.Bindings.ThorVG/Evergine.Bindings.ThorVG.csproj +++ b/Evergine.Bindings.ThorVG/Evergine.Bindings.ThorVG.csproj @@ -14,6 +14,7 @@ Plain Concepts Low-level bindings for ThorVG used in Evergine https://github.com/EvergineTeam/Thorvg.NET + MIT icon.png README.md