Skip to content

Commit

Permalink
Published Magick.NET 7.23.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Apr 18, 2021
1 parent f181fd3 commit 7c8c979
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions publish/Magick.NET.Core.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.Core</id>
<version>6.1.3.0</version>
<version>6.2.0.0</version>
<title>Magick.NET.Core</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.3.0</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.4.0</releaseNotes>
<copyright>Copyright 2013-2021 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions publish/Magick.NET.SystemDrawing.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.SystemDrawing</id>
<version>2.0.14.0</version>
<version>2.0.15.0</version>
<title>Magick.NET.SystemDrawing</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -13,18 +13,18 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.3.0</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.4.0</releaseNotes>
<copyright>Copyright 2013-2021 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETFramework2.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
<dependency id="System.Drawing.Common" version="4.7.0" />
</group>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions publish/Magick.NET.SystemWindowsMedia.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Magick.NET.SystemWindowsMedia</id>
<version>3.0.8.0</version>
<version>3.0.9.0</version>
<title>Magick.NET.SystemWindowsMedia</title>
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -13,15 +13,15 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.3.0</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.4.0</releaseNotes>
<copyright>Copyright 2013-2021 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
</dependencies>
<frameworkReferences>
Expand Down
10 changes: 5 additions & 5 deletions publish/Magick.NET.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id />
<version>7.23.3.0</version>
<version>7.23.4.0</version>
<title />
<authors>Dirk Lemstra</authors>
<owners>Dirk Lemstra</owners>
Expand All @@ -13,18 +13,18 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<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>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.3.0</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.23.4.0</releaseNotes>
<copyright>Copyright 2013-2021 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
<group targetFramework=".NETFramework2.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
<group targetFramework=".NETFramework4.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Magick.NET.Core" version="6.1.3.0" />
<dependency id="Magick.NET.Core" version="6.2.0.0" />
</group>
</dependencies>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions publish/update.version.cmd
@@ -1,7 +1,7 @@
@echo off

powershell .\update.version.ps1 -library "Magick.NET" -version "7.23.3.0"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "6.1.3.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "2.0.14.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "3.0.8.0"
powershell .\update.version.ps1 -library "Magick.NET" -version "7.23.4.0"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "6.2.0.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "2.0.15.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "3.0.9.0"
powershell .\update.version.ps1
8 changes: 4 additions & 4 deletions src/Magick.NET.Core/Magick.NET.Core.csproj
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard20</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>6.1.3.0</AssemblyVersion>
<FileVersion>6.1.3.0</FileVersion>
<Version>6.1.3.0</Version>
<AssemblyVersion>6.2.0.0</AssemblyVersion>
<FileVersion>6.2.0.0</FileVersion>
<Version>6.2.0.0</Version>
<Configurations>Debug;Test;Release</Configurations>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/Magick.NET.SystemDrawing/Magick.NET.SystemDrawing.csproj
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard20</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>2.0.14.0</AssemblyVersion>
<FileVersion>2.0.14.0</FileVersion>
<Version>2.0.14.0</Version>
<AssemblyVersion>2.0.15.0</AssemblyVersion>
<FileVersion>2.0.15.0</FileVersion>
<Version>2.0.15.0</Version>
<Configurations>Debug;Test;Release</Configurations>
</PropertyGroup>

Expand Down
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net40;netcoreapp3.1</TargetFrameworks>
<Platforms>AnyCPU</Platforms>
<AssemblyVersion>3.0.8.0</AssemblyVersion>
<FileVersion>3.0.8.0</FileVersion>
<Version>3.0.8.0</Version>
<AssemblyVersion>3.0.9.0</AssemblyVersion>
<FileVersion>3.0.9.0</FileVersion>
<Version>3.0.9.0</Version>
<Configurations>Debug;Test;Release</Configurations>
<UseWPF>true</UseWPF>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Magick.NET/Magick.NET.csproj
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard20</TargetFrameworks>
<Platforms>x86;x64;AnyCPU</Platforms>
<AssemblyVersion>7.23.3.0</AssemblyVersion>
<FileVersion>7.23.3.0</FileVersion>
<Version>7.23.3.0</Version>
<AssemblyVersion>7.23.4.0</AssemblyVersion>
<FileVersion>7.23.4.0</FileVersion>
<Version>7.23.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 7c8c979

Please sign in to comment.