Skip to content

Commit 1d86511

Browse files
committed
RELEASE 4.8.0
1 parent 73d4742 commit 1d86511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Setup .NET Core
21-
uses: actions/setup-dotnet@v1
21+
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: 5.0.x
23+
dotnet-version: 8.0.x
2424
- name: Restore tools
2525
run: dotnet tool restore
2626
- name: Test

VisualRegressionTracker/VisualRegressionTracker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFramework>net5.0</TargetFramework>
44
<PackageId>VisualRegressionTracker</PackageId>
5-
<Version>4.8.0</Version>
5+
<Version>4.9.0</Version>
66
<Authors>Daniel Crowe</Authors>
77
<Company>Visual Regression Tracker</Company>
88
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)