Skip to content

Commit 4a8b40f

Browse files
authored
Merge pull request #9803 from NuGet/scoban-updateminclient
Update MaxSupportedMinClientVersion
2 parents 7f55d93 + 68b1364 commit 4a8b40f

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
@@ -24,7 +24,7 @@ public static class GalleryConstants
2424
public const int GravatarCacheDurationSeconds = 300;
2525

2626
public const int MaxFileLengthBytes = 1024 * 1024; // 1MB for License, Icon, readme file
27-
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("6.6.0.0");
27+
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("6.9.1.0");
2828

2929
public const string RecentSortOrder = "package-created";
3030

0 commit comments

Comments
 (0)