Browse Source

update assembly info. to 0.7.1.

master
Craig Oates 5 years ago
parent
commit
50a46b9e4e
  1. 6
      DeathSocket/DeathSocket.fsproj
  2. 4
      TestCentre/AssemblyInfo.fs

6
DeathSocket/DeathSocket.fsproj

@ -15,10 +15,10 @@
<RepositoryUrl>https://github.com/CraigOates/Death-Socket/tree/master</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>deathsocket craig oates image overlay f#</PackageTags>
<PackageReleaseNotes>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.</PackageReleaseNotes>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<PackageReleaseNotes>This release fixes the pen thickness scaling bugs in 0.7.</PackageReleaseNotes>
<AssemblyVersion>0.7.1.0</AssemblyVersion>
<PackageIconUrl>https://github.com/CraigOates/Death-Socket/blob/master/.github/Images/death-socket-logo.png</PackageIconUrl>
<FileVersion>0.7.0.0</FileVersion>
<FileVersion>0.7.1.0</FileVersion>
</PropertyGroup>
<ItemGroup>

4
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:
// [<assembly: AssemblyVersion("1.0.*")>]
[<assembly: AssemblyVersion("0.7.0.0")>]
[<assembly: AssemblyFileVersion("0.7.0.0")>]
[<assembly: AssemblyVersion("0.7.1.0")>]
[<assembly: AssemblyFileVersion("0.7.1.0")>]
do
()
Loading…
Cancel
Save