Skip to content

Commit

Permalink
Published Magick.NET 11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 21, 2022
1 parent 2f119e7 commit 440b538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions publish/Magick.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id />
<version>11.2.0</version>
<version>11.2.1</version>
<title />
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -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/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/11.2.0</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/11.2.1</releaseNotes>
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion publish/update.version.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

powershell .\update.version.ps1 -library "Magick.NET" -version "11.2.0"
powershell .\update.version.ps1 -library "Magick.NET" -version "11.2.1"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "11.2.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "5.0.3"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "5.0.3"
Expand Down
4 changes: 2 additions & 2 deletions src/Magick.NET/Magick.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFrameworks>netstandard21;netstandard20;net20</TargetFrameworks>
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
<AssemblyVersion>11.2.0</AssemblyVersion>
<FileVersion>11.2.0</FileVersion>
<Version>11.2.0</Version>
<FileVersion>11.2.1</FileVersion>
<Version>11.2.1</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>

Expand Down

0 comments on commit 440b538

Please sign in to comment.