From d5693887aefe31d5d8b660b8946bca88f4cd1762 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 1 Jun 2020 11:18:21 +0200 Subject: [PATCH] Published Magick.NET 7.18.0.0. --- publish/Magick.NET.Core.nuspec | 2 +- publish/Magick.NET.SystemDrawing.nuspec | 2 +- publish/Magick.NET.SystemWindowsMedia.nuspec | 2 +- publish/Magick.NET.nuspec | 4 ++-- publish/update.version.cmd | 4 ++-- src/Magick.NET/Magick.NET.csproj | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/publish/Magick.NET.Core.nuspec b/publish/Magick.NET.Core.nuspec index e0c946d044..6372d93637 100644 --- a/publish/Magick.NET.Core.nuspec +++ b/publish/Magick.NET.Core.nuspec @@ -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.17.0.1 + https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.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 8dd9103572..dddd114c1a 100644 --- a/publish/Magick.NET.SystemDrawing.nuspec +++ b/publish/Magick.NET.SystemDrawing.nuspec @@ -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.17.0.1 + https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.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 53cc48d5b2..fd3257d0b6 100644 --- a/publish/Magick.NET.SystemWindowsMedia.nuspec +++ b/publish/Magick.NET.SystemWindowsMedia.nuspec @@ -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.17.0.1 + https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.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 7bb8606582..78488ba69c 100644 --- a/publish/Magick.NET.nuspec +++ b/publish/Magick.NET.nuspec @@ -2,7 +2,7 @@ - 7.17.0.1 + 7.18.0.0 <authors>Dirk Lemstra</authors> <owners>Dirk Lemstra</owners> @@ -13,7 +13,7 @@ <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.17.0.1</releaseNotes> + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.0</releaseNotes> <copyright>Copyright 2013-2020 Dirk Lemstra</copyright> <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags> <dependencies> diff --git a/publish/update.version.cmd b/publish/update.version.cmd index a935a507e0..17f5537e82 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.17.0.1" +powershell .\update.version.ps1 -library "Magick.NET" -version "7.18.0.0" powershell .\update.version.ps1 -library "Magick.NET.Core" -version "1.0.0.0" powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "1.0.0.0" powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "1.0.0.0" -powershell .\update.version.ps1 \ No newline at end of file +powershell .\update.version.ps1 diff --git a/src/Magick.NET/Magick.NET.csproj b/src/Magick.NET/Magick.NET.csproj index 7d2756cd79..4e955993df 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.17.0.0</AssemblyVersion> - <FileVersion>7.17.0.1</FileVersion> - <Version>7.17.0.1</Version> + <AssemblyVersion>7.18.0.0</AssemblyVersion> + <FileVersion>7.18.0.0</FileVersion> + <Version>7.18.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>