syntax.Cache.AppSettings 2.0.2

Cache.AppSettings

# Build:

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

# Install:

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

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

Packages Downloads
FM360.SharedStructure
FM360 SharedStructure
51
FM360.SharedStructure
FM360 SharedStructure
47
FM360.SharedStructure
FM360 SharedStructure
45
FM360.SharedStructure
FM360 SharedStructure
44
FM360.SharedStructure
FM360 SharedStructure
43
FM360.SharedStructure
FM360 SharedStructure
42
FM360.SharedStructure
FM360 SharedStructure
41
FM360.SharedStructure
FM360 SharedStructure
40

Version Downloads Last updated
8.0.14 82 05/16/2025
8.0.13 70 11/07/2024
8.0.12 40 11/07/2024
8.0.11 37 11/06/2024
8.0.10 55 05/09/2024
8.0.9 44 05/09/2024
8.0.8 39 05/09/2024
8.0.7 48 05/09/2024
8.0.6 52 04/24/2024
8.0.5 50 04/19/2024
8.0.2 45 04/16/2024
8.0.1 44 04/16/2024
2.0.30 31 05/16/2025
2.0.29 36 11/07/2024
2.0.28 43 11/07/2024
2.0.27 46 11/06/2024
2.0.26 55 05/09/2024
2.0.25 36 05/09/2024
2.0.24 36 05/09/2024
2.0.23 40 05/09/2024
2.0.22 42 04/24/2024
2.0.21 53 04/19/2024
2.0.19 41 04/16/2024
2.0.18 81 01/07/2024
2.0.17 42 01/02/2024
2.0.16 39 01/01/2024
2.0.15 37 01/01/2024
2.0.14 39 01/01/2024
2.0.11 40 01/01/2024
2.0.10 41 01/01/2024
2.0.9 39 01/01/2024
2.0.8 36 01/01/2024
2.0.7 37 01/01/2024
2.0.6 77 11/29/2023
2.0.5 43 11/28/2023
2.0.4 42 11/28/2023
2.0.3 41 11/28/2023
2.0.2 43 09/27/2023