-
Notifications
You must be signed in to change notification settings - Fork 5
/
GraphR.nuspec
23 lines (23 loc) · 960 Bytes
/
GraphR.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>GraphR</id>
<version>0.2.2</version>
<authors>Tim Maes</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Tim-Maes/GraphR</projectUrl>
<repository type="git" url="https://github.com/Tim-Maes/GraphR" branch="master" />
<description>Solution template for GraphAPI with Dapper</description>
<copyright>$copyright$</copyright>
<tags>dotnet-core graph api csharp dapper template</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<readme>README.md</readme>
</metadata>
<files>
<file src="README.md" />
<file src="**" exclude="**\bin\**\*;**\obj\**\*;**\.git\**\*;**\.github\**\*;**\.vs\**\*;**\*LICENSE;**\*.gitattributes;**\*.gitignore;**\*nuget.config;.\LICENSE;.\README.md;" target="/content" />
</files>
</package>