forked from aspnet/jquery-validation-unobtrusive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This helps resolve aspnet#162 and other issues that users may face when they want to use the client-side library manager feature in Visual Studio.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
<projectUrl>https://www.asp.net/</projectUrl> | ||
<iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> | ||
<description>jQuery plugin that unobtrusively sets up jQuery.Validation.</description> | ||
<description>jQuery plugin that unobtrusively sets up jQuery.Validation. It is recommended to install jQuery ([email protected] or above (cdnjs)), jQuery-validation ([email protected] 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.</description> | ||
<summary>The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements</summary> | ||
<releaseNotes>Please visit https://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes.</releaseNotes> | ||
<copyright>© Microsoft Corporation. All rights reserved.</copyright> | ||
|