Skip to content

Commit 37cd51b

Browse files
committed
Published Magick.NET 14.4.0
1 parent cb4c521 commit 37cd51b

12 files changed

+42
-42
lines changed

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-2024 Dirk Lemstra</Copyright>
5+
<Copyright>Copyright 2013-2025 Dirk Lemstra</Copyright>
66
<LangVersion>preview</LangVersion>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

publish/Magick.NET.AvaloniaMediaImaging.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.AvaloniaMediaImaging</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<title>Magick.NET.AvaloniaMediaImaging</title>
77
<authors>Dirk Lemstra</authors>
88
<owners>Dirk Lemstra</owners>
@@ -14,12 +14,12 @@
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/14.3.0</releaseNotes>
18-
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
18+
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
1919
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
2020
<dependencies>
2121
<group targetFramework="net8.0">
22-
<dependency id="Magick.NET.Core" version="14.3.0" />
22+
<dependency id="Magick.NET.Core" version="14.4.0" />
2323
<dependency id="Avalonia" version="11.2.0" />
2424
</group>
2525
</dependencies>

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>14.3.0</version>
5+
<version>14.4.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/14.3.0</releaseNotes>
18-
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
18+
<copyright>Copyright 2013-2025 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

+7-7
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>8.0.3</version>
5+
<version>8.0.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/14.3.0</releaseNotes>
18-
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
18+
<copyright>Copyright 2013-2025 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="14.3.0" />
22+
<dependency id="Magick.NET.Core" version="14.4.0" />
2323
</group>
2424
<group targetFramework=".NETStandard2.0">
25-
<dependency id="Magick.NET.Core" version="14.3.0" />
25+
<dependency id="Magick.NET.Core" version="14.4.0" />
2626
<dependency id="System.Drawing.Common" version="8.0.11" />
2727
</group>
2828
<group targetFramework="net8.0">
29-
<dependency id="Magick.NET.Core" version="14.3.0" />
29+
<dependency id="Magick.NET.Core" version="14.4.0" />
3030
<dependency id="System.Drawing.Common" version="8.0.11" />
3131
</group>
3232
</dependencies>
@@ -39,4 +39,4 @@
3939
<file src="..\src\Magick.NET\Copyright.txt" target="Copyright.txt" />
4040
<file src="Readme.md" target="docs\Readme.md" />
4141
</files>
42-
</package>
42+
</package>

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>8.0.3</version>
5+
<version>8.0.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/14.3.0</releaseNotes>
18-
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
18+
<copyright>Copyright 2013-2025 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="14.3.0" />
22+
<dependency id="Magick.NET.Core" version="14.4.0" />
2323
</group>
2424
<group targetFramework="net8.0">
25-
<dependency id="Magick.NET.Core" version="14.3.0" />
25+
<dependency id="Magick.NET.Core" version="14.4.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>14.3.0</version>
5+
<version>14.4.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/14.3.0</releaseNotes>
18-
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
18+
<copyright>Copyright 2013-2025 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="14.3.0" />
22+
<dependency id="Magick.NET.Core" version="14.4.0" />
2323
</group>
2424
<group targetFramework="net8.0">
25-
<dependency id="Magick.NET.Core" version="14.3.0" />
25+
<dependency id="Magick.NET.Core" version="14.4.0" />
2626
</group>
2727
</dependencies>
2828
</metadata>

publish/update.version.cmd

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@echo off
22

3-
powershell .\update.version.ps1 -library "Magick.NET" -version "14.3.0"
4-
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.3.0"
5-
powershell .\update.version.ps1 -library "Magick.NET.AvaloniaMediaImaging" -version "1.0.0"
6-
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.3"
7-
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.3"
3+
powershell .\update.version.ps1 -library "Magick.NET" -version "14.4.0"
4+
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.4.0"
5+
powershell .\update.version.ps1 -library "Magick.NET.AvaloniaMediaImaging" -version "1.0.1"
6+
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.4"
7+
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.4"
88
powershell .\update.version.ps1

src/Magick.NET.AvaloniaMediaImaging/Magick.NET.AvaloniaMediaImaging.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<TargetFrameworks>net8.0</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
55
<AssemblyVersion>1.0.0</AssemblyVersion>
6-
<FileVersion>1.0.0</FileVersion>
7-
<Version>1.0.0</Version>
6+
<FileVersion>1.0.1</FileVersion>
7+
<Version>1.0.1</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

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>net8.0;netstandard20</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
5-
<AssemblyVersion>14.3.0</AssemblyVersion>
6-
<FileVersion>14.3.0</FileVersion>
7-
<Version>14.3.0</Version>
5+
<AssemblyVersion>14.4.0</AssemblyVersion>
6+
<FileVersion>14.4.0</FileVersion>
7+
<Version>14.4.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
@@ -4,8 +4,8 @@
44
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
55
<Platforms>AnyCPU</Platforms>
66
<AssemblyVersion>8.0.0</AssemblyVersion>
7-
<FileVersion>8.0.3</FileVersion>
8-
<Version>8.0.3</Version>
7+
<FileVersion>8.0.4</FileVersion>
8+
<Version>8.0.4</Version>
99
<Configurations>Debug;Test;Release</Configurations>
1010
</PropertyGroup>
1111

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
55
<Platforms>AnyCPU</Platforms>
66
<AssemblyVersion>8.0.0</AssemblyVersion>
7-
<FileVersion>8.0.3</FileVersion>
8-
<Version>8.0.3</Version>
7+
<FileVersion>8.0.4</FileVersion>
8+
<Version>8.0.4</Version>
99
<Configurations>Debug;Test;Release</Configurations>
1010
<UseWPF>true</UseWPF>
1111
</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>net8.0;netstandard20</TargetFrameworks>
44
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
5-
<AssemblyVersion>14.3.0</AssemblyVersion>
6-
<FileVersion>14.3.0</FileVersion>
7-
<Version>14.3.0</Version>
5+
<AssemblyVersion>14.4.0</AssemblyVersion>
6+
<FileVersion>14.4.0</FileVersion>
7+
<Version>14.4.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)