Skip to content

Commit

Permalink
Switch to NuGet <PackageLicenseExpression>
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed May 15, 2020
1 parent 3a663b5 commit 2567985
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildscripts/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<FileVersion>$(BuildVersionNoSuffix)</FileVersion>
<VersionPrefix>$(BuildVersion)</VersionPrefix>
<AssemblyVersion>$(BuildVersionMajor).0.0</AssemblyVersion>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>http://www.castleproject.org/</PackageProjectUrl>
<PackageIconUrl>http://www.castleproject.org/img/castle-logo.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -32,9 +32,7 @@

<ItemGroup>
<Content Include="..\..\CHANGELOG.md" />
<Content Include="..\..\LICENSE">
<PackagePath></PackagePath>
</Content>
<Content Include="..\..\LICENSE" Pack="True" PackagePath="" />
<Content Include="..\..\buildscripts\ASL - Apache Software Foundation License.txt" />
<Content Include="..\..\buildscripts\readme.txt" />
</ItemGroup>
Expand Down

0 comments on commit 2567985

Please sign in to comment.