From 2b8431de14ddabb12b42ad62103c6b401994a7ad Mon Sep 17 00:00:00 2001 From: AraHaan Date: Sun, 9 Apr 2023 18:44:38 -0400 Subject: [PATCH] Update nuget package description. This helps resolve https://github.com/aspnet/jquery-validation-unobtrusive/issues/162 and other issues that users may face when they want to use the client-side library manager feature in Visual Studio. --- Microsoft.jQuery.Unobtrusive.Validation.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.jQuery.Unobtrusive.Validation.nuspec b/Microsoft.jQuery.Unobtrusive.Validation.nuspec index 033ecf5..846b876 100644 --- a/Microsoft.jQuery.Unobtrusive.Validation.nuspec +++ b/Microsoft.jQuery.Unobtrusive.Validation.nuspec @@ -11,7 +11,7 @@ https://licenses.nuget.org/MIT https://www.asp.net/ https://go.microsoft.com/fwlink/?LinkID=288859 - jQuery plugin that unobtrusively sets up jQuery.Validation. + jQuery plugin that unobtrusively sets up jQuery.Validation. It is recommended to install jQuery (jquery@1.8.0 or above (cdnjs)), jQuery-validation (jquery-validation@1.14.0 or above (jsdelivr)), and this package (jquery-validation-unobtrusive@$version$ (cdnjs))) using the client-side library manager that is in Visual Studio since 2017 (include specific files though); however the nuget package versions can still be used if the developer insists to use them. The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements Please visit https://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes. © Microsoft Corporation. All rights reserved.