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> <RepositoryUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball</RepositoryUrl>
<PackageReleaseNotes>The 1.0 release of Smouldering Beach Ball</PackageReleaseNotes> <PackageReleaseNotes>The 1.0 release of Smouldering Beach Ball</PackageReleaseNotes>
<NeutralLanguage>en-GB</NeutralLanguage> <NeutralLanguage>en-GB</NeutralLanguage>
<PackageIconUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball/raw/master/.github/Images/nuget-icon.png</PackageIconUrl>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

2
TestCentre/LibraryTests.fs

@ -62,7 +62,7 @@
{ colour = randomColour () :?> Brush { colour = randomColour () :?> Brush
overlayType = Full } 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. *) See ConsoleTests.fs for the extended comment -- regarding function placement. *)
[<Property>] [<Property>]

3
TestCentre/TestCentre.fsproj

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

Loading…
Cancel
Save