Skip to content

Commit 47b1a44

Browse files
authored
Update max supported version (#7982)
Brings parity with: https://github.com/NuGet/NuGet.Services.Index/pull/166 Addresses #7984
1 parent 53b80d6 commit 47b1a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/GalleryConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static class GalleryConstants
2727
public const int GravatarCacheDurationSeconds = 300;
2828

2929
public const int MaxEmailSubjectLength = 255;
30-
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("5.5.0.0");
30+
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("5.6.0.0");
3131
public const string PackageFileDownloadUriTemplate = "packages/{0}/{1}/download";
3232

3333
public const string ReadMeFileSavePathTemplateActive = "active/{0}/{1}{2}";

0 commit comments

Comments
 (0)