We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37387a2 commit a23c1a0Copy full SHA for a23c1a0
1 file changed
src/NuGetGallery/GalleryConstants.cs
@@ -24,7 +24,7 @@ public static class GalleryConstants
24
public const int GravatarCacheDurationSeconds = 300;
25
26
public const int MaxFileLengthBytes = 1024 * 1024; // 1MB for License, Icon, readme file
27
- internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("7.0.1.1");
+ internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("7.3.1.1");
28
29
public const string RecentSortOrder = "package-created";
30
0 commit comments