-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
Every js library includes the version in the file's header.
This library does not. And that means I always waste time trying to figure out the version, and make my build scripts work properly.
Please add the version, all it says now is this:
/*!
** Unobtrusive validation support library for jQuery and jQuery Validate
** Copyright (C) Microsoft Corporation. All rights reserved.
*/
For example, jquery validation has this:
/*!
* jQuery Validation Plugin v1.15.1
*
* http://jqueryvalidation.org/
*
* Copyright (c) 2016 Jörn Zaefferer
* Released under the MIT license
*/
xt0rted