diff --git a/publish/Magick.NET.Core.nuspec b/publish/Magick.NET.Core.nuspec index 02b4b0950f..ce50c073f4 100644 --- a/publish/Magick.NET.Core.nuspec +++ b/publish/Magick.NET.Core.nuspec @@ -2,7 +2,7 @@ Magick.NET.Core - 4.0.0.0 + 4.1.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/master/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/7.21.0.0 + https://github.com/dlemstra/Magick.NET/releases/tag/7.21.1.0 Copyright 2013-2020 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 359a2efb1b..7e99b4af9e 100644 --- a/publish/Magick.NET.SystemDrawing.nuspec +++ b/publish/Magick.NET.SystemDrawing.nuspec @@ -2,7 +2,7 @@ Magick.NET.SystemDrawing - 2.0.2.0 + 2.0.3.0 Magick.NET.SystemDrawing Dirk Lemstra Dirk Lemstra @@ -13,18 +13,18 @@ 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/master/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/7.21.0.0 + https://github.com/dlemstra/Magick.NET/releases/tag/7.21.1.0 Copyright 2013-2020 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 737694c5e9..22831e1de9 100644 --- a/publish/Magick.NET.SystemWindowsMedia.nuspec +++ b/publish/Magick.NET.SystemWindowsMedia.nuspec @@ -2,7 +2,7 @@ Magick.NET.SystemWindowsMedia - 2.0.0.0 + 2.0.1.0 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/master/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/7.21.0.0 + https://github.com/dlemstra/Magick.NET/releases/tag/7.21.1.0 Copyright 2013-2020 Dirk Lemstra ImageMagick Magick.NET Image Convert Resize Draw Effects - + - + diff --git a/publish/Magick.NET.nuspec b/publish/Magick.NET.nuspec index b648da081c..434209592a 100644 --- a/publish/Magick.NET.nuspec +++ b/publish/Magick.NET.nuspec @@ -2,7 +2,7 @@ - 7.21.0.0 + 7.21.1.0 <authors>Dirk Lemstra</authors> <owners>Dirk Lemstra</owners> @@ -13,24 +13,24 @@ <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/master/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/7.21.0.0</releaseNotes> + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.21.1.0</releaseNotes> <copyright>Copyright 2013-2020 Dirk Lemstra</copyright> <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags> <dependencies> <group targetFramework=".NETFramework2.0"> - <dependency id="Magick.NET.Core" version="4.0.0.0" /> + <dependency id="Magick.NET.Core" version="4.1.0.0" /> </group> <group targetFramework=".NETFramework4.0"> - <dependency id="Magick.NET.Core" version="4.0.0.0" /> + <dependency id="Magick.NET.Core" version="4.1.0.0" /> </group> <group targetFramework=".NETStandard1.3"> - <dependency id="Magick.NET.Core" version="4.0.0.0" /> + <dependency id="Magick.NET.Core" version="4.1.0.0" /> <dependency id="System.Xml.XDocument" version="4.3.0" /> <dependency id="System.Xml.XmlDocument" version="4.3.0" /> <dependency id="System.Xml.XPath.XDocument" version="4.3.0" /> </group> <group targetFramework=".NETStandard2.0"> - <dependency id="Magick.NET.Core" version="4.0.0.0" /> + <dependency id="Magick.NET.Core" version="4.1.0.0" /> </group> </dependencies> </metadata> diff --git a/publish/update.version.cmd b/publish/update.version.cmd index 771c7f159f..53d1cebec1 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 "7.21.0.0" -powershell .\update.version.ps1 -library "Magick.NET.Core" -version "4.0.0.0" -powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "2.0.2.0" -powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "2.0.0.0" +powershell .\update.version.ps1 -library "Magick.NET" -version "7.21.1.0" +powershell .\update.version.ps1 -library "Magick.NET.Core" -version "4.1.0.0" +powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "2.0.3.0" +powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "2.0.1.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 278db1c9d0..195d96de52 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>net20;net40;netstandard13;netstandard20</TargetFrameworks> <Platforms>AnyCPU</Platforms> - <AssemblyVersion>4.0.0.0</AssemblyVersion> - <FileVersion>4.0.0.0</FileVersion> - <Version>4.0.0.0</Version> + <AssemblyVersion>4.1.0.0</AssemblyVersion> + <FileVersion>4.1.0.0</FileVersion> + <Version>4.1.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 7cadb07b77..8bba578390 100644 --- a/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj +++ b/src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj @@ -2,9 +2,9 @@ <PropertyGroup> <TargetFrameworks>net20;net40;netstandard20</TargetFrameworks> <Platforms>AnyCPU</Platforms> - <AssemblyVersion>2.0.2.0</AssemblyVersion> - <FileVersion>2.0.2.0</FileVersion> - <Version>2.0.2.0</Version> + <AssemblyVersion>2.0.3.0</AssemblyVersion> + <FileVersion>2.0.3.0</FileVersion> + <Version>2.0.3.0</Version> <Configurations>Debug;Test;Release</Configurations> <Nullable>enable</Nullable> </PropertyGroup> diff --git a/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj b/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj index 10e6a6efcb..0f5cc852ce 100644 --- a/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj +++ b/src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj @@ -2,9 +2,9 @@ <PropertyGroup> <TargetFrameworks>net40;netcoreapp3.0</TargetFrameworks> <Platforms>AnyCPU</Platforms> - <AssemblyVersion>2.0.0.0</AssemblyVersion> - <FileVersion>2.0.0.0</FileVersion> - <Version>2.0.0.0</Version> + <AssemblyVersion>2.0.1.0</AssemblyVersion> + <FileVersion>2.0.1.0</FileVersion> + <Version>2.0.1.0</Version> <Configurations>Debug;Test;Release</Configurations> <Nullable>enable</Nullable> <UseWPF>true</UseWPF> diff --git a/src/Magick.NET/Magick.NET.csproj b/src/Magick.NET/Magick.NET.csproj index ab646f7fd5..6ace91d1ee 100644 --- a/src/Magick.NET/Magick.NET.csproj +++ b/src/Magick.NET/Magick.NET.csproj @@ -2,9 +2,9 @@ <PropertyGroup> <TargetFrameworks>net20;net40;netstandard13;netstandard20</TargetFrameworks> <Platforms>x86;x64;AnyCPU</Platforms> - <AssemblyVersion>7.21.0.0</AssemblyVersion> - <FileVersion>7.21.0.0</FileVersion> - <Version>7.21.0.0</Version> + <AssemblyVersion>7.21.1.0</AssemblyVersion> + <FileVersion>7.21.1.0</FileVersion> + <Version>7.21.1.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>