-
Notifications
You must be signed in to change notification settings - Fork 0
/
FluentSharp.WinForms.nuspec
25 lines (25 loc) · 1.14 KB
/
FluentSharp.WinForms.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
<?xml version="1.0"?>
<package >
<metadata>
<id>FluentSharp.WinForms</id>
<version>5.3.0.0</version>
<title>FluentSharp - WinForms</title>
<authors>O2 Platform</authors>
<owners>O2 Platform</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://o2platform.com</projectUrl>
<iconUrl>https://www.owasp.org/images/f/f5/O2_Logo_no_Shadow.jpg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>FluentSharp is an API that dramatically simplifies the use of .NET Framework APIs. </summary>
<description>FluentSharp is an API that dramatically simplifies the use of .NET Framework APIs. This is the Fluent# BCL which provides support for System.Forms</description>
<releaseNotes>Added Dlls Dependencies</releaseNotes>
<copyright>Copyright 2013</copyright>
<tags>Fluent OWASP O2Platform Security</tags>
<dependencies>
<dependency id="FluentSharp.CoreLib" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework="" />
</frameworkAssemblies>
</metadata>
</package>