forked from EvilBeaver/OneScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathScriptEngine.nuspec
More file actions
16 lines (16 loc) · 620 Bytes
/
ScriptEngine.nuspec
File metadata and controls
16 lines (16 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<package >
<metadata>
<id>OneScript</id>
<version>$version$</version>
<title>OneScript Runtime Core</title>
<authors>OneScript OpenSource Community</authors>
<owners>EvilBeaver <ovsiankin.aa@gmail.com></owners>
<licenseUrl>http://mozilla.org/MPL/2.0/</licenseUrl>
<projectUrl>http://oscript.io</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core Runtime Engine for 1Script</description>
<copyright>OneScript OpenSource Community 2015</copyright>
<tags>BSL 1C 1Script OneScript</tags>
</metadata>
</package>