You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So lets' use the [GitInfo](https://github.com/devlooped/GitInfo) NuGet
Package to generate the required version information for the assemblies
in this repo.
The base version is controlled from `GitInfo.txt`. This is where the
version should be edited.
The NuGet keeps track of the number of commits made since the `GitInfo.txt`
was changed. So unless there is a major version change
(or you run out of numbers) there should be no need to alter the version
on a regular basis.
All of the projects in the repo will then pick up the same version
information was we will set the MSBuild `Version` property as well as
the `InformationalVersion`. The latter will contain the git commit and
branch.
0 commit comments