forked from krac/NGitLab
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNGitLab.nuspec
More file actions
22 lines (22 loc) · 904 Bytes
/
NGitLab.nuspec
File metadata and controls
22 lines (22 loc) · 904 Bytes
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>
<metadata>
<id>NGitLab</id>
<title>NGitLab</title>
<version>1.0.1.0</version>
<authors>Scooletz</authors>
<owners>Scooletz</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/Scooletz/NGitLab</projectUrl>
<licenseUrl>https://github.com/Scooletz/NGitLab/blob/master/LICENSE</licenseUrl>
<tags>GitLab API NGitlab</tags>
<language>en-US</language>
<releaseNotes>
* 1.0.0.0 - initial, majority of methods work, tests based on the locally run VM
</releaseNotes>
</metadata>
<files>
<file src="NGitLab\NGitlab\bin\Release\NGitLab.dll" target="lib\net45" />
</files>
</package>