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
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.
The text was updated successfully, but these errors were encountered:
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
ProjectFileUpdater
class to update the<Version>
element in the.csproj
file aswell.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.The text was updated successfully, but these errors were encountered: