Browse Source

update NuGet package information.

master 2.0
Craig Oates 4 years ago
parent
commit
be143f69b0
  1. 20
      SmoulderingBeachBall/SmoulderingBeachBall.fsproj
  2. BIN
      SmoulderingBeachBall/smouldering-beach-ball-repo-icon.png
  3. 1
      SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj
  4. BIN
      SmoulderingBeachBallCLI/WaterWorksIcon.ico

20
SmoulderingBeachBall/SmoulderingBeachBall.fsproj

@ -5,23 +5,33 @@
<Company>Craig Oates</Company> <Company>Craig Oates</Company>
<Product>Smouldering Beach Ball</Product> <Product>Smouldering Beach Ball</Product>
<Authors>Craig Oates</Authors> <Authors>Craig Oates</Authors>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A F# project for creating placeholder images -- a handy tool when making quick prototypes app's and sites.</Description> <Description>A F# project for creating placeholder images -- a handy tool when making quick prototypes app's and sites.</Description>
<Copyright>Craig Oates</Copyright> <Copyright>Craig Oates</Copyright>
<PackageProjectUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball</PackageProjectUrl> <PackageProjectUrl>https://git.abbether.net/craig.oates/Smouldering-Beach-Ball</PackageProjectUrl>
<RepositoryUrl>https://gitlab.com/craig.oates/Smouldering-Beach-Ball</RepositoryUrl> <RepositoryUrl>https://git.abbether.net/craig.oates/Smouldering-Beach-Ball</RepositoryUrl>
<PackageReleaseNotes>The 1.0 release of Smouldering Beach Ball</PackageReleaseNotes> <PackageReleaseNotes>Updated the NuGet packages within the project and the repository information.</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> <PackageIconUrl></PackageIconUrl>
<Version>2.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>smouldering-beach-ball-repo-icon.png</PackageIcon>
<RepositoryType>Git</RepositoryType>
<PackageTags>dot-net-standard, f-sharp, craig oates, smouldering-beach-ball, graphics, placeholder</PackageTags>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="smouldering-beach-ball-repo-icon.png" />
<Compile Include="AssemblyInfo.fs" /> <Compile Include="AssemblyInfo.fs" />
<Compile Include="Domain.fs" /> <Compile Include="Domain.fs" />
<Compile Include="InternalServices.fs" /> <Compile Include="InternalServices.fs" />
<Compile Include="Services.fs" /> <Compile Include="Services.fs" />
<None Include="ScratchPad.fsx" /> <None Include="ScratchPad.fsx" />
<None Include="smouldering-beach-ball-repo-icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

BIN
SmoulderingBeachBall/smouldering-beach-ball-repo-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

1
SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj

@ -59,7 +59,6 @@
<Content Include="icon.ico" /> <Content Include="icon.ico" />
<None Include="AppIcon.res" /> <None Include="AppIcon.res" />
<None Include="cheat-sheet.pdf" /> <None Include="cheat-sheet.pdf" />
<Content Include="WaterWorksIcon.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Console.Waterworks"> <Reference Include="Console.Waterworks">

BIN
SmoulderingBeachBallCLI/WaterWorksIcon.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save