AutoTask.Psa.Api
1.1.22
See the version list below for details.
dotnet add package AutoTask.Psa.Api --version 1.1.22
NuGet\Install-Package AutoTask.Psa.Api -Version 1.1.22
<PackageReference Include="AutoTask.Psa.Api" Version="1.1.22" />
<PackageVersion Include="AutoTask.Psa.Api" Version="1.1.22" />
<PackageReference Include="AutoTask.Psa.Api" />
paket add AutoTask.Psa.Api --version 1.1.22
#r "nuget: AutoTask.Psa.Api, 1.1.22"
#:package AutoTask.Psa.Api@1.1.22
#addin nuget:?package=AutoTask.Psa.Api&version=1.1.22
#tool nuget:?package=AutoTask.Psa.Api&version=1.1.22
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.11)
- Newtonsoft.Json (>= 13.0.4)
- Refit (>= 15.2.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.23 | 39 | 9/3/2026 |
| 1.1.22 | 49 | 9/3/2026 |
| 1.1.20 | 76 | 8/31/2026 |
| 1.1.19 | 79 | 8/31/2026 |
| 1.1.18 | 78 | 8/31/2026 |
| 1.1.16 | 103 | 8/28/2026 |
| 1.1.8 | 517 | 6/6/2026 |
| 1.1.7 | 189 | 4/29/2026 |
| 1.1.5 | 214 | 4/16/2026 |
| 1.0.45 | 9,532 | 12/20/2024 |
| 1.0.40-beta-gc85ed508b0 | 20,761 | 1/12/2023 |
| 1.0.35-beta-gd862e7b8a9 | 340 | 10/14/2022 |
| 1.0.21-beta-gd587bc4a05 | 475 | 1/21/2022 |
| 1.0.20-beta-gadef0dc0f2 | 638 | 12/6/2021 |
| 1.0.19-beta-g8df6a579c3 | 666 | 12/6/2021 |
| 1.0.16-beta-g3a72b88cb6 | 365 | 12/6/2021 |
| 1.0.13-beta-g3ea5f387f4 | 413 | 10/22/2021 |
Security fix: sensitive HTTP headers are now redacted in diagnostic output.
Previously AuthenticatedHttpClientHandler passed the request header collection straight to the
logger at Debug level. HttpHeaders.ToString() applies no filtering, so the three headers this
client authenticates with were written verbatim - including Secret, which carries the account
password in plain text. Any consumer running at Debug retained usable credentials for the life
of its log store.
Secret, UserName and ApiIntegrationCode are now redacted, along with Authorization,
Proxy-Authorization, Cookie, Set-Cookie and common API key header names, case-insensitively.
The credential length is retained, so requests remain diagnosable without exposing the value.
Consumers should upgrade and then review existing Debug logs for previously captured
credentials.
Also in this release: logging of response content when an exception occurs, which must be
enabled through the client options LogExceptionContent property.