We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152fa43 commit 841193eCopy full SHA for 841193e
2 files changed
Directory.Packages.props
@@ -7,7 +7,7 @@
7
<PackageVersion Include="Aspire.Hosting.Testing" Version="8.2.0"/>
8
<PackageVersion Include="coverlet.collector" Version="6.0.2"/>
9
<PackageVersion Include="GitHubActionsTestLogger" Version="2.4.1"/>
10
- <PackageVersion Include="GitVersion.MsBuild" Version="5.12.0"/>
+ <PackageVersion Include="GitVersion.MsBuild" Version="6.0.2"/>
11
<PackageVersion Include="InfinityFlow.Aspire.Temporal" Version="0.5.11"/>
12
<PackageVersion Include="InfinityFlow.Tools.Branding" Version="0.1.0"/>
13
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1"/>
GitVersion.yml
@@ -1,6 +1,6 @@
1
mode: ContinuousDeployment
2
branches:
3
main:
4
- tag: rc
+ label: rc
5
pull-request:
6
- tag: pr
+ label: pr
0 commit comments