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

Package nuspec only contains a deprecated licenseUrl #33

Open
Corniel opened this issue Feb 24, 2025 · 0 comments
Open

Package nuspec only contains a deprecated licenseUrl #33

Corniel opened this issue Feb 24, 2025 · 0 comments

Comments

@Corniel
Copy link

Corniel commented Feb 24, 2025

Please update the NuSpec file of the package, using a <licenseExpression> and a <licenseFile> instead of the <licenseUrl> that has been deprecated for more than 7 years now.

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>MysticMind.PostgresEmbed</id>
    <version>4.0.0</version>
    <authors>Babu Annamalai</authors>
    <licenseUrl>https://github.com/mysticmind/mysticmind-postgresembed/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/mysticmind/mysticmind-postgresembed</projectUrl>
    <description>Postgres embedded server equivalent for .Net applications</description>
    <copyright>Copyright (C) Babu Annamalai</copyright>
    <tags>postgres postgresql pg embed embedded server .net 4.6 net 4.6 net46 .net core net core netcore netcore 2.0 netcore rtm</tags>
    <repository type="git" url="https://github.com/mysticmind/mysticmind-postgresembed" commit="3b08c713c4eb415c9c7edece1ca194b40f369835" />
    <dependencies>
      <!-- .. -->
  </metadata>
</package>

See Proj0500: Only include packages with an explicitly defined license

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

No branches or pull requests

1 participant