Skip to content

Commit

Permalink
Bump version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 14, 2023
1 parent 6bcb14e commit 11320d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 8.0.0-alpha004 - 2023-11-14
#### 8.0.0 - 2023-11-14
* Support for .NET 8.0
* Support for net481 - https://github.com/fsprojects/Paket/pull/4227
* paket init: Default framework restriction - https://github.com/fsprojects/Paket/pull/4228
Expand Down
9 changes: 2 additions & 7 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -719,14 +719,9 @@ Target "All" DoNothing
"BuildPackage"
==> "PublishNuGet"

"PublishNuGet"
==> "ReleaseGitHub"
==> "Release"

"ReleaseGitHub"
?=> "ReleaseDocs"

"ReleaseDocs"
==> "ReleaseDocs"
==> "PublishNuGet"
==> "Release"

"EnsurePackageSigned"
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.403",
"version": "8.0.100",
"rollForward": "latestMinor"
}
}

0 comments on commit 11320d7

Please sign in to comment.