Skip to content

4.0: Support for Game Data and Profile APIs

Compare
Choose a tag to compare
@danjagnow danjagnow released this 25 Jul 18:02
c5e579b

Blizzard has retired support for the Community API. This release drops all support for the Community API and adds support for the Game Data and Profile APIs. This release is a major breaking change from the 3.0.1 release.

There are also some changes from the final alpha release, preview 7:

  • Removed the System.ComponentModel.Annotations dependency.
  • Converted several model properties from long to int, DateTime to DateTimeOffset, and double to float.
  • Converted some duration properties from long to TimeSpan.
  • Other minor internal refactorings.
  • Added integration tests.