From c1cbc4e5e5e5362a0ecd734933ff08d7dc65b0e2 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Fri, 31 May 2024 09:03:16 +0200 Subject: [PATCH] Published Magick.NET 13.9.0 --- publish/Magick.NET.Core.nuspec | 4 ++-- publish/Magick.NET.SystemDrawing.nuspec | 10 +++++----- publish/Magick.NET.SystemWindowsMedia.nuspec | 8 ++++---- publish/Magick.NET.nuspec | 8 ++++---- publish/update.version.cmd | 8 ++++---- src/Magick.NET.Core/Magick.NET.Core.csproj | 6 +++--- .../Magick.NET.SystemDrawing.csproj | 4 ++-- .../Magick.NET.SystemWindowsMedia.csproj | 4 ++-- src/Magick.NET/Magick.NET.csproj | 6 +++--- 9 files changed, 29 insertions(+), 29 deletions(-) diff --git a/publish/Magick.NET.Core.nuspec b/publish/Magick.NET.Core.nuspec index a30a96b218..c92f640ec8 100644 --- a/publish/Magick.NET.Core.nuspec +++ b/publish/Magick.NET.Core.nuspec @@ -2,7 +2,7 @@ Magick.NET.Core - 13.8.0 + 13.9.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.8.0 + https://github.com/dlemstra/Magick.NET/releases/tag/13.9.0 Copyright 2013-2024 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 ba58f303c6..c681c623a8 100644 --- a/publish/Magick.NET.SystemDrawing.nuspec +++ b/publish/Magick.NET.SystemDrawing.nuspec @@ -2,7 +2,7 @@ Magick.NET.SystemDrawing - 7.2.4 + 7.2.5 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.8.0 + https://github.com/dlemstra/Magick.NET/releases/tag/13.9.0 Copyright 2013-2024 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 2ffd6010af..058106d89f 100644 --- a/publish/Magick.NET.SystemWindowsMedia.nuspec +++ b/publish/Magick.NET.SystemWindowsMedia.nuspec @@ -2,7 +2,7 @@ Magick.NET.SystemWindowsMedia - 7.2.4 + 7.2.5 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.8.0 + https://github.com/dlemstra/Magick.NET/releases/tag/13.9.0 Copyright 2013-2024 Dirk Lemstra ImageMagick Magick.NET Image Convert Resize Draw Effects - + - + diff --git a/publish/Magick.NET.nuspec b/publish/Magick.NET.nuspec index db420e524f..d90333926e 100644 --- a/publish/Magick.NET.nuspec +++ b/publish/Magick.NET.nuspec @@ -2,7 +2,7 @@ - 13.8.0 + 13.9.0 <authors>Dirk Lemstra</authors> <owners>Dirk Lemstra</owners> @@ -14,15 +14,15 @@ <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> <readme>docs\Readme.md</readme> - <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.8.0</releaseNotes> + <releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.9.0</releaseNotes> <copyright>Copyright 2013-2024 Dirk Lemstra</copyright> <tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags> <dependencies> <group targetFramework=".NETStandard2.0"> - <dependency id="Magick.NET.Core" version="13.8.0" /> + <dependency id="Magick.NET.Core" version="13.9.0" /> </group> <group targetFramework=".NETStandard2.1"> - <dependency id="Magick.NET.Core" version="13.8.0" /> + <dependency id="Magick.NET.Core" version="13.9.0" /> </group> </dependencies> </metadata> diff --git a/publish/update.version.cmd b/publish/update.version.cmd index ec3b6fc594..c4c89218ab 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.8.0" -powershell .\update.version.ps1 -library "Magick.NET.Core" -version "13.8.0" -powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "7.2.4" -powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "7.2.4" +powershell .\update.version.ps1 -library "Magick.NET" -version "13.9.0" +powershell .\update.version.ps1 -library "Magick.NET.Core" -version "13.9.0" +powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "7.2.5" +powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "7.2.5" 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 3ceb273b21..ba354403dc 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</TargetFrameworks> <Platforms>AnyCPU</Platforms> - <AssemblyVersion>13.8.0</AssemblyVersion> - <FileVersion>13.8.0</FileVersion> - <Version>13.8.0</Version> + <AssemblyVersion>13.9.0</AssemblyVersion> + <FileVersion>13.9.0</FileVersion> + <Version>13.9.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 a81b1b5249..ce30b522b2 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;net462</TargetFrameworks> <Platforms>AnyCPU</Platforms> <AssemblyVersion>7.2.0</AssemblyVersion> - <FileVersion>7.2.4</FileVersion> - <Version>7.2.4</Version> + <FileVersion>7.2.5</FileVersion> + <Version>7.2.5</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 9a466105e6..226eed1deb 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;net462</TargetFrameworks> <Platforms>AnyCPU</Platforms> <AssemblyVersion>7.2.0</AssemblyVersion> - <FileVersion>7.2.4</FileVersion> - <Version>7.2.4</Version> + <FileVersion>7.2.5</FileVersion> + <Version>7.2.5</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 09b3a0f7e0..a281e62f4b 100644 --- a/src/Magick.NET/Magick.NET.csproj +++ b/src/Magick.NET/Magick.NET.csproj @@ -2,9 +2,9 @@ <PropertyGroup> <TargetFrameworks>netstandard21;netstandard20</TargetFrameworks> <Platforms>x86;x64;arm64;AnyCPU</Platforms> - <AssemblyVersion>13.8.0</AssemblyVersion> - <FileVersion>13.8.0</FileVersion> - <Version>13.8.0</Version> + <AssemblyVersion>13.9.0</AssemblyVersion> + <FileVersion>13.9.0</FileVersion> + <Version>13.9.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>