API.Library 7.0.10
Install from the command line:
Learn more about NuGet packages
$ dotnet add package API.Library --version 7.0.10
About this version
- [ENHANCEMENT] refactored configuration insert to deployupdate table
- [ENHANCEMENT] removed scoped ADO as never used
- [ENHANCEMENT]refactored to use a using statement
> using var performanceCollector = new PerformanceCollector();
> using var cancelPerformance = new CancellationTokenSource();
> using var apiCancellationToken = new CancellationTokenSource();