more gitversion stuff

This commit is contained in:
Tigger Kindel
2023-06-07 10:36:20 -06:00
parent bc2367fd6e
commit 99a0dcb0cf
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
branches:
v2_develop:
mode: ContinuousDelivery
regex: v2_develop
tag: alpha
source-branches:
- v2_develop

View File

@@ -9,7 +9,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Version numbers are automatically updated by gitversion when a release is released -->
<!-- In the source tree the version will always be 1.0 for all projects. -->
<!-- In the source tree the version will always be 2.0 for all projects. -->
<!-- Do not modify these. Do NOT commit after manually running `dotnet-gitversion /updateprojectfiles` -->
<AssemblyVersion>2.0</AssemblyVersion>
<FileVersion>2.0</FileVersion>