Skip to content

Commit 70e010e

Browse files
author
Dirk Lemstra
committedOct 30, 2017
Published Magick.NET 7.0.7.900.
1 parent feb1aa6 commit 70e010e

File tree

15 files changed

+5
-5
lines changed

15 files changed

+5
-5
lines changed
 

‎Publish/Publish.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@echo off
22
call "..\Tools\VsDevCmd.cmd"
3-
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "7.0.7.700"
3+
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "7.0.7.900"
44
pause
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎Source/Magick.NET.Web/Magick.NET.Web.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>..\..\Magick.NET.snk</AssemblyOriginatorKeyFile>
77
<AssemblyVersion>7.0.0.0</AssemblyVersion>
8-
<FileVersion>7.0.7.700</FileVersion>
9-
<Version>7.0.7.700</Version>
8+
<FileVersion>7.0.7.900</FileVersion>
9+
<Version>7.0.7.900</Version>
1010
<Authors>Dirk Lemstra</Authors>
1111
<Copyright>Copyright 2013-2017 Dirk Lemstra</Copyright>
1212
<Platforms>x86;x64;AnyCPU</Platforms>

‎Source/Magick.NET/Magick.NET.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<AssemblyVersion>7.0.0.0</AssemblyVersion>
7-
<FileVersion>7.0.7.700</FileVersion>
8-
<Version>7.0.7.700</Version>
7+
<FileVersion>7.0.7.900</FileVersion>
8+
<Version>7.0.7.900</Version>
99
<Authors>Dirk Lemstra</Authors>
1010
<Copyright>Copyright 2013-2017 Dirk Lemstra</Copyright>
1111
<DebugType Condition="$(CodeCov) == 'true'">full</DebugType>

0 commit comments

Comments
 (0)
Please sign in to comment.