Rename 'Demo' example to 'Showcase'

This commit is contained in:
Patrik Svensson
2021-04-09 13:59:48 +02:00
committed by Patrik Svensson
parent efa3d3b130
commit 6a5c507936
5 changed files with 18 additions and 42 deletions

View File

@ -3,7 +3,7 @@ using System.Diagnostics;
using Spectre.Console;
using Spectre.Console.Rendering;
namespace Demo
namespace Showcase
{
public static partial class Program
{

View File

@ -1,7 +1,7 @@
using System;
using Spectre.Console;
namespace Demo
namespace Showcase
{
public static class ExceptionGenerator
{

View File

@ -4,7 +4,7 @@ using SixLabors.ImageSharp.Processing;
using System.Threading;
using Spectre.Console.Rendering;
namespace Demo
namespace Showcase
{
public static partial class Program
{

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ExampleTitle>Demo</ExampleTitle>
<ExampleTitle>Showcase</ExampleTitle>
<ExampleDescription>Demonstation of Spectre.Console.</ExampleDescription>
<ExampleGroup>Misc</ExampleGroup>
</PropertyGroup>
@ -13,13 +13,4 @@
<ProjectReference Include="..\..\..\src\Spectre.Console.ImageSharp\Spectre.Console.ImageSharp.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="linux.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="smiley.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>