Skip to content

Commit 0e6c263

Browse files
committed
Published Magick.NET 14.5.0
1 parent c99b9fa commit 0e6c263

11 files changed

+38
-38
lines changed

publish/Magick.NET.AvaloniaMediaImaging.nuspec

Lines changed: 4 additions & 4 deletions
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.1</version>
5+
<version>1.1.0</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.4.0</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.5.0</releaseNotes>
1818
<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.4.0" />
22+
<dependency id="Magick.NET.Core" version="14.5.0" />
2323
<dependency id="Avalonia" version="11.2.4" />
2424
</group>
2525
</dependencies>
@@ -29,4 +29,4 @@
2929
<file src="..\src\Magick.NET\Copyright.txt" target="Copyright.txt" />
3030
<file src="Readme.md" target="docs\Readme.md" />
3131
</files>
32-
</package>
32+
</package>

publish/Magick.NET.Core.nuspec

Lines changed: 2 additions & 2 deletions
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.4.0</version>
5+
<version>14.5.0</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/14.4.0</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.5.0</releaseNotes>
1818
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
1919
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
2020
<dependencies>

publish/Magick.NET.SystemDrawing.nuspec

Lines changed: 5 additions & 5 deletions
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.4</version>
5+
<version>8.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/14.4.0</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.5.0</releaseNotes>
1818
<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.4.0" />
22+
<dependency id="Magick.NET.Core" version="14.5.0" />
2323
</group>
2424
<group targetFramework=".NETStandard2.0">
25-
<dependency id="Magick.NET.Core" version="14.4.0" />
25+
<dependency id="Magick.NET.Core" version="14.5.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.4.0" />
29+
<dependency id="Magick.NET.Core" version="14.5.0" />
3030
<dependency id="System.Drawing.Common" version="8.0.11" />
3131
</group>
3232
</dependencies>

publish/Magick.NET.SystemWindowsMedia.nuspec

Lines changed: 4 additions & 4 deletions
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.4</version>
5+
<version>8.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/14.4.0</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.5.0</releaseNotes>
1818
<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.4.0" />
22+
<dependency id="Magick.NET.Core" version="14.5.0" />
2323
</group>
2424
<group targetFramework="net8.0">
25-
<dependency id="Magick.NET.Core" version="14.4.0" />
25+
<dependency id="Magick.NET.Core" version="14.5.0" />
2626
</group>
2727
</dependencies>
2828
<frameworkReferences>

publish/Magick.NET.nuspec

Lines changed: 4 additions & 4 deletions
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.4.0</version>
5+
<version>14.5.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.4.0</releaseNotes>
17+
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.5.0</releaseNotes>
1818
<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.4.0" />
22+
<dependency id="Magick.NET.Core" version="14.5.0" />
2323
</group>
2424
<group targetFramework="net8.0">
25-
<dependency id="Magick.NET.Core" version="14.4.0" />
25+
<dependency id="Magick.NET.Core" version="14.5.0" />
2626
</group>
2727
</dependencies>
2828
</metadata>

publish/update.version.cmd

Lines changed: 5 additions & 5 deletions
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.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"
3+
powershell .\update.version.ps1 -library "Magick.NET" -version "14.5.0"
4+
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.5.0"
5+
powershell .\update.version.ps1 -library "Magick.NET.AvaloniaMediaImaging" -version "1.1.0"
6+
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.5"
7+
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.5"
88
powershell .\update.version.ps1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<TargetFrameworks>net8.0</TargetFrameworks>
44
<Platforms>AnyCPU</Platforms>
5-
<AssemblyVersion>1.0.0</AssemblyVersion>
6-
<FileVersion>1.0.1</FileVersion>
7-
<Version>1.0.1</Version>
5+
<AssemblyVersion>1.1.0</AssemblyVersion>
6+
<FileVersion>1.1.0</FileVersion>
7+
<Version>1.1.0</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

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

Lines changed: 3 additions & 3 deletions
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.4.0</AssemblyVersion>
6-
<FileVersion>14.4.0</FileVersion>
7-
<Version>14.4.0</Version>
5+
<AssemblyVersion>14.5.0</AssemblyVersion>
6+
<FileVersion>14.5.0</FileVersion>
7+
<Version>14.5.0</Version>
88
<Configurations>Debug;Test;Release</Configurations>
99
</PropertyGroup>
1010

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

Lines changed: 2 additions & 2 deletions
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.4</FileVersion>
8-
<Version>8.0.4</Version>
7+
<FileVersion>8.0.5</FileVersion>
8+
<Version>8.0.5</Version>
99
<Configurations>Debug;Test;Release</Configurations>
1010
</PropertyGroup>
1111

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

Lines changed: 2 additions & 2 deletions
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.4</FileVersion>
8-
<Version>8.0.4</Version>
7+
<FileVersion>8.0.5</FileVersion>
8+
<Version>8.0.5</Version>
99
<Configurations>Debug;Test;Release</Configurations>
1010
<UseWPF>true</UseWPF>
1111
</PropertyGroup>

src/Magick.NET/Magick.NET.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;netstandard20</TargetFrameworks>
44
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
5-
<AssemblyVersion>14.4.0</AssemblyVersion>
6-
<FileVersion>14.4.0</FileVersion>
7-
<Version>14.4.0</Version>
5+
<AssemblyVersion>14.5.0</AssemblyVersion>
6+
<FileVersion>14.5.0</FileVersion>
7+
<Version>14.5.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)