davidwhitney / deployd-micro

deployd-micro - continuous deployment for windows
1 stars 2 forks source link

deployd-package should discover application version details #2

Open davidwhitney opened 11 years ago

davidwhitney commented 11 years ago

As a packager When I make a package Version number and package name should be discovered


Accept:

Package file should find executable file in directory. If there is only one executable, package file should take name and version number from that file. If there is more than one or no executable, packager should look for a manifest file to learn the name and version of the package.

andrewmyhre commented 10 years ago

Working