Skip to content

Commit

Permalink
Merge pull request #65 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 1f7ceb1 + 77a099d commit d054be4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
13 changes: 0 additions & 13 deletions Lombiq.JsonEditor.Test.UI/License.md

This file was deleted.

3 changes: 1 addition & 2 deletions Lombiq.JsonEditor.Test.UI/Lombiq.JsonEditor.Tests.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;JSONEditor</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Orchard-JSON-Editor</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Orchard-JSON-Editor/tree/dev/Lombiq.JSONEditor.Tests.UI</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
Expand All @@ -25,7 +25,6 @@
</ItemGroup>

<ItemGroup>
<None Include="License.md" Pack="true" PackagePath="" />
<None Include="NuGetIcon.png" Pack="true" PackagePath="" />
<None Include="Readme.md" />
</ItemGroup>
Expand Down
13 changes: 0 additions & 13 deletions Lombiq.JsonEditor/License.md

This file was deleted.

3 changes: 1 addition & 2 deletions Lombiq.JsonEditor/Lombiq.JsonEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
<PackageTags>OrchardCore;Lombiq;AspNetCore;JSONEditor</PackageTags>
<RepositoryUrl>https://github.com/Lombiq/Orchard-JSON-Editor</RepositoryUrl>
<PackageProjectUrl>https://github.com/Lombiq/Orchard-JSON-Editor</PackageProjectUrl>
<PackageLicenseFile>License.md</PackageLicenseFile>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
</PropertyGroup>

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

0 comments on commit d054be4

Please sign in to comment.