forked from rdotnet/rdotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RDotNet.FSharp.nuspec
31 lines (31 loc) · 1.33 KB
/
RDotNet.FSharp.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>R.NET.Community.FSharp</id>
<title>R.NET F# Utility</title>
<version>0.1.14</version>
<releaseNotes>
* Update to reference latest version of R.NET. Note that R.NET 1.6 includes a fix to issue 165 that should justify upgrading.
</releaseNotes>
<authors>RecycleBin</authors>
<owners>kos59125</owners>
<licenseUrl>http://rdotnet.codeplex.com/license</licenseUrl>
<projectUrl>http://rdotnet.codeplex.com/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Provides additional facilities to access R.NET from the F# language</description>
<summary>R.NET utility extensions for F#</summary>
<copyright>Copyright 2014 RecycleBin</copyright>
<references>
<reference file="RDotNet.FSharp.dll" />
</references>
<dependencies>
<dependency id="R.NET.Community" version="1.6" />
</dependencies>
<tags>R R.NET F# statistics</tags>
</metadata>
<files>
<file src="RDotNet.FSharp/bin/Release/RDotNet.FSharp.dll" target="lib/net40" />
<file src="RDotNet.FSharp/bin/Release/RDotNet.FSharp.XML" target="lib/net40" />
<file src="RDotNet.FSharp/RDotNet.FSharp.fsx" target="." />
</files>
</package>