Skip to content

Commit

Permalink
Published Magick.NET 14.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 3, 2025
1 parent cb4c521 commit 37cd51b
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Magick.NET.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputPath>bin/$(Configuration)/$(Platform)/</OutputPath>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2024 Dirk Lemstra</Copyright>
<Copyright>Copyright 2013-2025 Dirk Lemstra</Copyright>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions publish/Magick.NET.AvaloniaMediaImaging.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.AvaloniaMediaImaging</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>Magick.NET.AvaloniaMediaImaging</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -14,12 +14,12 @@
<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>
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
<readme>docs\Readme.md</readme>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.3.0</releaseNotes>
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
<dependency id="Avalonia" version="11.2.0" />
</group>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions publish/Magick.NET.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.Core</id>
<version>14.3.0</version>
<version>14.4.0</version>
<title>Magick.NET.Core</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -14,8 +14,8 @@
<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>
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
<readme>docs\Readme.md</readme>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.3.0</releaseNotes>
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETStandard2.0" />
Expand Down
14 changes: 7 additions & 7 deletions publish/Magick.NET.SystemDrawing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.SystemDrawing</id>
<version>8.0.3</version>
<version>8.0.4</version>
<title>Magick.NET.SystemDrawing</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -14,19 +14,19 @@
<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>
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
<readme>docs\Readme.md</readme>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.3.0</releaseNotes>
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
<dependency id="System.Drawing.Common" version="8.0.11" />
</group>
<group targetFramework="net8.0">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
<dependency id="System.Drawing.Common" version="8.0.11" />
</group>
</dependencies>
Expand All @@ -39,4 +39,4 @@
<file src="..\src\Magick.NET\Copyright.txt" target="Copyright.txt" />
<file src="Readme.md" target="docs\Readme.md" />
</files>
</package>
</package>
10 changes: 5 additions & 5 deletions publish/Magick.NET.SystemWindowsMedia.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.SystemWindowsMedia</id>
<version>8.0.3</version>
<version>8.0.4</version>
<title>Magick.NET.SystemWindowsMedia</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -14,15 +14,15 @@
<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>
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
<readme>docs\Readme.md</readme>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.3.0</releaseNotes>
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
</group>
<group targetFramework="net8.0">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
</group>
</dependencies>
<frameworkReferences>
Expand Down
10 changes: 5 additions & 5 deletions publish/Magick.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id />
<version>14.3.0</version>
<version>14.4.0</version>
<title />
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -14,15 +14,15 @@
<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>
<summary>A .NET API to the ImageMagick image-processing library for Desktop and Web.</summary>
<readme>docs\Readme.md</readme>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.3.0</releaseNotes>
<copyright>Copyright 2013-2024 Dirk Lemstra</copyright>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/14.4.0</releaseNotes>
<copyright>Copyright 2013-2025 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
</group>
<group targetFramework="net8.0">
<dependency id="Magick.NET.Core" version="14.3.0" />
<dependency id="Magick.NET.Core" version="14.4.0" />
</group>
</dependencies>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions publish/update.version.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off

powershell .\update.version.ps1 -library "Magick.NET" -version "14.3.0"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.3.0"
powershell .\update.version.ps1 -library "Magick.NET.AvaloniaMediaImaging" -version "1.0.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.3"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.3"
powershell .\update.version.ps1 -library "Magick.NET" -version "14.4.0"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "14.4.0"
powershell .\update.version.ps1 -library "Magick.NET.AvaloniaMediaImaging" -version "1.0.1"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "8.0.4"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "8.0.4"
powershell .\update.version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFrameworks>net8.0</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Version>1.0.0</Version>
<FileVersion>1.0.1</FileVersion>
<Version>1.0.1</Version>
<Configurations>Debug;Test;Release</Configurations>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Magick.NET.Core/Magick.NET.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net8.0;netstandard20</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>14.3.0</AssemblyVersion>
<FileVersion>14.3.0</FileVersion>
<Version>14.3.0</Version>
<AssemblyVersion>14.4.0</AssemblyVersion>
<FileVersion>14.4.0</FileVersion>
<Version>14.4.0</Version>
<Configurations>Debug;Test;Release</Configurations>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>8.0.0</AssemblyVersion>
<FileVersion>8.0.3</FileVersion>
<Version>8.0.3</Version>
<FileVersion>8.0.4</FileVersion>
<Version>8.0.4</Version>
<Configurations>Debug;Test;Release</Configurations>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>8.0.0</AssemblyVersion>
<FileVersion>8.0.3</FileVersion>
<Version>8.0.3</Version>
<FileVersion>8.0.4</FileVersion>
<Version>8.0.4</Version>
<Configurations>Debug;Test;Release</Configurations>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Magick.NET/Magick.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net8.0;netstandard20</TargetFrameworks>
<Platforms>x86;x64;arm64;AnyCPU</Platforms>
<AssemblyVersion>14.3.0</AssemblyVersion>
<FileVersion>14.3.0</FileVersion>
<Version>14.3.0</Version>
<AssemblyVersion>14.4.0</AssemblyVersion>
<FileVersion>14.4.0</FileVersion>
<Version>14.4.0</Version>
<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>
</PropertyGroup>

Expand Down

0 comments on commit 37cd51b

Please sign in to comment.