PoshCode / PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
105 stars 15 forks source link

Feature/builds should be generic #35

Closed Jaykul closed 9 years ago

Jaykul commented 9 years ago

Major Changes

Adds a packages.config so the setup and build scripts don't have to hardcode dependencies Builds will now be produced with the "Build" number one higher than the released build (i.e. one higher than what's in the module's psd1 file).

Details

Adds a Get-Version script to read (and increment) the module version Modifies Setup, Build, Test, Package to be as generic as possible, adds parameters Modifies Test to call Build (because @jrich523 is annoyed that he keeps forgetting to build)

DOES NOT set the Appveyor Build version or anything.