Browse Source

Updated the release info. for the console project.

Updated the ico file in console.
master
Craig Oates 6 years ago
parent
commit
1beef33a5f
  1. 13
      WetPancakeCLI/Properties/AssemblyInfo.cs
  2. 3
      WetPancakeCLI/WetPancakeCLI.csproj
  3. BIN
      WetPancakeCLI/logo.ico

13
WetPancakeCLI/Properties/AssemblyInfo.cs

@ -1,15 +1,16 @@
using System.Reflection;
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("WetPancakeCLI")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyTitle("Wet Pancake")]
[assembly: AssemblyDescription("Wet Pancake is a console program for generating text. You can generate text using the built-in templates or use you own. Type Help into the prompt for a list of available commands. [Gibberish Level: 2-20] [Sentence Count: >= 1]")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("WetPancakeCLI")]
[assembly: AssemblyCompany("Craig Oates")]
[assembly: AssemblyProduct("Wet Pancake")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -34,3 +35,5 @@ using System.Runtime.InteropServices;
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("en-GB")]

3
WetPancakeCLI/WetPancakeCLI.csproj

@ -32,7 +32,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>wet-pancake.ico</ApplicationIcon>
<ApplicationIcon>logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Console.Waterworks, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
@ -67,6 +67,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="logo.ico" />
<Content Include="wet-pancake.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

BIN
WetPancakeCLI/logo.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Loading…
Cancel
Save