Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

2022.801

Compare
Choose a tag to compare
@aspriddell aspriddell released this 01 Aug 13:54
· 142 commits to master since this release
4ec639d

Breaking Changes

  • GetToken() now returns a Task (instead of ValueTask), and has a string parameter containing the last session id (which can be null):
protected override async Task<IUbisoftToken> GetToken(string lastSessionId)
{
      return await getToken().ConfigureAwait(false);
}

What's Changed

Full Changelog: 2022.702...2022.801