Skip to content

Commit 0ced412

Browse files
authored
Document NU5105 deprecation in NuGet 5.6 (#3538)
1 parent 151a8cf commit 0ced412

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/reference/errors-and-warnings/NU5105.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ title: NuGet Warning NU5105
33
description: NU5105 Warning code
44
author: mishra14
55
ms.author: jodou
6-
ms.date: 8/8/2018
6+
ms.date: 03/09/2026
77
ms.topic: reference
88
ms.reviewer: anangaur
99
f1_keywords:
1010
- NU5105
1111
---
1212

1313
# NuGet Warning NU5105
14+
15+
> [!NOTE]
16+
> This warning was deprecated in [NuGet 5.6](../../release-notes/NuGet-5.6.md) (Visual Studio 2019 version 16.6 and .NET SDK 3.1.300). Starting from NuGet 5.6, `pack` no longer raises NU5105 when packing a SemVer 2.0 package.
17+
1418
> The package version '1.2.3+semver2.metadata' uses SemVer 2.0.0 or components of SemVer 1.0.0 that are not supported on legacy clients. Change the package version to a SemVer 1.0.0 string. If the version contains a release label it must start with a letter. This message can be ignored if the package is not intended for older clients.
1519
1620
### Issue

docs/release-notes/NuGet-5.6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ NuGet distribution vehicles:
7272

7373
* Sort packages by ID in the Updates tab of the PM UI - [#9278](https://github.com/NuGet/Home/issues/9278)
7474

75+
* Pack no longer raises NU5105 when packing a SemVer 2.0 package - [#9044](https://github.com/NuGet/Home/issues/9044) [#5201](https://github.com/NuGet/Home/issues/5201)
76+
7577

7678
**[List of all issues fixed in this release - 5.6](https://app.zenhub.com/workspaces/nuget-client-team-55aec9a240305cf007585881/reports/release?release=5e3b2080c4b30708e48bf9f3)**

0 commit comments

Comments
 (0)