forked from krac/NGitLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NGitLab.nuspec
19 lines (19 loc) · 867 Bytes
/
NGitLab.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>NGitLab</id>
<title>NGitLab</title>
<version>$version$</version>
<authors>Franklin89</authors>
<owners>Franklin89</owners>
<summary>Provides a .NET REST client implementation of GitLab API.</summary>
<description>Provides a .NET REST client implementation of GitLab API with no external dependencies. Uses the private token authentication</description>
<projectUrl>https://github.com/Franklin89/NGitLab</projectUrl>
<licenseUrl>https://github.com/Franklin89/NGitLab/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/Franklin89/NGitLab/master/docs/img/package_icon.png</iconUrl>
<tags>GitLab API NGitlab</tags>
</metadata>
<files>
<file src="NGitLab\NGitlab\bin\Release\NGitLab.dll" target="lib\net45" />
</files>
</package>