Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapmotion/hudson-tray-tracker
https://github.com/leapmotion/hudson-tray-tracker
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapmotion/hudson-tray-tracker
- Owner: leapmotion
- Created: 2013-07-24T21:37:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T10:47:33.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T22:44:17.734Z (7 months ago)
- Language: C#
- Size: 23.1 MB
- Stars: 1
- Watchers: 34
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
-- How to release
- Update the AssemblyInfo.cs file (HudsonTrayTracker\Properties\AssemblyInfo.cs) with the new version number.
- Commit the AssemblyInfo.cs file- Update the HudsonTrayTracker.WixSetup.wixproj file (setup\HudsonTrayTracker.WixSetup\HudsonTrayTracker.WixSetup.wixproj) with the new version number.
- Commit the HudsonTrayTracker.WixSetup.wixproj file- Let Hudson build the installer
- Get the installer from http://hudson.idm.fr/job/Hudson%20Tray%20Tracker/ws/trunk/scripts/installer/HudsonTrayTrackerInstaller.exe
- Rename the installer with the appropriate version number (for instance HudsonTrayTrackerInstaller_v0.9.1.exe)- Get the installer from http://hudson.idm.fr/job/Hudson%20Tray%20Tracker/ws/trunk/HudsonTrayTracker.Setup/Release/HudsonTrayTracker.msi
- Rename the installer with the appropriate version number (for instance HudsonTrayTracker_v0.9.1.msi)- Upload the installers on the Google Code project page
- Update the version.properties file (scripts\version.properties) with the new version number and the URL of the newly uploaded installer
- Commit the version.properties file
- Tag the trunk to something like https://hudson-tray-tracker.googlecode.com/svn/tags/v0.9.1.0