You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/NuGet-5.6.md
+10-11Lines changed: 10 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -19,34 +19,33 @@ NuGet distribution vehicles:
19
19
20
20
## Summary: What's New in 5.6
21
21
22
-
* Support pre-release packages with floating versions. Version="*-*" and similar. - [#912](https://github.com/NuGet/Home/issues/912)
22
+
* Support pre-release packages with floating versions. `Version="*-*"` and similar - [#912](https://github.com/NuGet/Home/issues/912)
23
23
24
24
### Issues fixed in this release
25
25
26
26
**Bugs:**
27
27
28
28
*`nuget push *.nupkg` fails when snupkg does not exist - [#8148](https://github.com/NuGet/Home/issues/8148)
29
29
30
-
31
30
* Pack, and several other code paths, fails dependant on locale. Use RegexOptions.CultureInvariant - [#8246](https://github.com/NuGet/Home/issues/8246)
32
31
33
32
* Perf: DG Spec for unloaded project scenarios should not be written in preview restores - [#8793](https://github.com/NuGet/Home/issues/8793)
*PM UI doesn't work for sdk style projects after installing a package with PMConsole - [#9203](https://github.com/NuGet/Home/issues/9203)
36
+
*Package Manager UI doesn't work for SDK style projects after installing a package with PMConsole - [#9203](https://github.com/NuGet/Home/issues/9203)
38
37
39
-
*[Test Failure] Embedded icon can’t be shown in PM UI with local package feed - depending on / vs \ - [#9225](https://github.com/NuGet/Home/issues/9225)
38
+
*[Test Failure] Embedded icon can’t be shown in Package Manager UI with local package feed - depending on / vs \ - [#9225](https://github.com/NuGet/Home/issues/9225)
40
39
41
40
* NuGetVersion.TryParseStrict() should return false if it fails to parse - [#9255](https://github.com/NuGet/Home/issues/9255)
42
41
43
42
*`nuget.exe push` help for `-source`, should be source name, not source uri - [#9265](https://github.com/NuGet/Home/issues/9265)
44
43
45
44
*`dotnet nuget add package SourceUri` creates bad default package source name - [#9277](https://github.com/NuGet/Home/issues/9277)
0 commit comments