Skip to content

Commit 9c81263

Browse files
author
Dirk Lemstra
committed
Published Magick.NET 7.1.0.0.
1 parent d803a98 commit 9c81263

File tree

15 files changed

+7
-7
lines changed

15 files changed

+7
-7
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.900"
3+
powershell -ExecutionPolicy Unrestricted ..\Tools\Scripts\Publish.ps1 "7.1.0.0"
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
55
<SignAssembly>true</SignAssembly>
66
<AssemblyOriginatorKeyFile>..\..\Magick.NET.snk</AssemblyOriginatorKeyFile>
7-
<AssemblyVersion>7.0.0.0</AssemblyVersion>
8-
<FileVersion>7.0.7.900</FileVersion>
9-
<Version>7.0.7.900</Version>
7+
<AssemblyVersion>7.1.0.0</AssemblyVersion>
8+
<FileVersion>7.1.0.0</FileVersion>
9+
<Version>7.1.0.0</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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<TargetFrameworks>net20;net40;netstandard13</TargetFrameworks>
44
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6-
<AssemblyVersion>7.0.0.0</AssemblyVersion>
7-
<FileVersion>7.0.7.900</FileVersion>
8-
<Version>7.0.7.900</Version>
6+
<AssemblyVersion>7.1.0.0</AssemblyVersion>
7+
<FileVersion>7.1.0.0</FileVersion>
8+
<Version>7.1.0.0</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)