We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740a839 commit 1bb6979Copy full SHA for 1bb6979
TemplatePack.csproj
@@ -2,9 +2,11 @@
2
3
<PropertyGroup>
4
<PackageId>Ycode.RestApi</PackageId>
5
+ <Version>1.1.0</Version>
6
<PackageType>Template</PackageType>
7
<PackageLicenseExpression>MIT</PackageLicenseExpression>
- <Version>1.1.0</Version>
8
+ <PackageProjectUrl>https://github.com/y-code/template-rest-api.git</PackageProjectUrl>
9
+ <PackageProjectType>GitHub</PackageProjectType>
10
<Title>ASP.NET Core Web API with API Documentation</Title>
11
<Authors>Yas Ikeda ([email protected])</Authors>
12
<Description>A C# project template that contains a simple ASP.NET Core Web API with API documentation by NSwag.</Description>
0 commit comments