diff --git a/publish/Magick.NET.Core.nuspec b/publish/Magick.NET.Core.nuspec index 4bd38ae4d0..f63ffd9857 100644 --- a/publish/Magick.NET.Core.nuspec +++ b/publish/Magick.NET.Core.nuspec @@ -2,7 +2,7 @@ Magick.NET.Core - 10.1.0 + 11.0.0 Magick.NET.Core Dirk Lemstra Dirk Lemstra @@ -13,7 +13,7 @@ false 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. - https://github.com/dlemstra/Magick.NET/releases/tag/10.1.0 + https://github.com/dlemstra/Magick.NET/releases/tag/11.0.0 Copyright 2013-2022 Dirk Lemstra ImageMagick Magick.NET Image Convert Resize Draw Effects diff --git a/publish/Magick.NET.SystemDrawing.nuspec b/publish/Magick.NET.SystemDrawing.nuspec index 8dcddf2bf5..2b41c6722d 100644 --- a/publish/Magick.NET.SystemDrawing.nuspec +++ b/publish/Magick.NET.SystemDrawing.nuspec @@ -2,7 +2,7 @@ Magick.NET.SystemDrawing - 4.0.18 + 4.0.19 Magick.NET.SystemDrawing Dirk Lemstra Dirk Lemstra @@ -13,19 +13,19 @@ false 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. - https://github.com/dlemstra/Magick.NET/releases/tag/10.1.0 + https://github.com/dlemstra/Magick.NET/releases/tag/11.0.0 Copyright 2013-2022 Dirk Lemstra ImageMagick Magick.NET Image Convert Resize Draw Effects - + - + - + diff --git a/publish/Magick.NET.SystemWindowsMedia.nuspec b/publish/Magick.NET.SystemWindowsMedia.nuspec index eb61871944..7299142e58 100644 --- a/publish/Magick.NET.SystemWindowsMedia.nuspec +++ b/publish/Magick.NET.SystemWindowsMedia.nuspec @@ -2,7 +2,7 @@ Magick.NET.SystemWindowsMedia - 4.0.18 + 4.0.19 Magick.NET.SystemWindowsMedia Dirk Lemstra Dirk Lemstra @@ -13,15 +13,15 @@ false 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. - https://github.com/dlemstra/Magick.NET/releases/tag/10.1.0 + https://github.com/dlemstra/Magick.NET/releases/tag/11.0.0 Copyright 2013-2022 Dirk Lemstra ImageMagick Magick.NET Image Convert Resize Draw Effects - + - + diff --git a/publish/Magick.NET.nuspec b/publish/Magick.NET.nuspec index d1997c26ca..0bb8cc9e91 100644 --- a/publish/Magick.NET.nuspec +++ b/publish/Magick.NET.nuspec @@ -2,7 +2,7 @@ - 10.1.0 + 11.0.0 <authors>Dirk Lemstra</authors> <owners>Dirk Lemstra</owners> @@ -13,18 +13,18 @@ <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>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.</description> <summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary> - <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/10.1.0</releaseNotes> + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/11.0.0</releaseNotes> <copyright>Copyright 2013-2022 Dirk Lemstra</copyright> <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags> <dependencies> <group targetFramework=".NETFramework2.0"> - <dependency id="Magick.NET.Core" version="10.1.0" /> + <dependency id="Magick.NET.Core" version="11.0.0" /> </group> <group targetFramework=".NETStandard2.0"> - <dependency id="Magick.NET.Core" version="10.1.0" /> + <dependency id="Magick.NET.Core" version="11.0.0" /> </group> <group targetFramework=".NETStandard2.1"> - <dependency id="Magick.NET.Core" version="10.1.0" /> + <dependency id="Magick.NET.Core" version="11.0.0" /> </group> </dependencies> </metadata> diff --git a/publish/update.version.cmd b/publish/update.version.cmd index 0bf1d14abb..e914f270e7 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 "10.1.0" -powershell .\update.version.ps1 -library "Magick.NET.Core" -version "10.1.0" -powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "4.0.18" -powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "4.0.18" +powershell .\update.version.ps1 -library "Magick.NET" -version "11.0.0" +powershell .\update.version.ps1 -library "Magick.NET.Core" -version "11.0.0" +powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "4.0.19" +powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "4.0.19" 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 437d681639..b8b1a6d63c 100644 --- a/src/Magick.NET.Core/Magick.NET.Core.csproj +++ b/src/Magick.NET.Core/Magick.NET.Core.csproj @@ -2,9 +2,9 @@ <PropertyGroup> <TargetFrameworks>netstandard21;netstandard20;net20</TargetFrameworks> <Platforms>AnyCPU</Platforms> - <AssemblyVersion>10.1.0</AssemblyVersion> - <FileVersion>10.1.0</FileVersion> - <Version>10.1.0</Version> + <AssemblyVersion>11.0.0</AssemblyVersion> + <FileVersion>11.0.0</FileVersion> + <Version>11.0.0</Version> <Configurations>Debug;Test;Release</Configurations> </PropertyGroup> diff --git a/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj b/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj index 02b1c5cb9d..5e08d7b64b 100644 --- a/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj +++ b/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj @@ -3,8 +3,8 @@ <TargetFrameworks>netstandard21;netstandard20;net40</TargetFrameworks> <Platforms>AnyCPU</Platforms> <AssemblyVersion>4.0.0</AssemblyVersion> - <FileVersion>4.0.18</FileVersion> - <Version>4.0.18</Version> + <FileVersion>4.0.19</FileVersion> + <Version>4.0.19</Version> <Configurations>Debug;Test;Release</Configurations> </PropertyGroup> diff --git a/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj b/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj index 51d0d5ae83..d559975025 100644 --- a/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj +++ b/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj @@ -3,8 +3,8 @@ <TargetFrameworks>netcoreapp3.1;net40</TargetFrameworks> <Platforms>AnyCPU</Platforms> <AssemblyVersion>4.0.0</AssemblyVersion> - <FileVersion>4.0.18</FileVersion> - <Version>4.0.18</Version> + <FileVersion>4.0.19</FileVersion> + <Version>4.0.19</Version> <Configurations>Debug;Test;Release</Configurations> <UseWPF>true</UseWPF> </PropertyGroup> diff --git a/src/Magick.NET/Magick.NET.csproj b/src/Magick.NET/Magick.NET.csproj index 1854d7816a..a430a13346 100644 --- a/src/Magick.NET/Magick.NET.csproj +++ b/src/Magick.NET/Magick.NET.csproj @@ -2,9 +2,9 @@ <PropertyGroup> <TargetFrameworks>netstandard21;netstandard20;net20</TargetFrameworks> <Platforms>x86;x64;arm64;AnyCPU</Platforms> - <AssemblyVersion>10.1.0</AssemblyVersion> - <FileVersion>10.1.0</FileVersion> - <Version>10.1.0</Version> + <AssemblyVersion>11.0.0</AssemblyVersion> + <FileVersion>11.0.0</FileVersion> + <Version>11.0.0</Version> <Configurations>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</Configurations> </PropertyGroup>