syntax.LogFx 2.0.27
LogFx
Update syntax / FM360 dependencies
cd C:\home\projects\syntax\Utils\LogFx\netstandard2.0; `
dotnet add package syntax.StringFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; `
dotnet add package syntax.Configuration.Intermediaries -s "https://nuget.syntax-neue-medien.de/v3/index.json" -v "2.*";
Build and distribute as NuGet package
cd C:\home\projects\syntax\Utils\LogFx\netstandard2.0; `
$VERSION = "$([regex]::match(((Get-Content "./LogFx.csproj") | Select-String -Pattern "<AssemblyVersion>\d+\.\d+\.\d+</AssemblyVersion>"), "(\d+\.\d+\.)(\d+)").Groups[1].Value)$(([int][regex]::match(((Get-Content "./LogFx.csproj") | Select-String -Pattern "\d+\.\d+\.\d+"), "(\d+\.\d+\.)(\d+)").Groups[2].Value) + 1)"; `
(Get-Content "./LogFx.csproj") -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)', "`${1}$VERSION`${2}" | Out-File "./LogFx.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.LogFx.$VERSION.nupkg" -s "https://nuget.syntax-neue-medien.de/v3/index.json" -k "$API_KEY"; `
dotnet nuget push ".\.packages\syntax.LogFx.$VERSION.snupkg" -s "https://nuget.syntax-neue-medien.de/v3/index.json" -k "$API_KEY";
# Install:
dotnet add package syntax.LogFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; # -v "$VERSION"
Showing the top 20 packages that depend on syntax.LogFx.
| Packages | Downloads |
|---|---|
|
syntax.Cache.AppSettings
Package Description
|
86 |
|
syntax.Cache.AppSettings
Package Description
|
72 |
|
syntax.Cache.AppSettings
Package Description
|
57 |
|
syntax.Cache.AppSettings
Package Description
|
55 |
|
syntax.Cache.AppSettings
Package Description
|
54 |
|
syntax.Cache.AppSettings
Package Description
|
52 |
|
syntax.Cache.AppSettings
Package Description
|
50 |
|
syntax.Cache.AppSettings
Package Description
|
48 |
|
syntax.Cache.AppSettings
Package Description
|
47 |
|
syntax.Cache.AppSettings
Package Description
|
46 |
|
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
|
45 |
|
syntax.Cache.AppSettings
Package Description
|
45 |
|
syntax.Cache.AppSettings
Package Description
|
44 |
|
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
|
43 |
|
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
|
42 |
|
syntax.Cache.AppSettings
Package Description
|
42 |
|
syntax.Cache.AppSettings
Package Description
|
41 |
.NET Standard 2.0
- Serilog.Enrichers.Environment (>= 2.2.0)
- Serilog.Expressions (>= 3.4.1)
- Serilog.Sinks.Console (>= 4.1.0)
- Serilog.Sinks.Debug (>= 2.0.0)
- Serilog.Sinks.ElasticSearch (>= 9.0.1)
- Serilog.Sinks.MSSqlServer (>= 6.3.0)
- syntax.Configuration.Intermediaries (>= 2.0.33)
- syntax.StringFx (>= 2.0.3)
| Version | Downloads | Last updated |
|---|---|---|
| 8.0.16 | 78 | 05/16/2025 |
| 8.0.15 | 39 | 11/07/2024 |
| 8.0.14 | 68 | 11/07/2024 |
| 8.0.13 | 35 | 11/06/2024 |
| 8.0.12 | 38 | 05/09/2024 |
| 8.0.11 | 37 | 05/09/2024 |
| 8.0.10 | 55 | 05/09/2024 |
| 8.0.9 | 45 | 05/09/2024 |
| 8.0.8 | 45 | 04/24/2024 |
| 8.0.7 | 46 | 04/19/2024 |
| 8.0.5 | 39 | 04/18/2024 |
| 8.0.4 | 40 | 04/16/2024 |
| 8.0.3 | 36 | 04/16/2024 |
| 8.0.2 | 36 | 04/16/2024 |
| 8.0.1 | 36 | 04/16/2024 |
| 2.0.33 | 32 | 05/16/2025 |
| 2.0.32 | 37 | 11/07/2024 |
| 2.0.31 | 37 | 11/07/2024 |
| 2.0.30 | 37 | 11/06/2024 |
| 2.0.29 | 35 | 05/09/2024 |
| 2.0.28 | 34 | 05/09/2024 |
| 2.0.27 | 47 | 05/09/2024 |
| 2.0.26 | 45 | 05/09/2024 |
| 2.0.25 | 45 | 04/24/2024 |
| 2.0.24 | 46 | 04/19/2024 |
| 2.0.22 | 34 | 04/16/2024 |
| 2.0.21 | 37 | 04/16/2024 |
| 2.0.20 | 37 | 04/16/2024 |
| 2.0.19 | 96 | 12/22/2023 |
| 2.0.18 | 36 | 12/22/2023 |
| 2.0.17 | 38 | 12/22/2023 |
| 2.0.16 | 40 | 12/22/2023 |
| 2.0.15 | 35 | 12/22/2023 |
| 2.0.14 | 74 | 11/11/2023 |
| 2.0.13 | 34 | 11/11/2023 |
| 2.0.12 | 34 | 11/11/2023 |
| 2.0.11 | 32 | 11/11/2023 |
| 2.0.10 | 50 | 11/11/2023 |
| 2.0.9 | 37 | 05/22/2023 |
| 2.0.8 | 32 | 05/22/2023 |
| 2.0.7 | 31 | 05/22/2023 |
| 2.0.6 | 32 | 05/22/2023 |
| 2.0.5 | 33 | 05/22/2023 |
| 2.0.4 | 29 | 05/22/2023 |
| 2.0.3 | 33 | 05/22/2023 |