Skip to content

Commit 1bb6979

Browse files
committed
add project url and type to the template package
1 parent 740a839 commit 1bb6979

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TemplatePack.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
<PropertyGroup>
44
<PackageId>Ycode.RestApi</PackageId>
5+
<Version>1.1.0</Version>
56
<PackageType>Template</PackageType>
67
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7-
<Version>1.1.0</Version>
8+
<PackageProjectUrl>https://github.com/y-code/template-rest-api.git</PackageProjectUrl>
9+
<PackageProjectType>GitHub</PackageProjectType>
810
<Title>ASP.NET Core Web API with API Documentation</Title>
911
<Authors>Yas Ikeda ([email protected])</Authors>
1012
<Description>A C# project template that contains a simple ASP.NET Core Web API with API documentation by NSwag.</Description>

0 commit comments

Comments
 (0)