Browse Source

update assembly info. to 0.7

master
Craig Oates 5 years ago
parent
commit
f10a22945e
  1. 7
      DeathSocket/DeathSocket.fsproj

7
DeathSocket/DeathSocket.fsproj

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.6-alpha</Version>
<Version>0.7-alpha</Version>
<Authors>Craig Oates</Authors>
<Product>Death Socket</Product>
<Description>A .Net Standard library which you can plug into to project and draw gridded overlays onto you images. Please note, Death Socket uses System.Drawing brushes and not System.Media brushes. For futher information, visit the projects repository on GitHub. To get a sense of what Death Socket can do, there is a console program you can download seperately (on GitHub).</Description>
@ -15,9 +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 deprecated the "applyGrid" functions and refactored them into one single function.</PackageReleaseNotes>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<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>
<PackageIconUrl>https://github.com/CraigOates/Death-Socket/blob/master/.github/Images/death-socket-logo.png</PackageIconUrl>
<FileVersion>0.7.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save