Skip to content

Commit 9077b6d

Browse files
committed
Bump version to 7.2.0-alpha003
1 parent 3f71e6c commit 9077b6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 7.2.0-alpha003 - 2022-11-18
2+
* BUGFIX: dotnet publish multi-targeting was inferring incorrect versioning - https://github.com/fsprojects/Paket/pull/4184
3+
14
#### 7.2.0-alpha001 - 2022-06-22
25
* Do not append TargetFramework subdirectory to OutputPath - https://github.com/fsprojects/Paket/pull/4159
36

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.301",
3+
"version": "6.0.403",
44
"rollForward": "latestMinor"
55
}
66
}

0 commit comments

Comments
 (0)