Browse Source

update assembly info. and add NuGet icon.

master
Craig Oates 5 years ago
parent
commit
51e47c52db
  1. BIN
      .github/Images/nuget-icon.png
  2. 6
      SmoulderingBeachBall/AssemblyInfo.fs
  3. 11
      SmoulderingBeachBall/SmoulderingBeachBall.fsproj

BIN
.github/Images/nuget-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

6
SmoulderingBeachBall/AssemblyInfo.fs

@ -9,7 +9,7 @@ open System.Runtime.InteropServices
// associated with an assembly.
[<assembly: AssemblyTitle("Smouldering Beach Ball")>]
[<assembly: AssemblyDescription(
"Smouldering Beach Ball [ALPHA] is a NuGet for creating placeholder images.")>]
"Smouldering Beach Ball is a NuGet for creating placeholder images.")>]
[<assembly: AssemblyConfiguration("")>]
[<assembly: AssemblyCompany("Craig Oates")>]
[<assembly: AssemblyProduct("Smouldering Beach Ball")>]
@ -35,8 +35,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.4.0.0")>]
[<assembly: AssemblyFileVersion("0.4.0.0")>]
[<assembly: AssemblyVersion("1.0.0.0")>]
[<assembly: AssemblyFileVersion("1.0.0.0")>]
do
()

11
SmoulderingBeachBall/SmoulderingBeachBall.fsproj

@ -2,6 +2,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Company>Craig Oates</Company>
<Product>Smouldering Beach Ball</Product>
<Authors>Craig Oates</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A F# project for creating placeholder images -- a handy tool when making quick prototypes app's and sites.</Description>
<Copyright>Craig Oates</Copyright>
<PackageProjectUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball</PackageProjectUrl>
<RepositoryUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball</RepositoryUrl>
<PackageReleaseNotes>The 1.0 release of Smouldering Beach Ball</PackageReleaseNotes>
<NeutralLanguage>en-GB</NeutralLanguage>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save