Skip to content

Commit 77576af

Browse files
committed
Published Magick.NET 12.1.0
1 parent 748625f commit 77576af

9 files changed

+31
-31
lines changed

publish/Magick.NET.Core.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Magick.NET.Core</id>
5-
<version>12.0.1</version>
5+
<version>12.1.0</version>
66
<title>Magick.NET.Core</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -13,7 +13,7 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<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>
1515
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
16-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.0.1</releaseNotes>
16+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.1.0</releaseNotes>
1717
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
1818
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
1919
<dependencies>

publish/Magick.NET.SystemDrawing.nuspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Magick.NET.SystemDrawing</id>
5-
<version>6.0.1</version>
5+
<version>6.1.0</version>
66
<title>Magick.NET.SystemDrawing</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -13,19 +13,19 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<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>
1515
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
16-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.0.1</releaseNotes>
16+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.1.0</releaseNotes>
1717
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
1818
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
1919
<dependencies>
2020
<group targetFramework=".NETFramework4.6.2">
21-
<dependency id="Magick.NET.Core" version="12.0.1" />
21+
<dependency id="Magick.NET.Core" version="12.1.0" />
2222
</group>
2323
<group targetFramework=".NETStandard2.0">
24-
<dependency id="Magick.NET.Core" version="12.0.1" />
24+
<dependency id="Magick.NET.Core" version="12.1.0" />
2525
<dependency id="System.Drawing.Common" version="6.0.0" />
2626
</group>
2727
<group targetFramework=".NETStandard2.1">
28-
<dependency id="Magick.NET.Core" version="12.0.1" />
28+
<dependency id="Magick.NET.Core" version="12.1.0" />
2929
<dependency id="System.Drawing.Common" version="6.0.0" />
3030
</group>
3131
</dependencies>

publish/Magick.NET.SystemWindowsMedia.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>Magick.NET.SystemWindowsMedia</id>
5-
<version>6.0.1</version>
5+
<version>6.1.0</version>
66
<title>Magick.NET.SystemWindowsMedia</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -13,15 +13,15 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<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>
1515
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
16-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.0.1</releaseNotes>
16+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.1.0</releaseNotes>
1717
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
1818
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
1919
<dependencies>
2020
<group targetFramework=".NETFramework4.6.2">
21-
<dependency id="Magick.NET.Core" version="12.0.1" />
21+
<dependency id="Magick.NET.Core" version="12.1.0" />
2222
</group>
2323
<group targetFramework=".NETCoreApp3.1">
24-
<dependency id="Magick.NET.Core" version="12.0.1" />
24+
<dependency id="Magick.NET.Core" version="12.1.0" />
2525
</group>
2626
</dependencies>
2727
<frameworkReferences>

publish/Magick.NET.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id />
5-
<version>12.0.1</version>
5+
<version>12.1.0</version>
66
<title />
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -13,15 +13,15 @@
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<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>
1515
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
16-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.0.1</releaseNotes>
16+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.1.0</releaseNotes>
1717
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
1818
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
1919
<dependencies>
2020
<group targetFramework=".NETStandard2.0">
21-
<dependency id="Magick.NET.Core" version="12.0.1" />
21+
<dependency id="Magick.NET.Core" version="12.1.0" />
2222
</group>
2323
<group targetFramework=".NETStandard2.1">
24-
<dependency id="Magick.NET.Core" version="12.0.1" />
24+
<dependency id="Magick.NET.Core" version="12.1.0" />
2525
</group>
2626
</dependencies>
2727
</metadata>

publish/update.version.cmd

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

3-
powershell .\update.version.ps1 -library "Magick.NET" -version "12.0.1"
4-
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "12.0.1"
5-
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "6.0.1"
6-
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "6.0.1"
3+
powershell .\update.version.ps1 -library "Magick.NET" -version "12.1.0"
4+
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "12.1.0"
5+
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "6.1.0"
6+
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "6.1.0"
77
powershell .\update.version.ps1

src/Magick.NET.Core/Magick.NET.Core.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard21;netstandard20</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
5-
<AssemblyVersion>12.0.0</AssemblyVersion>
6-
<FileVersion>12.0.1</FileVersion>
7-
<Version>12.0.1</Version>
5+
<AssemblyVersion>12.1.0</AssemblyVersion>
6+
<FileVersion>12.1.0</FileVersion>
7+
<Version>12.1.0</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard21;netstandard20;net462</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
5-
<AssemblyVersion>6.0.0</AssemblyVersion>
6-
<FileVersion>6.0.1</FileVersion>
7-
<Version>6.0.1</Version>
5+
<AssemblyVersion>6.1.0</AssemblyVersion>
6+
<FileVersion>6.1.0</FileVersion>
7+
<Version>6.1.0</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

src/Magick.NET.SystemWindowsMedia/Magick.NET.SystemWindowsMedia.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
5-
<AssemblyVersion>6.0.0</AssemblyVersion>
6-
<FileVersion>6.0.1</FileVersion>
7-
<Version>6.0.1</Version>
5+
<AssemblyVersion>6.1.0</AssemblyVersion>
6+
<FileVersion>6.1.0</FileVersion>
7+
<Version>6.1.0</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
<UseWPF>true</UseWPF>
1010
</PropertyGroup>

src/Magick.NET/Magick.NET.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard21;netstandard20</TargetFrameworks>
44
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
5-
<AssemblyVersion>12.0.0</AssemblyVersion>
6-
<FileVersion>12.0.1</FileVersion>
7-
<Version>12.0.1</Version>
5+
<AssemblyVersion>12.1.0</AssemblyVersion>
6+
<FileVersion>12.1.0</FileVersion>
7+
<Version>12.1.0</Version>
88
<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>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)