Releases: electronicarts/NetTAP
Releases · electronicarts/NetTAP
1.2.1
Version 1.2.0
1.2.0 - [2017-10-27]
Changed
- You can now send a cancellation token to the ParseAsync method which allows you to cancel the parsing. If this token is cancelled it will throw a TaskCanceledException (will be recieved as AggregateException since it's thrown inside a task).