forked from rdotnet/rdotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RDotNet.Graphics.nuspec
28 lines (28 loc) · 1.22 KB
/
RDotNet.Graphics.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>R.NET.Community.Graphics</id>
<version>0.2.2-alpha</version>
<title>R.NET Graphics Engine</title>
<releaseNotes>Update to reference latest version of R.NET as a dependency</releaseNotes>
<authors>RecycleBin, skyguy94</authors>
<owners>kos59125</owners>
<licenseUrl>http://rdotnet.codeplex.com/license</licenseUrl>
<projectUrl>http://rdotnet.codeplex.com/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Provides interfaces to build up R's graphics engine.</description>
<summary>Provides interfaces to build up R's graphics engine.</summary>
<copyright>Copyright 2013 RecycleBin</copyright>
<references>
<reference file="RDotNet.Graphics.dll" />
</references>
<dependencies>
<dependency id="R.NET.Community" version="1.6" />
</dependencies>
<tags>R R.NET graphics</tags>
</metadata>
<files>
<file src="RDotNet.Graphics/bin/Release/RDotNet.Graphics.dll" target="lib/net40" />
<file src="RDotNet.Graphics/bin/Release/RDotNet.Graphics.XML" target="lib/net40" />
</files>
</package>