Skip to content

Commit be45e22

Browse files
committed
Update package
1 parent a717361 commit be45e22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: versions
2828
run: dotnet run -c Release --project ChromeForTesting/ChromeForTesting.VersionManager
2929
env:
30-
VERSION_INCREMENT: '26'
30+
VERSION_INCREMENT: '27'
3131

3232
VerifyTagExists:
3333
needs:

ChromeForTesting/ChromeForTesting/ChromeForTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public partial class ChromeForTestingInstance
5050
</ItemGroup>
5151

5252
<ItemGroup>
53-
<PackageReference Include="DownloadArchive" Version="1.0.12" />
53+
<PackageReference Include="DownloadArchive" Version="1.0.13" />
5454
</ItemGroup>
5555

5656
<Import Project="buildTransitive/ChromeForTesting.props" Condition=" '$(Configuration)' == 'Debug' " />

0 commit comments

Comments
 (0)