diff --git a/packages/Directory.Build.props b/packages/Directory.Build.props index f25047d671..7e55fe950b 100644 --- a/packages/Directory.Build.props +++ b/packages/Directory.Build.props @@ -12,10 +12,8 @@ - https://raw.githubusercontent.com/microsoft/botframework-sdk/master/icon.png - https://github.com/Microsoft/BotBuilder/blob/master/LICENSE + icon.png true - https://github.com/Microsoft/BotBuilder-dotnet/blob/master/LICENSE en-US https://github.com/Microsoft/botframework-components diff --git a/packages/Telephony/Microsoft.Bot.Components.Telephony.csproj b/packages/Telephony/Microsoft.Bot.Components.Telephony.csproj index b407c8e75f..e302228452 100644 --- a/packages/Telephony/Microsoft.Bot.Components.Telephony.csproj +++ b/packages/Telephony/Microsoft.Bot.Components.Telephony.csproj @@ -36,6 +36,14 @@ + + + True + + + + + @@ -48,7 +56,9 @@ - $(NoWarn),SA0001,SA1649 + $(NoWarn),SA0001,SA1649 + true + LICENSE diff --git a/packages/Telephony/icon.png b/packages/Telephony/icon.png new file mode 100644 index 0000000000..37c81be7d6 Binary files /dev/null and b/packages/Telephony/icon.png differ