We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98da54 commit a5ea58eCopy full SHA for a5ea58e
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