mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
Rename 'Demo' example to 'Showcase'
This commit is contained in:

committed by
Patrik Svensson

parent
efa3d3b130
commit
6a5c507936
@ -3,7 +3,7 @@ using System.Diagnostics;
|
||||
using Spectre.Console;
|
||||
using Spectre.Console.Rendering;
|
||||
|
||||
namespace Demo
|
||||
namespace Showcase
|
||||
{
|
||||
public static partial class Program
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using Spectre.Console;
|
||||
|
||||
namespace Demo
|
||||
namespace Showcase
|
||||
{
|
||||
public static class ExceptionGenerator
|
||||
{
|
@ -4,7 +4,7 @@ using SixLabors.ImageSharp.Processing;
|
||||
using System.Threading;
|
||||
using Spectre.Console.Rendering;
|
||||
|
||||
namespace Demo
|
||||
namespace Showcase
|
||||
{
|
||||
public static partial class Program
|
||||
{
|
@ -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>
|
Reference in New Issue
Block a user