Tiger.Challenge
4.0.0
dotnet add package Tiger.Challenge --version 4.0.0
NuGet\Install-Package Tiger.Challenge -Version 4.0.0
<PackageReference Include="Tiger.Challenge" Version="4.0.0" />
paket add Tiger.Challenge --version 4.0.0
#r "nuget: Tiger.Challenge, 4.0.0"
// Install Tiger.Challenge as a Cake Addin #addin nuget:?package=Tiger.Challenge&version=4.0.0 // Install Tiger.Challenge as a Cake Tool #tool nuget:?package=Tiger.Challenge&version=4.0.0
A parser of WWW-Authenticate challenge headers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Superpower (>= 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Tiger.Challenge:
Package | Downloads |
---|---|
Fen.Client
Standardized HttpClient conventions, from the opinions of the Fulfiller Enablement team. |
GitHub repositories
This package is not used by any popular GitHub repositories.
➟ Release 4.0.0
⁃ The library now targets .NET 6.
⁃ Some types have been restructured to take advantage of C# 10 features.
⁃ The parser has been upgraded from Sprache to the more performant Superpower.
⁃ A future release will refactor the parser to a tokenizing parser with no public API change.
➟ Release 3.0.2
⁃ When targeting netstandard2.1, the library's compabibility has been widened.