Skip to content

Commit

Permalink
Published Magick.NET 7.18.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 1, 2020
1 parent 019bfd5 commit d569388
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion publish/Magick.NET.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/master/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.17.0.1</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.0</releaseNotes>
<copyright>Copyright 2013-2020 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion publish/Magick.NET.SystemDrawing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/master/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.17.0.1</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.0</releaseNotes>
<copyright>Copyright 2013-2020 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion publish/Magick.NET.SystemWindowsMedia.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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/master/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.17.0.1</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.0</releaseNotes>
<copyright>Copyright 2013-2020 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 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>7.17.0.1</version>
<version>7.18.0.0</version>
<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/master/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.17.0.1</releaseNotes>
<releaseNotes>https://github.com/dlemstra/Magick.NET/releases/tag/7.18.0.0</releaseNotes>
<copyright>Copyright 2013-2020 Dirk Lemstra</copyright>
<tags>ImageMagick Magick.NET Image Convert Resize Draw Effects</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions publish/update.version.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

powershell .\update.version.ps1 -library "Magick.NET" -version "7.17.0.1"
powershell .\update.version.ps1 -library "Magick.NET" -version "7.18.0.0"
powershell .\update.version.ps1 -library "Magick.NET.Core" -version "1.0.0.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemDrawing" -version "1.0.0.0"
powershell .\update.version.ps1 -library "Magick.NET.SystemWindowsMedia" -version "1.0.0.0"
powershell .\update.version.ps1
powershell .\update.version.ps1
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>net20;net40;netstandard13;netstandard20</TargetFrameworks>
<Platforms>x86;x64;AnyCPU</Platforms>
<AssemblyVersion>7.17.0.0</AssemblyVersion>
<FileVersion>7.17.0.1</FileVersion>
<Version>7.17.0.1</Version>
<AssemblyVersion>7.18.0.0</AssemblyVersion>
<FileVersion>7.18.0.0</FileVersion>
<Version>7.18.0.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 d569388

Please sign in to comment.