Skip to content

fix: declare the MIT licence the repository already carries - #20

Merged
jcant0n merged 1 commit into
mainfrom
fix/declare-the-licence
Aug 7, 2026
Merged

fix: declare the MIT licence the repository already carries#20
jcant0n merged 1 commit into
mainfrom
fix/declare-the-licence

Conversation

@jcant0n

@jcant0n jcant0n commented Aug 7, 2026

Copy link
Copy Markdown
Member

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. The repository has shipped an MIT LICENSE all along.

One of eight: the same line was missing from every published Evergine.Bindings package. Each repository's own LICENSE was read and confirmed MIT before writing it here, rather than assumed.

Verified on Cesium.NET by packing locally, where the nuspec then carried <license type="expression">MIT</license>.

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. The repository has shipped an MIT LICENSE all along.

One of eight: the same line was missing from every published Evergine.Bindings package. Each
repository's own LICENSE was checked rather than assumed before writing MIT here.
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

API gate: additive

Every symbol that existed still exists, unchanged. Nothing that compiled before stops compiling.

Target framework Added Removed
net10.0 +0 -0

Enum and constant values are part of the measured surface: a renumbering keeps compiling and sends the wrong number to the driver, so it counts as a removal.

@jcant0n
jcant0n merged commit 2e4a76b into main Aug 7, 2026
4 checks passed
@jcant0n
jcant0n deleted the fix/declare-the-licence branch August 7, 2026 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant