Skip to content

Commit

Permalink
Merge branch 'main' into bruce/jonathanpatch1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Haley committed Jun 16, 2021
2 parents 3f2f85f + 1d98c8a commit 2372e5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<!-- Rules found at: https://aka.ms/Microsoft-NuGet-Compliance -->

<!-- Per rules,this must be *EXACTLY* "Microsoft. Otherwise Nuget.org will reject the packages." -->
<!-- Per rules,this must be *EXACTLY* "Microsoft. Otherwise Nuget.org will reject the packages." -->

<Authors>Microsoft</Authors>
<Product>Microsoft Bot Builder SDK</Product>
Expand Down Expand Up @@ -60,11 +60,10 @@
<!-- Rules found at: https://aka.ms/Microsoft-NuGet-Compliance -->
<PackageProjectUrl>https://github.com/Microsoft/botbuilder-dotnet</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/microsoft/botframework-sdk/master/icon.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/Microsoft/BotBuilder/blob/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/Microsoft/botbuilder-dotnet</RepositoryUrl>
<LicenseUrl>https://github.com/Microsoft/BotBuilder-dotnet/blob/master/LICENSE</LicenseUrl>
<PackageTags>bots;ai;botframework;botbuilder</PackageTags>
<RepositoryType />
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down

0 comments on commit 2372e5b

Please sign in to comment.