Skip to content

Commit fbce52e

Browse files
committed
Published Magick.NET 12.3.0
1 parent 7f02924 commit fbce52e

10 files changed

+34
-34
lines changed

publish/Magick.NET.Core.nuspec

+3-3
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.2.2</version>
5+
<version>12.3.0</version>
66
<title>Magick.NET.Core</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -14,8 +14,8 @@
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/12.2.2</releaseNotes>
18-
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.3.0</releaseNotes>
18+
<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" />

publish/Magick.NET.SystemDrawing.nuspec

+6-6
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.1.3</version>
5+
<version>6.1.4</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/12.2.2</releaseNotes>
18-
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.3.0</releaseNotes>
18+
<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="12.2.2" />
22+
<dependency id="Magick.NET.Core" version="12.3.0" />
2323
</group>
2424
<group targetFramework=".NETStandard2.0">
25-
<dependency id="Magick.NET.Core" version="12.2.2" />
25+
<dependency id="Magick.NET.Core" version="12.3.0" />
2626
<dependency id="System.Drawing.Common" version="6.0.0" />
2727
</group>
2828
<group targetFramework=".NETStandard2.1">
29-
<dependency id="Magick.NET.Core" version="12.2.2" />
29+
<dependency id="Magick.NET.Core" version="12.3.0" />
3030
<dependency id="System.Drawing.Common" version="6.0.0" />
3131
</group>
3232
</dependencies>

publish/Magick.NET.SystemWindowsMedia.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.SystemWindowsMedia</id>
5-
<version>6.1.3</version>
5+
<version>6.1.4</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/12.2.2</releaseNotes>
18-
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.3.0</releaseNotes>
18+
<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="12.2.2" />
22+
<dependency id="Magick.NET.Core" version="12.3.0" />
2323
</group>
2424
<group targetFramework=".NETCoreApp3.1">
25-
<dependency id="Magick.NET.Core" version="12.2.2" />
25+
<dependency id="Magick.NET.Core" version="12.3.0" />
2626
</group>
2727
</dependencies>
2828
<frameworkReferences>

publish/Magick.NET.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 />
5-
<version>12.2.2</version>
5+
<version>12.3.0</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/12.2.2</releaseNotes>
18-
<copyright>Copyright 2013-2022 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/12.3.0</releaseNotes>
18+
<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="12.2.2" />
22+
<dependency id="Magick.NET.Core" version="12.3.0" />
2323
</group>
2424
<group targetFramework=".NETStandard2.1">
25-
<dependency id="Magick.NET.Core" version="12.2.2" />
25+
<dependency id="Magick.NET.Core" version="12.3.0" />
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 "12.2.2"
4-
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "12.2.2"
5-
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "6.1.3"
6-
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "6.1.3"
3+
powershell .\update.version.ps1 -library "Magick.NET" -version "12.3.0"
4+
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "12.3.0"
5+
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "6.1.4"
6+
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "6.1.4"
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.2.0</AssemblyVersion>
6-
<FileVersion>12.2.2</FileVersion>
7-
<Version>12.2.2</Version>
5+
<AssemblyVersion>12.3.0</AssemblyVersion>
6+
<FileVersion>12.3.0</FileVersion>
7+
<Version>12.3.0</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>6.1.0</AssemblyVersion>
6-
<FileVersion>6.1.3</FileVersion>
7-
<Version>6.1.3</Version>
6+
<FileVersion>6.1.4</FileVersion>
7+
<Version>6.1.4</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>6.1.0</AssemblyVersion>
6-
<FileVersion>6.1.3</FileVersion>
7-
<Version>6.1.3</Version>
6+
<FileVersion>6.1.4</FileVersion>
7+
<Version>6.1.4</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
<UseWPF>true</UseWPF>
1010
</PropertyGroup>

src/Magick.NET.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputPath>bin/$(Configuration)/$(Platform)/</OutputPath>
44
<Authors>Dirk Lemstra</Authors>
5-
<Copyright>Copyright 2013-2022 Dirk Lemstra</Copyright>
5+
<Copyright>Copyright 2013-2023 Dirk Lemstra</Copyright>
66
<LangVersion>preview</LangVersion>
77
<RootNamespace>ImageMagick</RootNamespace>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>

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.2.0</AssemblyVersion>
6-
<FileVersion>12.2.2</FileVersion>
7-
<Version>12.2.2</Version>
5+
<AssemblyVersion>12.3.0</AssemblyVersion>
6+
<FileVersion>12.3.0</FileVersion>
7+
<Version>12.3.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)