Skip to content

Commit

Permalink
Published Magick.NET 7.6.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lemstra committed Aug 21, 2018
1 parent de91b74 commit e5716fe
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 5 deletions.
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.6.0.0"
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "7.6.0.1"
pause
Binary file not shown.
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 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.
4 changes: 2 additions & 2 deletions Source/Magick.NET.Web/Magick.NET.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\Magick.NET.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>7.6.0.0</AssemblyVersion>
<FileVersion>7.6.0.0</FileVersion>
<Version>7.6.0.0</Version>
<FileVersion>7.6.0.1</FileVersion>
<Version>7.6.0.1</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2018 Dirk Lemstra</Copyright>
<Platforms>x86;x64;AnyCPU</Platforms>
Expand Down
5 changes: 3 additions & 2 deletions Source/Magick.NET/Magick.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>7.6.0.0</AssemblyVersion>
<FileVersion>7.6.0.0</FileVersion>
<Version>7.6.0.0</Version>
<FileVersion>7.6.0.1</FileVersion>
<Version>7.6.0.1</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2018 Dirk Lemstra</Copyright>
<RunCodeAnalysis Condition="'$(Configuration)|$(TargetFramework)' == 'ReleaseQ16|net40'">true</RunCodeAnalysis>
<CodeAnalysisCulture>en-US</CodeAnalysisCulture>
<Platforms>x86;x64;AnyCPU</Platforms>
<Configurations>DebugQ8;DebugQ16;DebugQ16-HDRI;ReleaseQ8;ReleaseQ16;ReleaseQ16-HDRI;TestQ8;TestQ16;TestQ16-HDRI</Configurations>
<RootNamespace>ImageMagick</RootNamespace>
Expand Down

0 comments on commit e5716fe

Please sign in to comment.