Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 12, 2021
1 parent d6ea5b6 commit 5ae9ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
solution: 'src\ReportGenerator.sln'
buildPlatform: Any CPU
buildConfiguration: Release
version: 4.9.0
version: 5.0.0
dotnetSDKVersion: 6.0.100
nodeVersion: 14

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ReportGenerator_${{ env.Version }}
body: This release requires .NET 4.7 or .NET Core 2.x/3.x/5.x.
body: This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x.
tag_name: v${{ env.Version }}
files: ReportGenerator_${{ env.Version }}.zip
env:
Expand Down

0 comments on commit 5ae9ffb

Please sign in to comment.