-
Notifications
You must be signed in to change notification settings - Fork 0
/
FluentSharp.NGit.nuspec
28 lines (26 loc) · 1.34 KB
/
FluentSharp.NGit.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FluentSharp.NGit</id>
<version>6.0.1.0</version>
<title>FluentSharp - NGit</title>
<authors>O2 Platform</authors>
<owners>O2 Platform</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://o2platform.wordpress.com</projectUrl>
<iconUrl>https://www.owasp.org/images/f/f5/O2_Logo_no_Shadow.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>FluentSharp is an API that dramatically simplifies the use of .NET Framework APIs.
This is the FluentSharp NGit which provides exposed NGit (a managed Git API)</description>
<summary>FluentSharp is an API that dramatically simplifies the use of .NET Framework APIs. </summary>
<releaseNotes>5.0.x - version auto created from TeamCity e</releaseNotes>
<copyright>O2 Platform 2014</copyright>
<language>en-GB</language>
<tags>FluentSharp Fluent OWASP O2Platform Security</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="FluentSharp.CoreLib" />
</group>
</dependencies>
</metadata>
</package>