304NotModified / Fody.Stamp

:octocat: Stamps an assembly with git data
MIT License
65 stars 19 forks source link

adding replacement tokens for %user%, %machine%, and %env[arg]% where arg is resolved as a lookup into the Environment Variables collection #2

Closed davidalpert closed 11 years ago

davidalpert commented 11 years ago

I've extracted the logic that replaces %token%'s in the AssemblyInformationalVersionAttribute attribute and extended it with more supported tokens and more test coverage.

SimonCropp commented 11 years ago

nice.

I will try to pull this in over the weekend