Browse Source

update library build number to 2020.07.23.1.

unstable
Craig Oates 4 years ago
parent
commit
bcbb731d41
  1. 6
      DeathSocket/DeathSocket.fsproj

6
DeathSocket/DeathSocket.fsproj

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Version>2.0.0.0</Version>
<Version>2020.07.23.1</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.</Description>
@ -16,9 +16,9 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>deathsocket grid image overlay f#</PackageTags>
<PackageReleaseNotes>A minor release. The change from 1.x to 2.x is to signify the changing of the projects versioning control system, from GitLab to git.abbether. The projects package information and its NuGet dependencies have been updated.</PackageReleaseNotes>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2020.07.23.1</AssemblyVersion>
<PackageIconUrl></PackageIconUrl>
<FileVersion>2.0.0.0</FileVersion>
<FileVersion>2020.07.23.1</FileVersion>
<DependsOnNETStandard>true</DependsOnNETStandard>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>death-socket-repo-logo.png</PackageIcon>

Loading…
Cancel
Save