syntax.Cache.AppSettings 8.0.14

Cache.AppSettings

Update syntax / FM360 dependencies

cd C:\home\projects\syntax\Cache\AppSettings\net8; `
dotnet add package syntax.ConversionFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; `
dotnet add package syntax.LogFx -s "https://nuget.syntax-neue-medien.de/v3/index.json";

Build and distribute as NuGet package

cd C:\home\projects\syntax\Cache\AppSettings\net8; `
$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"; `
dotnet nuget push  ".\.packages\syntax.Cache.AppSettings.$VERSION.snupkg"  -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"; 

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

Packages Downloads
FM360.SharedStructure
FM360 SharedStructure
104
FM360.SharedStructure
FM360 SharedStructure
83
FM360.SharedStructure
FM360 SharedStructure
79
FM360.SharedStructure
FM360 SharedStructure
78
FM360.SharedStructure
FM360 SharedStructure
77
FM360.SharedStructure
FM360 SharedStructure
76
FM360.SharedStructure
FM360 SharedStructure
75
FM360.SharedStructure
FM360 SharedStructure
74
FM360.SharedStructure
FM360 SharedStructure
73

Version Downloads Last updated
8.0.14 180 05/16/2025
8.0.13 104 11/07/2024
8.0.12 78 11/07/2024
8.0.11 70 11/06/2024
8.0.10 88 05/09/2024
8.0.9 77 05/09/2024
8.0.8 73 05/09/2024
8.0.7 84 05/09/2024
8.0.6 90 04/24/2024
8.0.5 89 04/19/2024
8.0.2 81 04/16/2024
8.0.1 78 04/16/2024
2.0.30 65 05/16/2025
2.0.29 68 11/07/2024
2.0.28 79 11/07/2024
2.0.27 81 11/06/2024
2.0.26 92 05/09/2024
2.0.25 72 05/09/2024
2.0.24 72 05/09/2024
2.0.23 74 05/09/2024
2.0.22 72 04/24/2024
2.0.21 84 04/19/2024
2.0.19 71 04/16/2024
2.0.18 113 01/07/2024
2.0.17 71 01/02/2024
2.0.16 70 01/01/2024
2.0.15 67 01/01/2024
2.0.14 70 01/01/2024
2.0.11 76 01/01/2024
2.0.10 72 01/01/2024
2.0.9 72 01/01/2024
2.0.8 68 01/01/2024
2.0.7 70 01/01/2024
2.0.6 109 11/29/2023
2.0.5 76 11/28/2023
2.0.4 74 11/28/2023
2.0.3 73 11/28/2023
2.0.2 77 09/27/2023