Skip to content

Commit

Permalink
Published Magick.NET 7.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lemstra committed Jun 13, 2017
1 parent d52d6c3 commit 203e39d
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Documentation/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ this you will need to add the folder that contains the executable to your %PATH%
## .NET Standard

Starting with version 7.0.0.0102 support for .NET Standard 1.3 was added. This currently only works on Windows. This used to be a separate
NuGet package but starting with 7.X.X.X this became part of the normal NuGet package.
NuGet package but starting with 7.0.6.0 this became part of the normal NuGet package.

## ImageMagick 7

Expand Down
2 changes: 1 addition & 1 deletion Publish/Publish.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off
call "..\Tools\VsDevCmd.cmd"
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "7.0.5.900"
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "7.0.6.0"
pause
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/DebugQ16-HDRI/x64/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/DebugQ16/Win32/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/DebugQ16/x64/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/DebugQ8/Win32/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/DebugQ8/x64/Magick.NET.rc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/ReleaseQ16/Win32/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/ReleaseQ16/x64/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/ReleaseQ8/Win32/Magick.NET.rc
Binary file not shown.
Binary file modified Source/Magick.NET.Native/Resources/ReleaseQ8/x64/Magick.NET.rc
Binary file not shown.
6 changes: 3 additions & 3 deletions Source/Magick.NET.Web/Magick.NET.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net40</TargetFrameworks>
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Magick.NET.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.5.900</FileVersion>
<Version>7.0.5.900</Version>
<FileVersion>7.0.6.0</FileVersion>
<Version>7.0.6.0</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2017 Dirk Lemstra</Copyright>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions Source/Magick.NET/Magick.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard13</TargetFrameworks>
<DebugType Condition="$(CodeCov) == 'true'">full</DebugType>
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<FileVersion>7.0.5.900</FileVersion>
<Version>7.0.5.900</Version>
<FileVersion>7.0.6.0</FileVersion>
<Version>7.0.6.0</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2017 Dirk Lemstra</Copyright>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion Tools/Scripts/Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ UpdateResourceFiles $builds $version
CreatePreProcessedFiles
PreparePublish $builds
GzipAssemblies
CreateAnyCPUProjectFiles
PreparePublish $anyCPUbuilds
Publish $builds
Publish $anyCPUbuilds
Expand Down

0 comments on commit 203e39d

Please sign in to comment.