Skip to content

Include version in file's header #51

@denisz1

Description

@denisz1

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
 */

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions