Skip to content

Commit

Permalink
Published Magick.NET 7.14.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 22, 2019
1 parent 486ef01 commit 9fdc1f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.4.0"
powershell .\update.version.ps1 -version "7.14.5.0"
8 changes: 4 additions & 4 deletions src/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.14.4.0</AssemblyVersion>
<FileVersion>7.14.4.0</FileVersion>
<Version>7.14.4.0</Version>
<AssemblyVersion>7.14.5.0</AssemblyVersion>
<FileVersion>7.14.5.0</FileVersion>
<Version>7.14.5.0</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2019 Dirk Lemstra</Copyright>
<Platforms>x86;x64;AnyCPU</Platforms>
Expand Down
8 changes: 4 additions & 4 deletions src/Magick.NET/Magick.NET.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard13;netstandard20</TargetFrameworks>
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>7.14.4.0</AssemblyVersion>
<FileVersion>7.14.4.0</FileVersion>
<Version>7.14.4.0</Version>
<AssemblyVersion>7.14.5.0</AssemblyVersion>
<FileVersion>7.14.5.0</FileVersion>
<Version>7.14.5.0</Version>
<Authors>Dirk Lemstra</Authors>
<Copyright>Copyright 2013-2019 Dirk Lemstra</Copyright>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 9fdc1f0

Please sign in to comment.