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.
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.