syntax.SerializationFx 2.0.3

SerializationFx

# Build:

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

# Install:

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

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

Packages Downloads
FM360.SharedStructure
FM360 SharedStructure
55
FM360.SharedStructure
FM360 SharedStructure
49
FM360.SharedStructure
FM360 SharedStructure
47
FM360.SharedStructure
FM360 SharedStructure
46
FM360.SharedStructure
FM360 SharedStructure
45
FM360.SharedStructure
FM360 SharedStructure
44
FM360.SharedStructure
FM360 SharedStructure
43
FM360.SharedStructure
FM360 SharedStructure
42

.NET Standard 2.0

Version Downloads Last updated
2.0.8 172 01/29/2024
2.0.7 35 01/29/2024
2.0.6 37 01/29/2024
2.0.5 35 01/29/2024
2.0.4 34 01/29/2024
2.0.3 98 09/27/2023
2.0.2 30 09/27/2023