-
Notifications
You must be signed in to change notification settings - Fork 0
/
golo.nuspec
28 lines (28 loc) · 1.57 KB
/
golo.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" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>golo</id>
<title>Golo-Lang</title>
<version>3.2.0</version>
<authors>Golo-Lang Contributors</authors>
<owners>Eclipse Foundation</owners>
<summary>Golo, a lightweight dynamic language for the JVM.</summary>
<description>The world didn't need another JVM language. So we built yet another one. A simple one.</description>
<projectUrl>http://golo-lang.org/</projectUrl>
<tags>golo java invokedynamic lang jvm</tags>
<copyright></copyright>
<licenseUrl>http://www.eclipse.org/legal/epl-v10.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/TomOne/various/4ed1815b35a3a442da806ea1223b7fe08b8c425b/golo.png</iconUrl>
<releaseNotes>http://golo-lang.org/news/2017/06/26/golo-3.2.0</releaseNotes>
<packageSourceUrl>https://github.com/golo-lang/chocolatey-golo</packageSourceUrl>
<docsUrl>http://golo-lang.org/documentation/</docsUrl>
<mailingListUrl>https://dev.eclipse.org/mailman/listinfo/golo-dev</mailingListUrl>
<bugTrackerUrl>https://github.com/eclipse/golo-lang/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/eclipse/golo-lang</projectSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>