From 50a46b9e4e920b83a85d697d98b30d247b625c5d Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 31 Dec 2018 16:44:33 +0000 Subject: [PATCH] update assembly info. to 0.7.1. --- DeathSocket/DeathSocket.fsproj | 6 +++--- TestCentre/AssemblyInfo.fs | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DeathSocket/DeathSocket.fsproj b/DeathSocket/DeathSocket.fsproj index 02ea7ad..c1078c2 100644 --- a/DeathSocket/DeathSocket.fsproj +++ b/DeathSocket/DeathSocket.fsproj @@ -15,10 +15,10 @@ https://github.com/CraigOates/Death-Socket/tree/master Git deathsocket craig oates image overlay f# - This release adds ability to create an SKData buffer, scale the line thickness of the pen when drawing lines (mostly with System.Drawing) and determine an images dimensions. Functions marked as obsolete (0.6 and below) have been removed, also. - 0.7.0.0 + This release fixes the pen thickness scaling bugs in 0.7. + 0.7.1.0 https://github.com/CraigOates/Death-Socket/blob/master/.github/Images/death-socket-logo.png - 0.7.0.0 + 0.7.1.0 diff --git a/TestCentre/AssemblyInfo.fs b/TestCentre/AssemblyInfo.fs index d206d61..d033100 100644 --- a/TestCentre/AssemblyInfo.fs +++ b/TestCentre/AssemblyInfo.fs @@ -34,8 +34,8 @@ open System.Runtime.InteropServices // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [] -[] -[] +[] +[] do () \ No newline at end of file