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 |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
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.