-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] Use GitVersion #190
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgitautoGitAuto label to trigger the app in a issue.GitAuto label to trigger the app in a issue.🤖 botAutomated processes or integrationsAutomated processes or integrations
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgitautoGitAuto label to trigger the app in a issue.GitAuto label to trigger the app in a issue.🤖 botAutomated processes or integrationsAutomated processes or integrations
Description:
We would like to integrate GitVersion into our repository for versioning and remove all dependencies on
MSBuild.Version.Target. This will streamline our versioning process and align it with GitVersion’s features. Specifically, the following changes are requested:Tasks:
Install GitVersion in the repository.
Remove any NuGet package reference to
MSBuild.Version.Target.MSBuild.Version.Target.Remove any
version.txtfile in each project.version.txtfiles used for versioning across all projects.Update the
build-bump-version.ymlworkflow file:build.ymlto better reflect its purpose.MSBuild.Version.Targetfor versioning.Benefits: