Skip to content

Commit

Permalink
RELEASE 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pashidlos committed Oct 11, 2024
1 parent 73d4742 commit 1d86511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- name: Restore tools
run: dotnet tool restore
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion VisualRegressionTracker/VisualRegressionTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>VisualRegressionTracker</PackageId>
<Version>4.8.0</Version>
<Version>4.9.0</Version>
<Authors>Daniel Crowe</Authors>
<Company>Visual Regression Tracker</Company>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit 1d86511

Please sign in to comment.