Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit 94dfe47

Browse files
committed
.nuspec for NuGet package
1 parent 2a5960f commit 94dfe47

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>TeamCitySharp-forked</id>
5+
<version>1.0.0.1</version>
6+
<title>TeamCitySharp-forked</title>
7+
<authors>Yury Timofeev</authors>
8+
<owners>Yury Timofeev</owners>
9+
<licenseUrl>http://stack72.mit-license.org/</licenseUrl>
10+
<projectUrl>https://github.com/y-gagar1n/TeamCitySharp</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>Fork of TeamCitySharp project, which allows access to TeamCity via their REST API</description>
13+
<copyright>Copyright 2015</copyright>
14+
<tags>teamcity</tags>
15+
<dependencies>
16+
<dependency id="JsonFx" version="2.0.1209.2802" />
17+
<dependency id="EasyHttp" version="1.6.1.0" />
18+
</dependencies>
19+
</metadata>
20+
</package>

0 commit comments

Comments
 (0)