Skip to content

Commit 1e707b9

Browse files
author
Christopher R. Gill
authored
Changed some phrasing, grammar, and punctuation
1 parent 4d3d0ec commit 1e707b9

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/release-notes/NuGet-5.6.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,33 @@ NuGet distribution vehicles:
1919

2020
## Summary: What's New in 5.6
2121

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)
2323

2424
### Issues fixed in this release
2525

2626
**Bugs:**
2727

2828
* `nuget push *.nupkg` fails when snupkg does not exist - [#8148](https://github.com/NuGet/Home/issues/8148)
2929

30-
3130
* Pack, and several other code paths, fails dependant on locale. Use RegexOptions.CultureInvariant - [#8246](https://github.com/NuGet/Home/issues/8246)
3231

3332
* Perf: DG Spec for unloaded project scenarios should not be written in preview restores - [#8793](https://github.com/NuGet/Home/issues/8793)
3433

35-
* Restore: improve performance by caching solution dependency graph spec - [#9201](https://github.com/NuGet/Home/issues/9201)
34+
* Restore: Improve performance by caching solution dependency graph spec - [#9201](https://github.com/NuGet/Home/issues/9201)
3635

37-
* 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)
3837

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)
4039

4140
* NuGetVersion.TryParseStrict() should return false if it fails to parse - [#9255](https://github.com/NuGet/Home/issues/9255)
4241

4342
* `nuget.exe push` help for `-source`, should be source name, not source uri - [#9265](https://github.com/NuGet/Home/issues/9265)
4443

4544
* `dotnet nuget add package SourceUri` creates bad default package source name - [#9277](https://github.com/NuGet/Home/issues/9277)
4645

47-
* Screen reader doesn't announces "Searching..." message when switching tabs - [#9307](https://github.com/NuGet/Home/issues/9307)
46+
* Screen reader doesn't announce "Searching..." message when switching tabs - [#9307](https://github.com/NuGet/Home/issues/9307)
4847

49-
* [Test Failure] Focus-rect color in themes for PM UI tabs - [#9336](https://github.com/NuGet/Home/issues/9336)
48+
* [Test Failure] Focus-rect color in themes for Package Manager UI tabs - [#9336](https://github.com/NuGet/Home/issues/9336)
5049

5150
* nuget.exe 5.5 fails to restore with MSBuild 14 or below - [#9458](https://github.com/NuGet/Home/issues/9458)
5251

@@ -60,16 +59,16 @@ NuGet distribution vehicles:
6059

6160
* Perf: RestoreOperationLogger has unnecessary thread affinity - [#9288](https://github.com/NuGet/Home/issues/9288)
6261

63-
* Automated creation of docs for `dotnet nuget` commands. - [#9146](https://github.com/NuGet/Home/issues/9146)
62+
* Automated creation of docs for `dotnet nuget` commands - [#9146](https://github.com/NuGet/Home/issues/9146)
6463

65-
* Default verbosity should not report each project's noop restore. - [#8792](https://github.com/NuGet/Home/issues/8792)
64+
* Default verbosity should not report each project's noop restore - [#8792](https://github.com/NuGet/Home/issues/8792)
6665

67-
* add support to `NuGet.exe update` for -DependencyVersion parameter, like install command - [#7694](https://github.com/NuGet/Home/issues/7694)
66+
* Add support for `-DependencyVersion` parameter to `NuGet.exe update`, similar to install command - [#7694](https://github.com/NuGet/Home/issues/7694)
6867

6968

7069
**DCRs:**
7170

72-
* net5.0 tfm - initial support - [#9584](https://github.com/NuGet/Home/issues/9584)
71+
* Add initial support for net5.0 target framework - [#9584](https://github.com/NuGet/Home/issues/9584)
7372

7473
* Sort packages by ID in the Updates tab of the Package Manager UI - [#9278](https://github.com/NuGet/Home/issues/9278)
7574

0 commit comments

Comments
 (0)