We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9803075 commit a0ac682Copy full SHA for a0ac682
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
27
id: versions
28
run: dotnet run -c Release --project ChromeForTesting/ChromeForTesting.VersionManager
29
env:
30
- VERSION_INCREMENT: '28'
+ VERSION_INCREMENT: '29'
31
32
VerifyTagExists:
33
needs:
ChromeForTesting/ChromeForTesting/ChromeForTesting.csproj
@@ -50,7 +50,7 @@ public partial class ChromeForTestingInstance
50
</ItemGroup>
51
52
<ItemGroup>
53
- <PackageReference Include="DownloadArchive" Version="1.0.13" />
+ <PackageReference Include="DownloadArchive" Version="1.0.14" />
54
55
56
<Import Project="buildTransitive/ChromeForTesting.props" Condition=" '$(Configuration)' == 'Debug' " />
0 commit comments