Skip to content

Commit 0850f34

Browse files
committed
fix title
1 parent 2946bf0 commit 0850f34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nuget/.template_config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/template",
3-
"author": "Nikolay Kostov & Vladislav Karamfilov",
3+
"author": "Nikolay Kostov",
44
"classifications": [ "ASP.NET Core", "Core", "MVC", "Template" ],
55
"tags": {
66
"language": "C#"

.nuget/pack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<PackageType>Template</PackageType>
55
<PackageVersion>1.0</PackageVersion>
66
<PackageId>AspNetCore.Template</PackageId>
7-
<Title>Markdown Monster Addin Project Template</Title>
8-
<Authors>Nikolay Kostov аnd Vladislav Karamfilov</Authors>
7+
<Title>ASP.NET-Core-Template</Title>
8+
<Authors>Nikolay Kostov</Authors>
99
<Description>A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.</Description>
1010
<TargetFramework>netcoreapp3.1</TargetFramework>
1111

0 commit comments

Comments
 (0)