Skip to content

v1.2.0-preview.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 19:06
· 83 commits to master since this release
v1.2.0-preview.1
642a866

This is a prerelease version of 1.2.0, the final version will be released after all the legendary armory changes are available in the API.

Endpoints

  • Add /v2/account/legendaryarmory (#86)
  • Add /v2/legendaryarmory (#86)

Fixes

  • Failing responses that don't have a JSON body now have the correct exception type based on the HTTP status code (was always UnexpectedStatusException before, instead of e.g. ServerErrorException for a 500) (#89)
  • The version reported in the user agent is now the correct version (file version instead of assembly version) (#88)

Miscellaneous

  • .NET 5 is explicitly targeted in order to make use of the cross-platform attributes (#90)
    • We are using this to warn users when accessing the Mumble Link client on a non-Windows platform (this is only supported when your project targets .NET 5 or higher)