Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for MSBuild "random" build and revision number properties #20

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cjbush
Copy link

@cjbush cjbush commented Aug 21, 2017

Not sure if y'all even want this, but it's useful for my team in our .NET shop. MSBuild supports auto-incrementing assembly version numbers in the form of 1.0.* or 1.0.1.*, where the third number is the number of days since 01/01/2000 and the fourth number is the number of seconds since midnight divided by two. We're using it to generate a build number that then gets passed in to MSBuild on the command line, and it reconstitutes the AssemblyInfo files from it. If it's not something you want to include in the mainline of the plugin, it's cool, but figured since I spent the time to add it, I'd might as well create a PR and see if you want it. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants