We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f55d93 + 68b1364 commit 4a8b40fCopy full SHA for 4a8b40f
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