8
Shouts

Marks asp.net / mvc blog: Mercurial Revision No to Version your AssemblyInfo - MsBuild Series

published 581 days, 4 hours, 27 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 582 days, 11 hours, 48 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Tuesday, October 19, 2010 1:31:02 PM GMT

This post is going to focus on getting our version number automatically updated during the build process. We are going to use the AssemblyInfo task from the “MSBuild.Community.Tasks” library and the HgVersion task from the “MSBuild.Mercurial” library.

The HgVersion task will get the revision number from our Mercurial source control repository so we can include it in our assemblyInfo file.

The AssemblyI...

category: ASP.NET | clicked: 2 | | source: markkemper1.blogspot.com | show counter code
tags: MSBuild, Mercurial, Visual Studio