syntax.Cache.AppSettings.Primitives 2.0.2

Cache.AppSettings.Primitives

# Build:

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

# Install:

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

Showing the top 20 packages that depend on syntax.Cache.AppSettings.Primitives.

Packages Downloads
syntax.Cache.AppSettings
Package Description
77
syntax.Cache.AppSettings
Package Description
43
syntax.Cache.AppSettings
Package Description
42
syntax.Cache.AppSettings
Package Description
41

Version Downloads Last updated
2.0.8 81 11/29/2023
2.0.7 38 11/28/2023
2.0.6 41 11/28/2023
2.0.5 34 11/28/2023
2.0.4 39 11/28/2023
2.0.3 38 11/28/2023
2.0.2 38 10/05/2023
2.0.1 42 09/27/2023