Browse Source

add icon url to nuget assembly info.

master
Craig Oates 5 years ago
parent
commit
61f69cfe4d
  1. 1
      SmoulderingBeachBall/SmoulderingBeachBall.fsproj
  2. 2
      TestCentre/LibraryTests.fs
  3. 3
      TestCentre/TestCentre.fsproj

1
SmoulderingBeachBall/SmoulderingBeachBall.fsproj

@ -13,6 +13,7 @@
<RepositoryUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball</RepositoryUrl>
<PackageReleaseNotes>The 1.0 release of Smouldering Beach Ball</PackageReleaseNotes>
<NeutralLanguage>en-GB</NeutralLanguage>
<PackageIconUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball/raw/master/.github/Images/nuget-icon.png</PackageIconUrl>
</PropertyGroup>
<ItemGroup>

2
TestCentre/LibraryTests.fs

@ -62,7 +62,7 @@
{ colour = randomColour () :?> Brush
overlayType = Full }
(* Please non-test functions above the test functions.
(* Please keep non-test functions above the test functions.
See ConsoleTests.fs for the extended comment -- regarding function placement. *)
[<Property>]

3
TestCentre/TestCentre.fsproj

@ -50,6 +50,9 @@
<Compile Include="LibraryTests.fs" />
<None Include="Script.fsx" />
<Content Include="packages.config" />
<Content Include="SavingTestArea\folder-info.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Reference Include="FsCheck">

Loading…
Cancel
Save