Skip to content

Commit

Permalink
Update minClientVersion to 5.9.0 to support new client version (#8348)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen authored Dec 9, 2020
1 parent b61be04 commit e724d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/GalleryConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class GalleryConstants
public const int GravatarCacheDurationSeconds = 300;

public const int MaxEmailSubjectLength = 255;
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("5.8.0.0");
internal static readonly NuGetVersion MaxSupportedMinClientVersion = new NuGetVersion("5.9.0.0");
public const string PackageFileDownloadUriTemplate = "packages/{0}/{1}/download";

public const string ReadMeFileSavePathTemplateActive = "active/{0}/{1}{2}";
Expand Down

0 comments on commit e724d7f

Please sign in to comment.