Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all 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
4 changes: 1 addition & 3 deletions packages/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@

<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>
<PackageIcon>icon.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<LicenseUrl>https://github.com/Microsoft/BotBuilder-dotnet/blob/master/LICENSE</LicenseUrl>
<RepositoryType />
<NeutralLanguage>en-US</NeutralLanguage>
<RepositoryUrl>https://github.com/Microsoft/botframework-components</RepositoryUrl>
Expand Down
12 changes: 11 additions & 1 deletion packages/Telephony/Microsoft.Bot.Components.Telephony.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
<Content Include="**/*.qna" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<None Remove="Schemas\Microsoft.Telephony.StartRecording.schema" />
<None Remove="Schemas\Microsoft.Telephony.StartRecording.uischema" />
Expand All @@ -48,7 +56,9 @@
<PropertyGroup>
<!-- Disable warning for SA0001 "XML comment analysis is disabled due to project configuration" which is not true -->
<!-- Disable warning for SA1649 "file name should match first type name" due to use of generics -->
<NoWarn>$(NoWarn),SA0001,SA1649</NoWarn>
<NoWarn>$(NoWarn),SA0001,SA1649</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

</Project>
Binary file added packages/Telephony/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.