ploeh / ZeroToNine

A tool for maintaining .NET Assembly versions across multiple files.
MIT License
147 stars 16 forks source link

Console output #1

Closed ploeh closed 10 years ago

ploeh commented 10 years ago

The Zero29 command should report output to the console.

Example:

$ Zero29 -i minor

Incremented foo/bar/AssemblyInfo.cs AssemblyVersion from 1.0.1.1 to 1.1.0.0
Incremented foo/bar/AssemblyInfo.cs AssemblyFileVersion from 1.0.1.1 to 1.1.0.0
Incremented foo/baz/AssemblyInfo.fs AssemblyVersion from 1.0.1.1 to 1.1.0.0
Incremented foo/baz/AssemblyInfo.fs AssemblyFileVersion from 1.0.1.1 to 1.1.0.0

$