Is your improvement request related to a problem? Please describe.
I use GitVersion in a DevOps Pipeline. After using the dotnet pack command the Nuget Package still had the default 1.0.0 version number. I also used the /verbosity Diagnostic to check if the .csproj files are updated, but got no diagnostic info.
Detailed Description
- I propose to extend the
ProjectFileUpdater class to update the <Version> element in the .csproj file aswell.
- I propose to add diagnostic log outputs to the
ProjectFileUpdater class, to have a better overview which classes are updated.
Context
Using GitVersion in a DevOps scenario I was expecting that the <Version> element is changed.