Skip to content

Instantly share code, notes, and snippets.

@alexchandel
Created March 19, 2015 16:18
Show Gist options
  • Save alexchandel/488c99fcbae79eb3cc26 to your computer and use it in GitHub Desktop.
Save alexchandel/488c99fcbae79eb3cc26 to your computer and use it in GitHub Desktop.
Nuspec for PureScript's Chocolatey package.
<?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>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>purescript</id>
<title>PureScript</title>
<version>0.6.9.3</version>
<authors>Phil Freeman, Gary Burgess, and other contributors</authors>
<owners>alexchandel</owners>
<summary>A small strongly, statically typed language that compiles to Javascript.</summary>
<description>A small strongly, statically typed language that compiles to Javascript.</description>
<projectUrl>https://github.com/purescript/purescript</projectUrl>
<tags>programming purescript javascript</tags>
<copyright></copyright>
<licenseUrl>https://github.com/purescript/purescript/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Important note about https://cdn.rawgit.com: Files are cached permanently after the first request. Use commit URLs when updating the icon. -->
<iconUrl>http://cdn.rawgit.com/purescript/purescript.github.io/master/img/logo.png</iconUrl>
<!--<dependencies>
<dependency id="" version="" />
</dependencies>-->
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
@paf31
Copy link

paf31 commented Jul 4, 2015

Would it be possible to update this for the 0.7 release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment