Skip to content

Commit

Permalink
Bump version to 7.2.0-alpha003
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Nov 18, 2022
1 parent 3f71e6c commit 9077b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 7.2.0-alpha003 - 2022-11-18
* BUGFIX: dotnet publish multi-targeting was inferring incorrect versioning - https://github.com/fsprojects/Paket/pull/4184

#### 7.2.0-alpha001 - 2022-06-22
* Do not append TargetFramework subdirectory to OutputPath - https://github.com/fsprojects/Paket/pull/4159

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": "6.0.301",
"version": "6.0.403",
"rollForward": "latestMinor"
}
}

0 comments on commit 9077b6d

Please sign in to comment.