syntax.ConversionFx 2.0.2

ConversionFx

# Build:

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

# Install:

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

Showing the top 20 packages that depend on syntax.ConversionFx.

Packages Downloads
syntax.Cache.AppSettings
Package Description
180
syntax.Cache.AppSettings
Package Description
113
syntax.Cache.AppSettings
Package Description
109
syntax.Cache.AppSettings
Package Description
104
syntax.Cache.AppSettings
Package Description
92
syntax.Cache.AppSettings
Package Description
90
syntax.Cache.AppSettings
Package Description
89
syntax.Cache.AppSettings
Package Description
88
syntax.Cache.AppSettings
Package Description
84
syntax.Cache.AppSettings
Package Description
81
syntax.Cache.AppSettings
Package Description
79
syntax.Cache.AppSettings
Package Description
78
syntax.Cache.AppSettings
Package Description
77
syntax.Cache.AppSettings
Package Description
76
syntax.Cache.AppSettings
Package Description
74

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.2 273 01/04/2024
2.0.1 155 10/17/2023
2.0.0 74 03/22/2023
1.0.1 72 03/19/2023
1.0.0 70 03/19/2023