syntax.Cache.Distributed 2.0.10

Cache.Distributed

# Build:

cd C:\home\projects\syntax\Cache\Distributed; `
$VERSION = "$([regex]::match(((Get-Content "./Cache.Distributed.csproj") | Select-String -Pattern "<AssemblyVersion>\d+\.\d+\.\d+</AssemblyVersion>"), "(\d+\.\d+\.)(\d+)").Groups[1].Value)$(([int][regex]::match(((Get-Content "./Cache.Distributed.csproj") | Select-String -Pattern "\d+\.\d+\.\d+"), "(\d+\.\d+\.)(\d+)").Groups[2].Value) + 1)";  `
(Get-Content "./Cache.Distributed.csproj")  -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)',   "`${1}$VERSION`${2}"  |   Out-File "./Cache.Distributed.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.Cache.Distributed.$VERSION.nupkg"  -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY"; `
dotnet nuget push  ".\.packages\syntax.Cache.Distributed.$VERSION.snupkg" -s "https://nuget.syntax-neue-medien.de/v3/index.json"  -k "$API_KEY";

# Install:

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

Showing the top 20 packages that depend on syntax.Cache.Distributed.

Packages Downloads
syntax.Net.Resilience
Package Description
120
syntax.Net.Resilience
Package Description
89
syntax.Net.Resilience
Package Description
69
syntax.Net.Resilience
Package Description
38
syntax.Net.Resilience
Package Description
37
syntax.Net.Resilience
Package Description
36
syntax.Net.Resilience
Package Description
34
syntax.Net.Resilience
Package Description
33
syntax.Net.Resilience
Package Description
31

Version Downloads Last updated
2.0.11 122 10/15/2024
2.0.10 35 10/15/2024
2.0.9 34 10/15/2024
2.0.8 36 10/15/2024
2.0.7 35 10/15/2024
2.0.3 37 04/16/2024
2.0.2 129 09/27/2023