Microsoft.Bot.Builder 3.3.3 nuget
Breaking
- ICredentialProvider should now implement IsAuthenticatedAsync. This only impacts bots that are using ICredentialProvider for their BotAuthentication.
Changes
- General bug fixes
- Support for new media card types, e.g. AnimationCard, VideoCard, and AudioCard
- New BotAuthenticator utility class that can be utilized for bot authentication instead of BotAuthentication attribute.