syntax.GraphicsFx 2.0.19
GraphicsFx
# Build:
cd C:\home\projects\syntax\Util\_NG\GraphicsFx; `
$VERSION = "$([regex]::match(((Get-Content "./GraphicsFx.csproj") | Select-String -Pattern "<AssemblyVersion>\d+\.\d+\.\d+</AssemblyVersion>"), "(\d+\.\d+\.)(\d+)").Groups[1].Value)$(([int][regex]::match(((Get-Content "./GraphicsFx.csproj") | Select-String -Pattern "\d+\.\d+\.\d+"), "(\d+\.\d+\.)(\d+)").Groups[2].Value) + 1)"; `
(Get-Content "./GraphicsFx.csproj") -replace '(<AssemblyVersion>)[\d\.]+(</AssemblyVersion>)', "`${1}$VERSION`${2}" | Out-File "./GraphicsFx.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.GraphicsFx.$VERSION.nupkg" -s "https://nuget.syntax-neue-medien.de/v3/index.json" -k "$API_KEY"; `
dotnet nuget push ".\.packages\syntax.GraphicsFx.$VERSION.snupkg" -s "https://nuget.syntax-neue-medien.de/v3/index.json" -k "$API_KEY";
# Install:
dotnet add package syntax.GraphicsFx -s "https://nuget.syntax-neue-medien.de/v3/index.json"; # -v "$VERSION"
No packages depend on syntax.GraphicsFx.
.NET Standard 2.0
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
- System.Drawing.Common (>= 5.0.2)
| Version | Downloads | Last updated |
|---|---|---|
| 2.0.23 | 180 | 01/06/2024 |
| 2.0.22 | 41 | 01/05/2024 |
| 2.0.21 | 34 | 01/05/2024 |
| 2.0.20 | 29 | 01/05/2024 |
| 2.0.19 | 32 | 01/05/2024 |
| 2.0.18 | 34 | 01/04/2024 |
| 2.0.17 | 34 | 01/04/2024 |
| 2.0.16 | 32 | 01/04/2024 |
| 2.0.15 | 37 | 01/04/2024 |
| 2.0.14 | 37 | 01/03/2024 |
| 2.0.13 | 39 | 01/03/2024 |
| 2.0.12 | 35 | 01/03/2024 |
| 2.0.11 | 41 | 01/03/2024 |
| 2.0.10 | 30 | 01/03/2024 |
| 2.0.9 | 35 | 01/03/2024 |
| 2.0.8 | 70 | 10/17/2023 |
| 2.0.7 | 38 | 09/28/2023 |
| 2.0.6 | 32 | 09/28/2023 |
| 2.0.5 | 35 | 09/28/2023 |
| 2.0.4 | 31 | 09/28/2023 |
| 2.0.3 | 34 | 09/28/2023 |
| 2.0.2 | 33 | 09/28/2023 |
| 2.0.1 | 33 | 09/27/2023 |