Skip to content

Releases: Dysnomia-Studio/Dysnomia.Common.SteamWebAPI

1.5.0

25 Nov 12:03
Compare
Choose a tag to compare
  • .NET 8 compatibility
  • Update dependencies

Full Changelog: 1.4.2...1.5.0

1.4.2

22 May 08:44
Compare
Choose a tag to compare

Full Changelog: 1.4.1...1.4.2

1.4.1

02 Dec 12:57
Compare
Choose a tag to compare

Full Changelog: 1.4.0...1.4.1

1.4.0

11 Nov 14:07
Compare
Choose a tag to compare

Full Changelog: 1.3.4...1.4.0

1.3.4

20 Feb 18:11
Compare
Choose a tag to compare
  • Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0
  • Bump Microsoft.Extensions.Configuration.UserSecrets from 6.0.0 to 6.0.1
  • Bump coverlet.collector from 3.1.0 to 3.1.2
  • Bump coverlet.msbuild from 3.1.0 to 3.1.2
  • Bump System.Text.Json from 6.0.1 to 6.0.2
  • Fix tests

1.3.3

29 Dec 19:09
Compare
Choose a tag to compare

Well, Steam decided that display_type is finally not always a int ...
https://store.steampowered.com/api/appdetails/?appids=0314260

Part 2

=> I didn't test enough my code so there were side effects ...

1.3.2

29 Dec 19:08
Compare
Choose a tag to compare
1.3.2 Pre-release
Pre-release

Well, Steam decided that display_type is finally not always a int ...
https://store.steampowered.com/api/appdetails/?appids=0314260

1.3.1

30 Nov 18:14
Compare
Choose a tag to compare

Bump Dysnomia.Common.WebAPIWrapper to 1.2.0 to fix Microsoft.Extensions.Http conflicts

1.3.0

28 Nov 18:50
Compare
Choose a tag to compare

API Changes:

  • [BREAKING CHANGE]: Drop support for .Net Core 3.0
  • [BREAKING CHANGE]: Use IHttpClientFactory instead of HttpClient
    You will need a services.AddHttpClient(); if you are using dependency injection

Dependencies:

  • Bump coverlet.msbuild and coverlet.collector from 3.0.3 to 3.1.0
  • Bump Dysnomia.Common.WebAPIWrapper from 1.0.3 to 1.1.2
  • Bump System.Text.Json from 5.0.2 to 6.0.0

1.2.3

20 Nov 16:32
Compare
Choose a tag to compare

Added new method:

  • ISteamLeaderboard.GetLeaderboardEntries()