SteamKit 2.1.0-Beta.1
Pre-release
Pre-release
- Added
SimpleConsoleDebugListener
. (#219) - Added helper methods to convert between Clan (Group) SteamIDs and their corresponding Chat SteamIDs. (#451)
- Added SourceLink to enable consumers to step through SteamKit's source code when debugging. (#542)
- This requires Visual Studio v15.3 or higher.
- Fixed several possible crashes. (#260, #294, #506)
- Fixed NuGet package description. (#508)
- Fixed
UFSClient
sending an extraDisconnectedCallback
when connecting. (#509)
BREAKING CHANGES
SteamFriends.SetPersonaName()
andSteamFriends.SetPersonaState()
are no longer Job-based. (#491)