From 68b1364001f7b49a79440a340a1bfbbdc8562d34 Mon Sep 17 00:00:00 2001 From: "Scott Banning (from Dev Box)" Date: Mon, 12 Feb 2024 15:33:54 -0800 Subject: [PATCH] Update MaxSupportedMinClientVersion --- src/NuGetGallery/GalleryConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NuGetGallery/GalleryConstants.cs b/src/NuGetGallery/GalleryConstants.cs index 9241c2c7f7..e428c79b7c 100644 --- a/src/NuGetGallery/GalleryConstants.cs +++ b/src/NuGetGallery/GalleryConstants.cs @@ -24,7 +24,7 @@ public static class GalleryConstants public const int GravatarCacheDurationSeconds = 300; public const int MaxFileLengthBytes = 1024 * 1024; // 1MB for License, Icon, readme file - internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("6.6.0.0"); + internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("6.9.1.0"); public const string RecentSortOrder = "package-created";