ploeh / ZeroToNine

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

extract duplicated code into UpdateVersionsInFile function #18

Closed mexx closed 10 years ago

mexx commented 10 years ago

As I reviewed the implementation of assign version feature I saw this duplication of code and thought, well that is a good opportunity to practice refactoring in F#. And here we go.

ploeh commented 10 years ago

Thank you for your contribution! Since this is a code-only change that doesn't add new features or fixes bugs, it's not associated with a new release.