Info
| Version: | 1.0.2 | 
| Author(s): | Kirk Chen | 
| Last Update: | Monday, March 17, 2014 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/kirkchen/MsBuild.AutoVersion | 
| NuGet Url: | https://www.nuget.org/packages/MsBuild.AutoVersion.GitCommitHash | 
Install
Install-Package MsBuild.AutoVersion.GitCommitHash
                        dotnet add package MsBuild.AutoVersion.GitCommitHash
                        paket add MsBuild.AutoVersion.GitCommitHash
                        
                                MsBuild.AutoVersion.GitCommitHash Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- MSBuildTasks(1.4.0.65)
Tags
 
                
you should passing enable autoversion parameter when building solution. (ex.
msbuild sample.sln /p:AutoVersion=True).