syntax.XmlFx 2.0.4

XmlFx

# Build:

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

# Install:

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

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

Packages Downloads
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
55
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
51
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
50
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
49
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
48
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
47
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
46
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
45
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
44
FM360.ClipGenerator.Engine
FM360 ClipGeneratorEngine
43

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
2.0.5 113 11/07/2024
2.0.4 33 10/28/2024
2.0.3 32 10/28/2024
2.0.2 36 10/28/2024
2.0.1 152 09/27/2023