Browse Source

Update assembly info. to 0.6.

master
Craig Oates 5 years ago
parent
commit
09fa07ec29
  1. 6
      DeathSocket/DeathSocket.fsproj

6
DeathSocket/DeathSocket.fsproj

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>0.5-alpha</Version>
<Version>0.6-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,8 +15,8 @@
<RepositoryUrl>https://github.com/CraigOates/Death-Socket/tree/master</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>deathsocket craig oates image overlay f#</PackageTags>
<PackageReleaseNotes>With this release comes the ability to draw grids with SkiaSharp, alongside System.Drawing.</PackageReleaseNotes>
<AssemblyVersion>0.5.0.0</AssemblyVersion>
<PackageReleaseNotes>This release deprecated the "applyGrid" functions and refactored them into one single function.</PackageReleaseNotes>
<AssemblyVersion>0.6.0.0</AssemblyVersion>
<PackageIconUrl>https://github.com/CraigOates/Death-Socket/blob/master/.github/Images/death-socket-logo.png</PackageIconUrl>
</PropertyGroup>

Loading…
Cancel
Save