Skip to content

Commit

Permalink
Bump version to 8.0.0-alpha003
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 14, 2023
1 parent f0268b4 commit 06634cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#### 8.0.0-alpha002 - 2023-07-16
#### 8.0.0-alpha003 - 2023-11-14
* Support for .NET 8.0
* Support for net481 - https://github.com/fsprojects/Paket/pull/4227

#### 7.2.1 - 2023-03-03
* BUGFIX: Increase process lock trials from 100 to 500 to support dotnet restore on larger solutions - https://github.com/fsprojects/Paket/pull/4203
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.306",
"version": "7.0.402",
"rollForward": "latestMinor"
}
}

0 comments on commit 06634cf

Please sign in to comment.