BotBuilderCommunity / botbuilder-community-dotnet

Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
MIT License
278 stars 170 forks source link

Add WhatsApp Sticker Support #505

Open ahmetkocadogan opened 1 year ago

ahmetkocadogan commented 1 year ago

In previous commits, i already added WhatsApp sticker support but commented the code because MessageBird C# SDK was not ready for sending and receiving stickers. Now it is ready and WhatsApp sticker support can be added.

ahmetkocadogan commented 1 year ago

Package MessageBird 4.0.0 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package MessageBird 4.0.0 supports: net6.0 (.NETCoreApp,Version=v6.0)

New update that contains WhatsApp sticker support in MessageBird C# SDK nuget package is not compatible with this project now becase of the .NET version. We need MessageBird nuget package version 4.0.0

This PR can be deleted or closed till we have .NET 6 here.