Skip to content

Commit a23c1a0

Browse files
authored
Update MaxSupportedMinClientVersion to 7.3.1.1 (#10780)
1 parent 37387a2 commit a23c1a0

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("7.0.1.1");
27+
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("7.3.1.1");
2828

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

0 commit comments

Comments
 (0)