Skip to content

Commit 334cc3c

Browse files
committed
Fix NuGet template
1 parent 1db994f commit 334cc3c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nuget.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<Content Include="src\**\*" Exclude="src\**\bin\**;src\**\obj\**" />
14+
<Content Include="src\**\*" Exclude="**\bin\**\*;**\obj\**\*" />
1515
<Compile Remove="**\*" />
1616
</ItemGroup>
1717

1818
<PropertyGroup>
1919
<PackageType>Template</PackageType>
20-
<Version>1.0.0</Version>
20+
<Version>1.0.1</Version>
2121
<PackageId>AspNetCoreTemplate</PackageId>
2222
<Title>ASP.NET Core Template</Title>
2323
<Company>Nikolay.IT</Company>

.template_config/template.json renamed to src/.template_config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "http://json.schemastore.org/template",
3-
"author": "Nikolay Kostov",
3+
"author": "Nikolay.IT",
44
"classifications": [ "ASP.NET Core", "Core", "MVC", "Template" ],
55
"tags": {
66
"language": "C#"
77
},
88
"identity": "AspNetCore.Template",
99
"name": "ASP.NET Core Template",
10-
"shortName": "aspnet-core-template",
10+
"shortName": "aspnet-core",
1111
"sourceName": "AspNetCoreTemplate",
1212
"symbols": {
1313
"skipRestore": {

0 commit comments

Comments
 (0)