Update links, references and copyright

This commit is contained in:
Patrik Svensson
2021-04-05 16:59:09 +02:00
parent 4b37a4708f
commit 693e1fa170
10 changed files with 24 additions and 40 deletions

View File

@ -15,16 +15,15 @@
<PropertyGroup Label="Package Information">
<Description>A library that makes it easier to create beautiful console applications.</Description>
<Company>Spectre Systems AB</Company>
<Copyright>Spectre Systems AB</Copyright>
<Authors>Patrik Svensson</Authors>
<Copyright>Patrik Svensson, Phil Scott</Copyright>
<Authors>Patrik Svensson, Phil Scott</Authors>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/spectresystems/spectre.console</RepositoryUrl>
<RepositoryUrl>https://github.com/spectreconsole/spectre.console</RepositoryUrl>
<PackageIcon>small-logo.png</PackageIcon>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/spectresystems/spectre.console</PackageProjectUrl>
<PackageProjectUrl>https://github.com/spectreconsole/spectre.console</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/spectresystems/spectre.console/releases</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/spectreconsole/spectre.console/releases</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Source Link">

View File

@ -14,9 +14,6 @@ namespace Spectre.Console.Tests.Unit.Cli
[ExpectationPath("Cli/Xml")]
public sealed class Xml
{
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-1
/// </summary>
[Fact]
[Expectation("Test_1")]
public Task Should_Dump_Correct_Model_For_Case_1()
@ -43,9 +40,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output);
}
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-2
/// </summary>
[Fact]
[Expectation("Test_2")]
public Task Should_Dump_Correct_Model_For_Case_2()
@ -64,9 +58,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output);
}
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-3
/// </summary>
[Fact]
[Expectation("Test_3")]
public Task Should_Dump_Correct_Model_For_Case_3()
@ -89,9 +80,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output);
}
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-4
/// </summary>
[Fact]
[Expectation("Test_4")]
public Task Should_Dump_Correct_Model_For_Case_4()
@ -113,9 +101,6 @@ namespace Spectre.Console.Tests.Unit.Cli
return Verifier.Verify(output);
}
/// <summary>
/// https://github.com/spectresystems/spectre.cli/wiki/Test-cases#test-case-5
/// </summary>
[Fact]
[Expectation("Test_5")]
public Task Should_Dump_Correct_Model_For_Case_5()