Skip to content

Commit

Permalink
Update more scripts for AvaloniaMediaImaging and add it to the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 14, 2024
1 parent b36b8de commit eb49659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:

strategy:
matrix:
libraryName: [Core, SystemDrawing, SystemWindowsMedia]
libraryName: [Core, AvaloniaMediaImaging, SystemDrawing, SystemWindowsMedia]

steps:

Expand Down
1 change: 1 addition & 0 deletions build/windows/test.Magick.NET.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function testMagickNET($quantumName, $platformName) {
return
}

runTests $quantumName $platformName "net8.0" "Magick.NET.AvaloniaMediaImaging"
runTests $quantumName $platformName "net8.0" "Magick.NET.SystemDrawing"
runTests $quantumName $platformName "net8.0" "Magick.NET.SystemWindowsMedia"
} else {
Expand Down
1 change: 1 addition & 0 deletions publish/update.version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

powershell .\update.version.ps1 -library "Magick.NET" -version "14.2.0"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.2.0"
powershell .\update.version.ps1 -library "Magick.NET.AvaloniaMediaImaging" -version "1.0.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.2"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.2"
powershell .\update.version.ps1
1 change: 1 addition & 0 deletions publish/update.version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function updateNuspecFiles() {
$version = getVersion "Magick.NET"
updateNuspecFile "Magick.NET" $version
updateNuspecFile "Magick.NET.Core" $version
updateNuspecFile "Magick.NET.AvaloniaMediaImaging" $version
updateNuspecFile "Magick.NET.SystemDrawing" $version
updateNuspecFile "Magick.NET.SystemWindowsMedia" $version
}
Expand Down

0 comments on commit eb49659

Please sign in to comment.