Skip to content

Commit 593c847

Browse files
committed
Published Magick.NET 13.1.3
1 parent b22c8dd commit 593c847

9 files changed

+27
-27
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>13.1.2</version>
5+
<version>13.1.3</version>
66
<title>Magick.NET.Core</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -14,7 +14,7 @@
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>
1616
<readme>docs\Readme.md</readme>
17-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.2</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.3</releaseNotes>
1818
<copyright>Copyright 2013-2023 Dirk Lemstra</copyright>
1919
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
2020
<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>7.0.4</version>
5+
<version>7.0.5</version>
66
<title>Magick.NET.SystemDrawing</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -14,19 +14,19 @@
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>
1616
<readme>docs\Readme.md</readme>
17-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.2</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.3</releaseNotes>
1818
<copyright>Copyright 2013-2023 Dirk Lemstra</copyright>
1919
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
2020
<dependencies>
2121
<group targetFramework=".NETFramework4.6.2">
22-
<dependency id="Magick.NET.Core" version="13.1.2" />
22+
<dependency id="Magick.NET.Core" version="13.1.3" />
2323
</group>
2424
<group targetFramework=".NETStandard2.0">
25-
<dependency id="Magick.NET.Core" version="13.1.2" />
25+
<dependency id="Magick.NET.Core" version="13.1.3" />
2626
<dependency id="System.Drawing.Common" version="6.0.0" />
2727
</group>
2828
<group targetFramework=".NETStandard2.1">
29-
<dependency id="Magick.NET.Core" version="13.1.2" />
29+
<dependency id="Magick.NET.Core" version="13.1.3" />
3030
<dependency id="System.Drawing.Common" version="6.0.0" />
3131
</group>
3232
</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>7.0.4</version>
5+
<version>7.0.5</version>
66
<title>Magick.NET.SystemWindowsMedia</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -14,15 +14,15 @@
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>
1616
<readme>docs\Readme.md</readme>
17-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.2</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.3</releaseNotes>
1818
<copyright>Copyright 2013-2023 Dirk Lemstra</copyright>
1919
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
2020
<dependencies>
2121
<group targetFramework=".NETFramework4.6.2">
22-
<dependency id="Magick.NET.Core" version="13.1.2" />
22+
<dependency id="Magick.NET.Core" version="13.1.3" />
2323
</group>
2424
<group targetFramework=".NETCoreApp3.1">
25-
<dependency id="Magick.NET.Core" version="13.1.2" />
25+
<dependency id="Magick.NET.Core" version="13.1.3" />
2626
</group>
2727
</dependencies>
2828
<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>13.1.2</version>
5+
<version>13.1.3</version>
66
<title />
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -14,15 +14,15 @@
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>
1616
<readme>docs\Readme.md</readme>
17-
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.2</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/13.1.3</releaseNotes>
1818
<copyright>Copyright 2013-2023 Dirk Lemstra</copyright>
1919
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
2020
<dependencies>
2121
<group targetFramework=".NETStandard2.0">
22-
<dependency id="Magick.NET.Core" version="13.1.2" />
22+
<dependency id="Magick.NET.Core" version="13.1.3" />
2323
</group>
2424
<group targetFramework=".NETStandard2.1">
25-
<dependency id="Magick.NET.Core" version="13.1.2" />
25+
<dependency id="Magick.NET.Core" version="13.1.3" />
2626
</group>
2727
</dependencies>
2828
</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 "13.1.2"
4-
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "13.1.2"
5-
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "7.0.4"
6-
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "7.0.4"
3+
powershell .\update.version.ps1 -library "Magick.NET" -version "13.1.3"
4+
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "13.1.3"
5+
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "7.0.5"
6+
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "7.0.5"
77
powershell .\update.version.ps1

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>netstandard21;netstandard20</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
55
<AssemblyVersion>13.1.0</AssemblyVersion>
6-
<FileVersion>13.1.2</FileVersion>
7-
<Version>13.1.2</Version>
6+
<FileVersion>13.1.3</FileVersion>
7+
<Version>13.1.3</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>netstandard21;netstandard20;net462</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
55
<AssemblyVersion>7.0.0</AssemblyVersion>
6-
<FileVersion>7.0.4</FileVersion>
7-
<Version>7.0.4</Version>
6+
<FileVersion>7.0.5</FileVersion>
7+
<Version>7.0.5</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>netcoreapp3.1;net462</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
55
<AssemblyVersion>7.0.0</AssemblyVersion>
6-
<FileVersion>7.0.4</FileVersion>
7-
<Version>7.0.4</Version>
6+
<FileVersion>7.0.5</FileVersion>
7+
<Version>7.0.5</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
<UseWPF>true</UseWPF>
1010
</PropertyGroup>

src/Magick.NET/Magick.NET.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>netstandard21;netstandard20</TargetFrameworks>
44
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
55
<AssemblyVersion>13.1.0</AssemblyVersion>
6-
<FileVersion>13.1.2</FileVersion>
7-
<Version>13.1.2</Version>
6+
<FileVersion>13.1.3</FileVersion>
7+
<Version>13.1.3</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)