We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f55d93 commit 68b1364Copy full SHA for 68b1364
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("6.6.0.0");
+ internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("6.9.1.0");
28
29
public const string RecentSortOrder = "package-created";
30
0 commit comments