We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b80d6 commit 47b1a44Copy full SHA for 47b1a44
1 file changed
src/NuGetGallery/GalleryConstants.cs
@@ -27,7 +27,7 @@ public static class GalleryConstants
27
public const int GravatarCacheDurationSeconds = 300;
28
29
public const int MaxEmailSubjectLength = 255;
30
- internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("5.5.0.0");
+ internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("5.6.0.0");
31
public const string PackageFileDownloadUriTemplate = "packages/{0}/{1}/download";
32
33
public const string ReadMeFileSavePathTemplateActive = "active/{0}/{1}{2}";
0 commit comments