Skip to content

Releases: NikolayIT/OpenDota.NET

2.2.0

18 Apr 10:32
Compare
Choose a tag to compare
  • Get rid of all concrete collection types and replaced with IEnumerable

2.1.0

17 Apr 12:51
Compare
Choose a tag to compare
  • Removed static GetInstance in OpenDotaApi in favor of using constructor.
  • Empty responses are now returning null values instead of exceptions.
  • Fix for possible null value for RadiantWin in PlayerMatch when the game is still in progress.

2.0.0

05 Mar 09:07
Compare
Choose a tag to compare
  • A lot of improvements and API changes.
  • Using System.Text.Json instead of Newtonsoft.Json.
  • Almost all functionality covered by unit tests.
  • Code quality improvements.

1.0.0

05 Mar 09:12
Compare
Choose a tag to compare

Initial version based on https://github.com/rist0/OpenDota.NET