Skip to content

2.0.0 Async, namespace change

Latest
Compare
Choose a tag to compare
@kentico-ericd kentico-ericd released this 21 Aug 21:05
· 1 commit to master since this release
09d4ef3

Breaking changes

  • Base namespace changed to XperienceCommunity.Tasks
  • Package name changed to XperienceCommunity.Tasks
  • Removed StartupExtensions.StartKenticoTasks()
  • Task void Execute() signature changed to Task Execute(CancellationToken)