-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPackage.nuspec
More file actions
21 lines (21 loc) · 968 Bytes
/
Package.nuspec
File metadata and controls
21 lines (21 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Matech.Sample.Template</id>
<version>1.0.6</version>
<authors>ilker Ayti</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/iayti/Matech.Sample.Template</projectUrl>
<repository type="git" url="https://github.com/iayti/Matech.Sample.Template" branch="master" />
<description>Matech Sample Template for Web Api and .NET6.</description>
<copyright>$copyright$</copyright>
<tags>dotnet-core webapi csharp template</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="**" exclude="**\bin\**\*;**\obj\**\*;**\*.user;**\*.lock.json;**\.DS_Store;**\.git\**\*;**\.github\**\*;**\.vs\**\*;**\*LICENSE;**\*.gitattributes;**\*README.md;**\*.gitignore;**\*nuget.config;" target="/content" />
</files>
</package>