Browse Source

Added package info. in the core console program.

master
Craig Oates 6 years ago
parent
commit
0bdd2eabd2
  1. 15
      BrittleFishCore/BrittleFishCore.fsproj

15
BrittleFishCore/BrittleFishCore.fsproj

@ -3,6 +3,17 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Authors>Craig Oates</Authors>
<Product>Brittle Fish Core</Product>
<Description>A demo. console program for showing how Console.Waterworks.Core works in a F# console program. Type help for a list of available commands.</Description>
<NeutralLanguage>en-GB</NeutralLanguage>
<PackageReleaseNotes>This is the final version but it is rough around the edges. This program is for demonstration purposes only.</PackageReleaseNotes>
<RepositoryUrl>https://github.com/CraigOates/Brittle-Fish</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>F#, Console.Waterworks.Core, Brittle Fish</PackageTags>
<PackageProjectUrl>https://github.com/CraigOates/Brittle-Fish</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/CraigOates/Brittle-Fish/blob/master/LICENSE</PackageLicenseUrl>
<Copyright>N/A</Copyright>
</PropertyGroup>
<ItemGroup>
@ -18,4 +29,8 @@
<ProjectReference Include="..\BFLibCore\BFLibCore.fsproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>

Loading…
Cancel
Save