Browse Source

Updated the console's assembly description.

master
Craig Oates 6 years ago
parent
commit
a7fafacfa9
  1. 7
      WetPancakeCLI/Properties/AssemblyInfo.cs
  2. 14
      WetPancakeCLI/WetPancakeCLI.csproj

7
WetPancakeCLI/Properties/AssemblyInfo.cs

@ -7,7 +7,12 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Wet Pancake")]
[assembly: AssemblyDescription("Wet Pancake [BETA] is a console program for generating text. You can generate text using the built-in templates or use you own. The Wet Pancake project is hosted on GitHub. Visit https://github.com/CraigOates/Wet-Pancake to submit issues and pull requests. It is, also, available as a NuGet package. For information about that, visit T.B.A. Type Help into the prompt for a list of available commands. [Gibberish Level: 2-20] [Sentence Count: >= 1]")]
[assembly: AssemblyDescription("Wet Pancake [ALPHA] is a console program for generating text.\n" +
"Visit https://github.com/CraigOates/Wet-Pancake to submit issues and pull requests.\n" +
"The NuGet URL is T.B.A.\n" +
"Type Help into the prompt for a list of available commands.\n" +
"You can generate text using the built-in templates or use you own.\n" +
"Parameter Ranges: [Gibberish Level: 2-20] [Sentence Count: >= 1] [File Type: .txt]")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Craig Oates")]
[assembly: AssemblyProduct("Wet Pancake")]

14
WetPancakeCLI/WetPancakeCLI.csproj

@ -22,7 +22,7 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
@ -57,10 +57,17 @@
<ManifestKeyFile>WetPancakeCLI_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<StartupObject>WetPancakeCLI.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="Console.Waterworks, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
@ -87,7 +94,6 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="WetPancakeCLI_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WetPancake\WetPancake.fsproj">

Loading…
Cancel
Save