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