Skip to content

Commit

Permalink
Published Magick.NET 7.14.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 23, 2019
1 parent 2aba84c commit 2efb3df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion publish/update.version.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

powershell .\update.version.ps1 -version "7.14.0.0"
powershell .\update.version.ps1 -version "7.14.0.1"
4 changes: 2 additions & 2 deletions src/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.14.0.0</AssemblyVersion>
<FileVersion>7.14.0.0</FileVersion>
<Version>7.14.0.0</Version>
<FileVersion>7.14.0.1</FileVersion>
<Version>7.14.0.1</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2019 Dirk Lemstra</Copyright>
<Platforms>x86;x64;AnyCPU</Platforms>
Expand Down
4 changes: 2 additions & 2 deletions src/Magick.NET/Magick.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>7.14.0.0</AssemblyVersion>
<FileVersion>7.14.0.0</FileVersion>
<Version>7.14.0.0</Version>
<FileVersion>7.14.0.1</FileVersion>
<Version>7.14.0.1</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2019 Dirk Lemstra</Copyright>
<RunCodeAnalysis Condition="'$(Configuration)|$(TargetFramework)' == 'ReleaseQ16|net40'">true</RunCodeAnalysis>
Expand Down

0 comments on commit 2efb3df

Please sign in to comment.