syntax.BasicAuthenticationHandler 2.0.1

Basic Authentication Handler

# Build:

cd C:\home\projects\syntax\BasicAuthenticationHandler; `
$VERSION = "$([regex]::match(((Get-Content "./BasicAuthenticationHandler.csproj") | Select-String -Pattern "<AssemblyVersion>\d+\.\d+\.\d+</AssemblyVersion>"), "(\d+\.\d+\.)(\d+)").Groups[1].Value)$(([int][regex]::match(((Get-Content "./BasicAuthenticationHandler.csproj") | Select-String -Pattern "\d+\.\d+\.\d+"), "(\d+\.\d+\.)(\d+)").Groups[2].Value) + 1)";  `
(Get-Content "./BasicAuthenticationHandler.csproj")  -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)',   "`${1}$VERSION`${2}"  |   Out-File "./BasicAuthenticationHandler.csproj";  `
"Version: $VERSION"; `
$API_KEY = [regex]::match((Get-Content ./.nuget.env), 'ApiKey="([^"]+)"').Groups[1].Value;  `
"API key: $API_KEY";  `
dotnet build --configuration Release; `
dotnet pack  --configuration Release  --output .packages  -p:PackageVersion="$VERSION"; `
dotnet nuget push  ".\.packages\syntax.BasicAuthenticationHandler.$VERSION.nupkg"  -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY";

# Install:

dotnet add package syntax.BasicAuthenticationHandler -s "https://nuget.syntax-neue-medien.de/v3/index.json";  # -v "$VERSION"

No packages depend on syntax.BasicAuthenticationHandler.

.NET Standard 2.0

Version Downloads Last updated
2.0.6 70 10/02/2023
2.0.5 35 10/02/2023
2.0.4 33 10/02/2023
2.0.3 39 09/04/2023
2.0.2 36 09/04/2023
2.0.1 41 09/04/2023