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/reference/errors-and-warnings/NU5105.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,18 @@ title: NuGet Warning NU5105
3
3
description: NU5105 Warning code
4
4
author: mishra14
5
5
ms.author: jodou
6
-
ms.date: 8/8/2018
6
+
ms.date: 03/09/2026
7
7
ms.topic: reference
8
8
ms.reviewer: anangaur
9
9
f1_keywords:
10
10
- NU5105
11
11
---
12
12
13
13
# 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
+
14
18
> 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.
Copy file name to clipboardExpand all lines: docs/release-notes/NuGet-5.6.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,5 +72,7 @@ NuGet distribution vehicles:
72
72
73
73
* Sort packages by ID in the Updates tab of the PM UI - [#9278](https://github.com/NuGet/Home/issues/9278)
74
74
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
+
75
77
76
78
**[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