diff --git a/publish/Magick.NET.Core.nuspec b/publish/Magick.NET.Core.nuspec
index 99b2f2802e..f53db619e1 100644
--- a/publish/Magick.NET.Core.nuspec
+++ b/publish/Magick.NET.Core.nuspec
@@ -2,7 +2,7 @@
Magick.NET.Core
- 13.10.0
+ 14.0.0
Magick.NET.Core
Dirk Lemstra
Dirk Lemstra
@@ -14,7 +14,7 @@
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
A .NET API to the ImageMagick image-processing library for Desktop and Web.
docs\Readme.md
- https://github.com/dlemstra/Magick.NET/releases/tag/13.10.0
+ https://github.com/dlemstra/Magick.NET/releases/tag/14.0.0
Copyright 2013-2024 Dirk Lemstra
ImageMagick Magick.NET Image Convert Resize Draw Effects
@@ -27,4 +27,4 @@
-
+
\ No newline at end of file
diff --git a/publish/Magick.NET.SystemDrawing.nuspec b/publish/Magick.NET.SystemDrawing.nuspec
index 9c86ef3159..7aa427e0a3 100644
--- a/publish/Magick.NET.SystemDrawing.nuspec
+++ b/publish/Magick.NET.SystemDrawing.nuspec
@@ -2,7 +2,7 @@
Magick.NET.SystemDrawing
- 7.3.0
+ 8.0.0
Magick.NET.SystemDrawing
Dirk Lemstra
Dirk Lemstra
@@ -14,19 +14,19 @@
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
A .NET API to the ImageMagick image-processing library for Desktop and Web.
docs\Readme.md
- https://github.com/dlemstra/Magick.NET/releases/tag/13.10.0
+ https://github.com/dlemstra/Magick.NET/releases/tag/14.0.0
Copyright 2013-2024 Dirk Lemstra
ImageMagick Magick.NET Image Convert Resize Draw Effects
-
+
-
+
-
+
@@ -39,4 +39,4 @@
-
+
\ No newline at end of file
diff --git a/publish/Magick.NET.SystemWindowsMedia.nuspec b/publish/Magick.NET.SystemWindowsMedia.nuspec
index 65fb4b2211..813a47dd39 100644
--- a/publish/Magick.NET.SystemWindowsMedia.nuspec
+++ b/publish/Magick.NET.SystemWindowsMedia.nuspec
@@ -2,7 +2,7 @@
Magick.NET.SystemWindowsMedia
- 7.3.0
+ 8.0.0
Magick.NET.SystemWindowsMedia
Dirk Lemstra
Dirk Lemstra
@@ -14,15 +14,15 @@
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
A .NET API to the ImageMagick image-processing library for Desktop and Web.
docs\Readme.md
- https://github.com/dlemstra/Magick.NET/releases/tag/13.10.0
+ https://github.com/dlemstra/Magick.NET/releases/tag/14.0.0
Copyright 2013-2024 Dirk Lemstra
ImageMagick Magick.NET Image Convert Resize Draw Effects
-
+
-
+
@@ -36,4 +36,4 @@
-
+
\ No newline at end of file
diff --git a/publish/Magick.NET.nuspec b/publish/Magick.NET.nuspec
index 23439dc110..57cedae76d 100644
--- a/publish/Magick.NET.nuspec
+++ b/publish/Magick.NET.nuspec
@@ -2,7 +2,7 @@
- 13.10.0
+ 14.0.0
Dirk Lemstra
Dirk Lemstra
@@ -14,15 +14,15 @@
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
A .NET API to the ImageMagick image-processing library for Desktop and Web.
docs\Readme.md
- https://github.com/dlemstra/Magick.NET/releases/tag/13.10.0
+ https://github.com/dlemstra/Magick.NET/releases/tag/14.0.0
Copyright 2013-2024 Dirk Lemstra
ImageMagick Magick.NET Image Convert Resize Draw Effects
-
+
-
+
@@ -30,4 +30,4 @@
-
+
\ No newline at end of file
diff --git a/publish/update.version.cmd b/publish/update.version.cmd
index 8a22fe7d6d..e990513fd3 100644
--- a/publish/update.version.cmd
+++ b/publish/update.version.cmd
@@ -1,7 +1,7 @@
@echo off
-powershell .\update.version.ps1 -library "Magick.NET" -version "13.10.0"
-powershell .\update.version.ps1 -library "Magick.NET.Core" -version "13.10.0"
-powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "7.3.0"
-powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "7.3.0"
+powershell .\update.version.ps1 -library "Magick.NET" -version "14.0.0"
+powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.0.0"
+powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.0"
+powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.0"
powershell .\update.version.ps1
diff --git a/src/Magick.NET.Core/Magick.NET.Core.csproj b/src/Magick.NET.Core/Magick.NET.Core.csproj
index 86d8d06ff3..fb0a2e57bd 100644
--- a/src/Magick.NET.Core/Magick.NET.Core.csproj
+++ b/src/Magick.NET.Core/Magick.NET.Core.csproj
@@ -2,9 +2,9 @@
net8.0;netstandard20
AnyCPU
- 13.10.0
- 13.10.0
- 13.10.0
+ 14.0.0
+ 14.0.0
+ 14.0.0
Debug;Test;Release
diff --git a/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj b/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj
index e1807d12bc..a11b66d04d 100644
--- a/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj
+++ b/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj
@@ -1,11 +1,11 @@
-
+
net8.0;netstandard20;net462
Windows
AnyCPU
- 7.3.0
- 7.3.0
- 7.3.0
+ 8.0.0
+ 8.0.0
+ 8.0.0
Debug;Test;Release
diff --git a/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj b/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj
index 1266d0e619..5152ea34d1 100644
--- a/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj
+++ b/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj
@@ -3,9 +3,9 @@
net8.0;net462
Windows
AnyCPU
- 7.3.0
- 7.3.0
- 7.3.0
+ 8.0.0
+ 8.0.0
+ 8.0.0
Debug;Test;Release
true
diff --git a/src/Magick.NET/Magick.NET.csproj b/src/Magick.NET/Magick.NET.csproj
index f93a0062d1..2c7460527b 100644
--- a/src/Magick.NET/Magick.NET.csproj
+++ b/src/Magick.NET/Magick.NET.csproj
@@ -2,9 +2,9 @@
net8.0;netstandard20
x86;x64;arm64;AnyCPU
- 13.10.0
- 13.10.0
- 13.10.0
+ 14.0.0
+ 14.0.0
+ 14.0.0
DebugQ8;DebugQ16;DebugQ16-HDRI;TestQ8;TestQ16;TestQ16-HDRI;TestQ8-OpenMP;TestQ16-OpenMP;TestQ16-HDRI-OpenMP;ReleaseQ8;ReleaseQ8-OpenMP;ReleaseQ16;ReleaseQ16-OpenMP;ReleaseQ16-HDRI;ReleaseQ16-HDRI-OpenMP