-
Notifications
You must be signed in to change notification settings - Fork 0
/
FluentSharp.AST.nuspec
31 lines (29 loc) · 1.51 KB
/
FluentSharp.AST.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
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FluentSharp.Ast</id>
<version>6.0.1.0</version>
<title>FluentSharp - Ast</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 Ast which simplifies the use of C# files AST (Abstract Syntax Tree)</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 </releaseNotes>
<copyright>O2 Platform 2014</copyright>
<language>en-GB</language>
<tags>FluentSharp Fluent OWASP O2Platform Security AST</tags>
<dependencies>
<group targetFramework=".NETFramework3.5">
<dependency id="FluentSharp.CoreLib" />
<dependency id="FluentSharp.WinForms" />
<dependency id="FluentSharp.Xml" />
<dependency id="FluentSharp.SharpDevelopEditor"/>
</group>
</dependencies>
</metadata>
</package>