Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 790 Bytes

File metadata and controls

30 lines (23 loc) · 790 Bytes

1.4.0

  • Rollup Release

1.4.0-e

  • Minor fixes
  • New test home page

1.4.0-d

  • Verified all tests run successfully for all providers and versions

1.4.0-c

  • Create new ServiceBricks.Work.Model package and include DTOs, clients and contracts
  • Cosmos context changes

1.4.0-a

  • Net10 support and update nuget packages
  • Upgrade mapping profiles
  • Cosmos context changes

1.3.0

  • Rollup quarterly release. See previous release notes.

1.3.0-c prerelease

  • Update all nuget package references
  • Minor changes

1.3.0-a prerelease

  • Update all nuget package references
  • Exposes a ProcessDto that is used for processing work on a table like a queue.
  • Use with WorkProcessService (no protection), LockedWorkProcessService (semaphore) and SingleWorkProcessService (single server)