Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing License Information In Nuget metadata #1348

Closed
LiorBanai opened this issue Jul 7, 2023 · 3 comments
Closed

Missing License Information In Nuget metadata #1348

LiorBanai opened this issue Jul 7, 2023 · 3 comments
Milestone

Comments

@LiorBanai
Copy link

Hi,
Could the MIT license information be added to the nuget information?
it is good to add it so it will be shown in Visual Studio nuget management.

example:

<PropertyGroup>
	<PublishRepositoryUrl>true</PublishRepositoryUrl>
	<IncludeSymbols>true</IncludeSymbols>
	<SymbolPackageFormat>snupkg</SymbolPackageFormat>
	<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
	<PackageLicenseExpression>MIT</PackageLicenseExpression>
	<RepositoryType>git</RepositoryType>
	<Nullable>enable</Nullable>
	<LangVersion>latest</LangVersion>
</PropertyGroup>

Also some tools can create auto generated report like (dotnet-project-licenses) but right now those create missing entry:

image

@stakx
Copy link
Contributor

stakx commented Jul 20, 2023

I'm experiencing a déjà vu moment, aren't we doing this already?

https:/moq/moq/blob/02b798af2295c4dfc54bc51cb92199d7c52ec3ff/src/Moq/Moq.csproj#L36

@LiorBanai
Copy link
Author

Interesting.
The verion on nuget if from 7 months ago
image

while the commit is from 6 months ago:
image

@stakx stakx added this to the 4.19.0 milestone Jul 20, 2023
@stakx
Copy link
Contributor

stakx commented Jul 20, 2023

Ah, you're right of course, thanks. I can't believe it's been that long since the last release. About time we published v.4.19.0.

@devlooped devlooped locked and limited conversation to collaborators Sep 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants