-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathNGitLab.nuspec
More file actions
18 lines (18 loc) · 769 Bytes
/
NGitLab.nuspec
File metadata and controls
18 lines (18 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>NGitLab</id>
<version>1.0.0.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/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>
</package>