forked from keghub/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEMG.Templates.nuspec
22 lines (22 loc) · 935 Bytes
/
EMG.Templates.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>EMG.Templates</id>
<version>2.4.1</version>
<authors>EMG</authors>
<owners>EMG</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/emgdev/templates</projectUrl>
<repository type="git" url="https://github.com/emgdev/templates" />
<iconUrl>http://static.emg-services.net/masterpages/pics/logos/emg-icon-64.png</iconUrl>
<description>Contains different templates to be used with dotnet-new</description>
<tags>dotnet-standard dotnet-new template</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="content/**" target="content" exclude="**\bin\**;**\obj\**;**\.vs\**;**\*.user;" />
</files>
</package>