Skip to content

Commit

Permalink
Merge pull request #37 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 38c7db4 + 33a1405 commit 9ba8ceb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lombiq.Npm.Targets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
<PackageTags>Lombiq;NPM;Node.js;MSBuild</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/NPM-Targets</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/NPM-Targets</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="Readme.md" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
<None Include="build/**" Pack="true" PackagePath="build/" />
Expand Down

0 comments on commit 9ba8ceb

Please sign in to comment.