Skip to content

Commit

Permalink
Merge pull request #102 from Lombiq/issue/OSOE-852
Browse files Browse the repository at this point in the history
OSOE-852: Change NuGet metadata to use license expression
  • Loading branch information
Piedone authored Jun 11, 2024
2 parents aef290a + 12b91f4 commit 42cc94f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lombiq.NodeJs.Extensions/Lombiq.NodeJs.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<PackageTags>Lombiq;Npm;Pnpm;Node.js;MSBuild;Watch</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/NodeJs-Extensions/</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/NodeJs-Extensions/</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="../License.md" Link="License.md" Pack="true" PackagePath="" />
<None Include="../Readme.md" Link="Readme.md" />
<None Include="package.json" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
Expand Down

0 comments on commit 42cc94f

Please sign in to comment.