From b1a374cb86d44dec93d7dfa6ed4369e062746c76 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 23 Oct 2019 13:45:35 +0100 Subject: [PATCH 1/2] Rename "ASP.NET Core" to ".NET Core" The .NET Core template is not ASP specific. Change the name to ".NET Core". --- ci/{asp.net-core.yml => dotnet-core.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ci/{asp.net-core.yml => dotnet-core.yml} (88%) diff --git a/ci/asp.net-core.yml b/ci/dotnet-core.yml similarity index 88% rename from ci/asp.net-core.yml rename to ci/dotnet-core.yml index 02bdcb2..e04df52 100644 --- a/ci/asp.net-core.yml +++ b/ci/dotnet-core.yml @@ -1,4 +1,4 @@ -name: ASP.NET Core CI +name: .NET Core on: [push] From c7129d8fd7e864d03c1e20e39523b42e99980446 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 23 Oct 2019 14:03:00 +0100 Subject: [PATCH 2/2] Properties: Rename "ASP.NET Core" to ".NET Core", add language categories Add language categories matching linguist identifiers so that .NET Core template is recommended. --- ci/properties/asp.net-core.properties.json | 6 ------ ci/properties/dotnet-core.properties.json | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 ci/properties/asp.net-core.properties.json create mode 100644 ci/properties/dotnet-core.properties.json diff --git a/ci/properties/asp.net-core.properties.json b/ci/properties/asp.net-core.properties.json deleted file mode 100644 index 02756f1..0000000 --- a/ci/properties/asp.net-core.properties.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "ASP.NET Core", - "description": "Build and test an ASP.NET Core project targeting .NET Core.", - "iconName": "dotnetcore", - "categories": ["ASP", "ASP.NET", ".NET"] -} \ No newline at end of file diff --git a/ci/properties/dotnet-core.properties.json b/ci/properties/dotnet-core.properties.json new file mode 100644 index 0000000..d5dc23a --- /dev/null +++ b/ci/properties/dotnet-core.properties.json @@ -0,0 +1,6 @@ +{ + "name": ".NET Core", + "description": "Build and test a .NET Core or ASP.NET Core project.", + "iconName": "dotnetcore", + "categories": ["C#", "F#", "Visual Basic", "ASP", "ASP.NET", ".NET"] +}