forked from upen-source/Nginx.Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nginx.Template.nuspec
27 lines (27 loc) · 1.11 KB
/
Nginx.Template.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Nginx.Template</id>
<title>Nginx.Template</title>
<version>1.0.0</version>
<authors>Andres Galvan</authors>
<owners>Andres Galvan</owners>
<description>
ASP.NET web template with nginx
</description>
<language>en-US</language>
<projectUrl>https://github.com/afgalvan/Nginx.Template</projectUrl>
<repository type="github" url="https://github.com/afgalvan/Nginx.Template" />
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<releaseNotes>Change CLI command to "ngx-api"</releaseNotes>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<tags>solution template nginx asp.net web</tags>
<copyright>Copyright 2021</copyright>
</metadata>
<files>
<file src=".\**" target="content" exclude="**\bin\**;*.nuspec;nuget.config;**\obj\**;**\.git\**;**\.github\workflows\publish.yml;**\*.user;**\.idea\**;**\.vscode\**;\**\.template.config\**" />
</files>
</package>