Skip to content

Commit b3a29a0

Browse files
Switch to License Expression for Simplicity
Keep embedded license file though as well.
1 parent 83984d5 commit b3a29a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<PackageIconUrl>https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master/build/nuget.png</PackageIconUrl>
88
<PackageIcon>images\nuget.png</PackageIcon>
99
<PackageProjectUrl>https://github.com/windows-toolkit/WindowsCommunityToolkit</PackageProjectUrl>
10-
<PackageLicenseUrl>https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/license.md</PackageLicenseUrl>
11-
<PackageLicenseFile>license.md</PackageLicenseFile>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1211
<PackageReleaseNotes>https://github.com/windows-toolkit/WindowsCommunityToolkit/releases</PackageReleaseNotes>
1312
<Copyright>(c) .NET Foundation and Contributors. All rights reserved.</Copyright>
1413
<DefaultLanguage>en-US</DefaultLanguage>

Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Microsoft.Toolkit,dotnetfoundation</authors>
88
<requireLicenseAcceptance>true</requireLicenseAcceptance>
99
<licenseUrl>https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/license.md</licenseUrl>
10-
<license type="file">license.md</license>
10+
<license type="expression">MIT</license>
1111
<projectUrl>https://github.com/windows-toolkit/WindowsCommunityToolkit</projectUrl>
1212
<iconUrl>https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master/build/nuget.png</iconUrl>
1313
<icon>images\nuget.png</icon>

0 commit comments

Comments
 (0)