Skip to content

Releases: EvoEsports/GbxRemote.Net

2.0.1

10 Oct 16:06
Compare
Choose a tag to compare
fix version override attempt 2

GbxRemote.Net Version 2 Major Release

03 Oct 15:00
0ff439f
Compare
Choose a tag to compare

This is the next major release of GbxRemote.Net. Please note that it includes breaking changes. Here the most notable changes that can help you migrate from 1.x.x to 2.x.x:

Breaking Changes

  • NLog is removed and the library is now using Microsoft.Logging (#37 )
  • Introduced new way of calling GetModeScriptResponseAsync which fixes #48. You can read more about this in the docs.
  • Support for the new API version #27
  • Structs have been cleaned, some got removed or are now deprecated #45
  • The Formatting utility class was removed #46
  • Added support for missing callbacks. Going forward, GbxRemote.Net development will be focused on TM2020, so callbacks in maniaplanet has been removed. #26
  • Code cleanup. Note that callback event methods has changed signatures. All callback parameters lie within event args instead. #38

Other Changes