Browse Source

add some more info to the chocolatey package

Andy Li 8 years ago
parent
commit
c9b7facf50
1 changed files with 3 additions and 2 deletions
  1. 3 2
      extra/choco/haxe.nuspec

+ 3 - 2
extra/choco/haxe.nuspec

@@ -19,9 +19,10 @@
         <description>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
         <description>Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.
  
  
 This package will install haxe and haxelib. After installation, you should run `haxelib setup &lt;path&gt;`, where `&lt;path&gt;` is the haxelib repository folder for placing third-party libraries. The folder should be created manually before running the command.</description>
 This package will install haxe and haxelib. After installation, you should run `haxelib setup &lt;path&gt;`, where `&lt;path&gt;` is the haxelib repository folder for placing third-party libraries. The folder should be created manually before running the command.</description>
-        <tags>haxe</tags>
+        <releaseNotes>https://github.com/HaxeFoundation/haxe/blob/master/extra/CHANGES.txt</releaseNotes>
+        <tags>haxe programming development foss cross-platform</tags>
         <dependencies>
         <dependencies>
-            <dependency id="neko" />
+            <dependency id="neko" version="2.1.0" />
         </dependencies>
         </dependencies>
     </metadata>
     </metadata>
 </package>
 </package>