Skip to content

Commit 2dee03e

Browse files
author
Chris Martinez
committed
Update package license information
1 parent 509bdfd commit 2dee03e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

build/nuget.props

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@
66
<RepositoryUrl>https://github.com/Microsoft/aspnet-api-versioning</RepositoryUrl>
77
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl>
88
<PackageProjectUrl>https://github.com/Microsoft/aspnet-api-versioning/wiki</PackageProjectUrl>
9-
<PackageLicenseUrl>https://raw.githubusercontent.com/Microsoft/aspnet-api-versioning/master/LICENSE</PackageLicenseUrl>
109
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
11-
<IncludeSymbols>true</IncludeSymbols>
12-
<IncludeSource>true</IncludeSource>
13-
<IncludeBuildOutput>true</IncludeBuildOutput>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1411
<MinClientVersion>2.5</MinClientVersion>
1512
<PackageOutputPath Condition=" $(PackageOutputPath) == '' ">$(MSBuildThisFileDirectory)..\bin</PackageOutputPath>
1613
<NoWarn>NU5118;$(NoWarn)</NoWarn>
1714
</PropertyGroup>
15+
16+
<ItemGroup Label="NuGet">
17+
<None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="" Visible="false" />
18+
</ItemGroup>
1819

20+
<!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->
1921
<ItemGroup Label="NuGet">
20-
<!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->
2122
<ReleaseNotes Include="$(BuildReleaseNotes.Split('|'))" />
2223
</ItemGroup>
23-
24+
2425
</Project>

0 commit comments

Comments
 (0)