Skip to content

Commit f9645fc

Browse files
authored
Master to Live (NuGet#1753)
* Cover version in analyzers path format * Update msbuild-targets.md * Update stale.yml * Update NuGet-Client-SDK.md (NuGet#1744) remove claim sdk will be documented soon * 5.3.1 release notes (NuGet#1752) * 5.3.1 release notes * improve dotnet sdk version per Heng's feedback
1 parent 8a42482 commit f9645fc

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 60
2+
daysUntilStale: 360
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 1
55
# Issues with these labels will never be considered stale

docs/guides/analyzers-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The use of the `analyzers` folder is similar to that used for [target frameworks
4040

4141
$/analyzers/{framework_name}{version}/{supported_architecture}/{supported_language}/{analyzer_name}.dll
4242

43-
- **framework_name**: the *optional* API surface area of the .NET Framework that the contained DLLs need to run. `dotnet` is presently the only valid value because Roslyn is the only host that can run analyzers. If no target is specified, DLLs are assumed to apply to *all* targets.
43+
- **framework_name** and **version**: the *optional* API surface area of the .NET Framework that the contained DLLs need to run. `dotnet` is presently the only valid value because Roslyn is the only host that can run analyzers. If no target is specified, DLLs are assumed to apply to *all* targets.
4444
- **supported_language**: the language for which the DLL applies, one of `cs` (C#) and `vb` (Visual Basic), and `fs` (F#). The language indicates that the analyzer should be loaded only for a project using that language. If no language is specified then the DLL is assumed to apply to *all* languages that support analyzers.
4545
- **analyzer_name**: specifies the DLLs of the analyzer. If you need additional files beyond DLLs, they must be included through a targets or properties files.
4646

docs/reference/NuGet-Client-SDK.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.topic: conceptual
1111

1212
The *NuGet Client SDK* refers to a group of NuGet packages centered around [NuGet.Commands](https://www.nuget.org/packages/NuGet.Commands), [NuGet.Packaging](https://www.nuget.org/packages/NuGet.Packaging), and [NuGet.Protocol](https://www.nuget.org/packages/NuGet.Protocol). These packages replace the earlier [NuGet.Core](https://www.nuget.org/packages/NuGet.Core/) library.
1313

14-
We are working on having a stable surface area that we can document soon.
15-
1614
> [!Note]
1715
> For documentation on the NuGet server protocol, please refer to the [NuGet Server API](~/api/overview.md).
1816

docs/release-notes/NuGet-5.3.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NuGet distribution vehicles:
1414
| NuGet version | Available in Visual Studio version| Available in .NET SDK(s)|
1515
|:---|:---|:---|
1616
| [**5.3.0**](https://nuget.org/downloads) | [Visual Studio 2019 version 16.3](https://visualstudio.microsoft.com/downloads/) | [3.0.100](https://dotnet.microsoft.com/download/dotnet-core/3.0)<sup>1</sup> |
17-
17+
| [**5.3.1**](https://nuget.org/downloads) | [Visual Studio 2019 version 16.3.6](https://visualstudio.microsoft.com/downloads/) | [Future version: 3.0.101](https://dotnet.microsoft.com/download/dotnet-core/3.0) |
1818
<sup>1</sup>Installed with Visual Studio 2019 with .NET Core workload
1919

2020
## Summary: What's New in 5.3
@@ -88,3 +88,9 @@ NuGet distribution vehicles:
8888
* Add -SolutionDirectory and -PackageDirectory options to nuget.exe pack - [#7163](https://github.com/NuGet/Home/issues/7163)
8989

9090
**[List of all issues fixed in this release - 5.3](https://github.com/nuget/home/issues?q=is%3Aissue+is%3Aclosed+milestone%3A%225.3")**
91+
92+
## Summary: What's New in 5.3.1
93+
94+
* Plugin: A task was canceled - don't let cancellations affect plugin instantiation - [#8648](https://github.com/NuGet/Home/issues/8648)
95+
96+
* Restore Task cannot be safely run twice in one process (when Credential providers are used) - [#8688](https://github.com/NuGet/Home/issues/8688)

0 commit comments

Comments
 (0)