syntax.Configuration.Intermediaries 2.0.18

Configuration.Intermediaries

# Build:

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

# Install:

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

Showing the top 20 packages that depend on syntax.Configuration.Intermediaries.

Packages Downloads
syntax.LogFx
Package Description
96
syntax.Cache.AppSettings
Package Description
81
syntax.Cache.AppSettings
Package Description
77
syntax.LogFx
Package Description
77
syntax.LogFx
Package Description
74
syntax.LogFx
Package Description
68
syntax.LogFx
Package Description
55
syntax.LogFx
Package Description
50
syntax.LogFx
Package Description
47
syntax.LogFx
Package Description
46
syntax.LogFx
Package Description
45
syntax.Cache.AppSettings
Package Description
43
syntax.Cache.AppSettings
Package Description
42
syntax.Cache.AppSettings
Package Description
41

Version Downloads Last updated
8.0.14 83 05/16/2025
8.0.13 38 11/07/2024
8.0.12 69 11/07/2024
8.0.11 37 11/06/2024
8.0.10 56 05/09/2024
8.0.9 51 04/24/2024
8.0.8 50 04/19/2024
8.0.7 37 04/19/2024
8.0.6 40 04/19/2024
8.0.4 42 04/18/2024
8.0.1 44 04/16/2024
2.0.37 33 05/16/2025
2.0.36 36 11/07/2024
2.0.35 42 11/07/2024
2.0.34 40 11/06/2024
2.0.33 52 05/09/2024
2.0.32 43 04/24/2024
2.0.31 46 04/19/2024
2.0.30 41 04/19/2024
2.0.29 38 04/19/2024
2.0.27 41 04/16/2024
2.0.26 99 12/22/2023
2.0.25 42 12/22/2023
2.0.24 42 12/22/2023
2.0.23 38 12/22/2023
2.0.22 41 12/22/2023
2.0.21 119 10/20/2023
2.0.20 35 10/20/2023
2.0.19 41 10/19/2023
2.0.18 35 10/19/2023
2.0.17 38 10/19/2023
2.0.16 38 10/19/2023
2.0.15 36 10/19/2023
2.0.13 33 10/19/2023
2.0.12 37 10/19/2023
2.0.11 36 10/19/2023
2.0.10 35 10/19/2023
2.0.9 35 10/18/2023
2.0.8 33 10/18/2023
2.0.7 32 10/18/2023
2.0.6 40 09/30/2023
2.0.4 106 05/22/2023