Skip to content

1.2.1 Nuget Release

Compare
Choose a tag to compare
@MattB-msft MattB-msft released this 06 Nov 20:01
· 9 commits to master since this release
02bfe18

***** POSSIBLE Breaking Changes *****

Minor Release Bump,

Added .net 8.0 Target. .net 6.0 Target will be removed in a subsequent release.
Removed dependance on Microsoft.Rest.Client. this was primary used for exception handling, and the necessary components have been reworked in to DVSC Exception management classes.
Fix memory consumption when too many exception are throw by DV client. Git: #474
Dependency Changes:

  • Modified:

    • System.Text.Json to 8.0.4
  • Removed:

    • Microsoft.Rest.Client - Necessary carried over in client.

What's Changed

  • Update for .net 8 swing release. Remove of Microsoft.Rest.Client Dependnacy by @MattB-msft in #476

Full Changelog: 1.1.32...1.2.1