-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathIronWren.nuspec
32 lines (29 loc) · 1.74 KB
/
IronWren.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
32
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>IronWren</id>
<version>2.0.0</version>
<title>IronWren</title>
<authors>Banane9</authors>
<owners>Banane9</owners>
<licenseUrl>https://github.com/Banane9/IronWren/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/Banane9/IronWren</projectUrl>
<iconUrl>http://banane9.github.io/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET integration for the scripting language Wren created by munificent.
http://wren.io
https://github.com/munificent/wren
Supports the whole VM API and also generating Wren foreign-classes for C# classes.
The Native folder content has to be set to copy manually.</description>
<summary>.NET integration for the scripting language Wren.</summary>
<releaseNotes>WrenVM instances will not be kept alive anymore after the user code doesn't have any more references to it.</releaseNotes>
<copyright>Banane9</copyright>
<language>en</language>
<tags>wren, integration, script, scripting, language, pcl, portable, library, wrapper, game</tags>
</metadata>
<files>
<file src="IronWren\bin\Release\Native\wren.dll" target="content\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\Native\wren.dll" />
<file src="IronWren\bin\Release\IronWren.dll" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.dll" />
<file src="IronWren\bin\Release\IronWren.xml" target="lib\portable-net45+win+wpa81+MonoAndroid10+xamarinios10+MonoTouch10\IronWren.xml" />
</files>
</package>