Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@FooBartn FooBartn released this 08 Aug 23:48
· 3 commits to master since this release
f26652d

Fixed

  • Getting NextPage on ItemsResult more than once

Changed

  • Major Breaking Change: Shifted from Static classes to Dependency Injection
    • New extension to easily add WxTeamsSharp dependencies to default
      Microsoft.Extensions.DependencyInjection ServiceCollection DI Container
    • Client, API, and Serializer are added via Interfaces for Mocking / Testing etc
  • Updated TeamsClient to use IHttpClientFactory because things

Misc

  • Added WxTeamsConsoleBot with DI example
  • Updated WxTeamsWebhookReceiver example for DI
  • Documentation has been updated to reflect changes