Skip to content

Commit

Permalink
new version of nuspec, added package notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiaan baes committed Feb 10, 2013
1 parent 9f94d1f commit 5331972
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
20 changes: 19 additions & 1 deletion ChocolateyPackage/ChocolateyGUI/ChocolateyGUI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ChocolateyGUI</id>
<version>0.1.0</version>
<version>0.1.1</version>
<title>ChocolateyGUI</title>
<authors>Christiaan Baes</authors>
<owners>Christiaan Baes</owners>
Expand All @@ -11,6 +11,24 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ChocolateyGUI</description>
<summary>A GUI for Chocolatey</summary>
<releaseNotes>
v0.1.1

* Enhancement - The installer should now check if .Net framework 4.0 is installed.

v0.1.0

* Enhancement - More information about a package
* Enhancement - Shows chocolatey as an installed package.
* Enhancement - Performance improvement
* Enhancement - You can search in the list. It is a StartsWith search.
* Enhancement - You can install the available package by clicking on the checkbox.
* Enhancement - You can uninstall a package.

v0.0.5

* First working version
</releaseNotes>
<tags>ChocolateyGUI chocolatey admin</tags>
</metadata>
</package>
12 changes: 12 additions & 0 deletions ChocolateyPackage/ChocolateyGUI/package notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Change nuspec to reflect new version number. And add release notes.

Run the cpack command which should create the nupkg

then push to chocolatey.

cpush ChocolateyGUI.versionnumber.nupkg

if needed set the APIKEY

cinst nuget.commandline
nuget SetApiKey [API_KEY_HERE] -source http://chocolatey.org/

0 comments on commit 5331972

Please sign in to comment.