Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

chore: update deprecated nuget package licenseurl properties #1197

Merged
merged 5 commits into from
Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions packages/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@
<PropertyGroup>
<!-- Rules found at: https://aka.ms/Microsoft-NuGet-Compliance -->
<PackageIconUrl>https://raw.githubusercontent.com/microsoft/botframework-sdk/master/icon.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</PackageLicenseUrl>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<LicenseUrl>https://github.com/Microsoft/BotBuilder-dotnet/blob/master/LICENSE</LicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType />
<NeutralLanguage>en-US</NeutralLanguage>
<RepositoryUrl>https://github.com/Microsoft/botframework-components</RepositoryUrl>
<!--
Suppress a warning about upcoming deprecation of PackageLicenseUrl. When embedding licenses are supported,
replace PackageLicenseUrl with PackageLicenseExpression.
-->
<NoWarn>$(NoWarn);NU5125</NoWarn>
<NoWarn>$(NoWarn);</NoWarn>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/Microsoft/botframework-components/tree/main/packages/HelpAndCancel</projectUrl>
<releaseNotes>First version of HelpAndCancel package</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion packages/Welcome/Microsoft.Bot.Components.Welcome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<licenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</licenseUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/Microsoft/botframework-components/tree/main/packages/Welcome</projectUrl>
<releaseNotes>First version of welcome package</releaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion skills/csharp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<PropertyGroup>
<RepositoryUrl>https://github.com/microsoft/botframework-skills</RepositoryUrl>
<LicenseUrl>https://github.com/microsoft/botframework-skills/blob/master/LICENSE</LicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType />
<NeutralLanguage>en-US</NeutralLanguage>
<NoWarn>$(NoWarn);NU5125;NU1701;8002</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup>
<RepositoryUrl>https://github.com/microsoft/BotFramework-FunctionalTests</RepositoryUrl>
<LicenseUrl>https://github.com/microsoft/BotFramework-FunctionalTests/blob/main/LICENSE</LicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType />
<NeutralLanguage>en-US</NeutralLanguage>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down