You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default build now includes .NET Standard 2.0 support. This is included in the Nuget package in addition to the existing .NET Framework 3.5 DLLs, and allows the library to be used in .NET Core, UWP and Unity .NET Standard projects.
Promise.Sequence can now report progress (thanks @alonsohki)
Fixes
Stopped progress from being reported on an already resolved or rejected promise in a Race (thanks @sindrijo)
Stopped Promise.All reporting progress if the promise has already rejected (thanks @alonsohki)