From ff1cd3ee74fee463d3acd731c0f0b2509a171e6e Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 5 Mar 2018 12:36:06 -0800 Subject: [PATCH 1/8] Add nuspec --- ...osoft.jQuery.Unobtrusive.Validation.nuspec | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Microsoft.jQuery.Unobtrusive.Validation.nuspec diff --git a/Microsoft.jQuery.Unobtrusive.Validation.nuspec b/Microsoft.jQuery.Unobtrusive.Validation.nuspec new file mode 100644 index 0000000..5f62c54 --- /dev/null +++ b/Microsoft.jQuery.Unobtrusive.Validation.nuspec @@ -0,0 +1,29 @@ + + + + Microsoft.jQuery.Unobtrusive.Validation + 3.2.6 + Microsoft jQuery Unobtrusive Validation + Microsoft + Microsoft,aspnet + true + http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm + https://www.asp.net/ + http://go.microsoft.com/fwlink/?LinkID=288859 + jQuery plugin that unobtrusively sets up jQuery.Validation. + The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements + Please visit http://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes. + © Microsoft Corporation. All rights reserved. + jQuery Unobtrusive + + + + + + + + + + + + \ No newline at end of file From 6846b9f25ad31b04ffe495fced39227e2479b078 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 5 Mar 2018 14:47:58 -0800 Subject: [PATCH 2/8] Feedback addressed --- Microsoft.jQuery.Unobtrusive.Validation.nuspec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Microsoft.jQuery.Unobtrusive.Validation.nuspec b/Microsoft.jQuery.Unobtrusive.Validation.nuspec index 5f62c54..6f3e5e3 100644 --- a/Microsoft.jQuery.Unobtrusive.Validation.nuspec +++ b/Microsoft.jQuery.Unobtrusive.Validation.nuspec @@ -7,12 +7,12 @@ Microsoft Microsoft,aspnet true - http://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm + https://www.microsoft.com/web/webpi/eula/net_library_eula_ENU.htm https://www.asp.net/ - http://go.microsoft.com/fwlink/?LinkID=288859 + https://go.microsoft.com/fwlink/?LinkID=288859 jQuery plugin that unobtrusively sets up jQuery.Validation. The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements - Please visit http://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes. + Please visit https://go.microsoft.com/fwlink/?LinkId=389866 to view the release notes. © Microsoft Corporation. All rights reserved. jQuery Unobtrusive @@ -23,7 +23,5 @@ - - \ No newline at end of file From 9fd93291dbca8b91e87201ac131e80770a7993c8 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Tue, 6 Mar 2018 12:07:50 -0800 Subject: [PATCH 3/8] Update target --- Microsoft.jQuery.Unobtrusive.Validation.nuspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Microsoft.jQuery.Unobtrusive.Validation.nuspec b/Microsoft.jQuery.Unobtrusive.Validation.nuspec index 6f3e5e3..1344245 100644 --- a/Microsoft.jQuery.Unobtrusive.Validation.nuspec +++ b/Microsoft.jQuery.Unobtrusive.Validation.nuspec @@ -2,7 +2,7 @@ Microsoft.jQuery.Unobtrusive.Validation - 3.2.6 + 3.2.7 Microsoft jQuery Unobtrusive Validation Microsoft Microsoft,aspnet @@ -21,7 +21,7 @@ - - + + \ No newline at end of file From cda1586f5026e69f5672159928231f6f42d27a59 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Wed, 7 Mar 2018 16:36:35 -0800 Subject: [PATCH 4/8] Add a build script --- Microsoft.jQuery.Unobtrusive.Validation.nuspec | 7 ++++--- build | 18 ++++++++++++++++++ version | 1 + 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 build create mode 100644 version diff --git a/Microsoft.jQuery.Unobtrusive.Validation.nuspec b/Microsoft.jQuery.Unobtrusive.Validation.nuspec index 1344245..f509cb7 100644 --- a/Microsoft.jQuery.Unobtrusive.Validation.nuspec +++ b/Microsoft.jQuery.Unobtrusive.Validation.nuspec @@ -1,8 +1,9 @@ - - + + Microsoft.jQuery.Unobtrusive.Validation - 3.2.7 + $version$ Microsoft jQuery Unobtrusive Validation Microsoft Microsoft,aspnet diff --git a/build b/build new file mode 100644 index 0000000..713af80 --- /dev/null +++ b/build @@ -0,0 +1,18 @@ + + + + + + + + "Microsoft.jQuery.Unobtrusive.Validation.nuspec" + + + + + + + + + + \ No newline at end of file diff --git a/version b/version new file mode 100644 index 0000000..6a3913b --- /dev/null +++ b/version @@ -0,0 +1 @@ +3.2.7 \ No newline at end of file From 1853889850aac88d78bde7a1d908e8fc5549b8ef Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 12 Mar 2018 10:46:16 -0700 Subject: [PATCH 5/8] Update build file --- build.cmd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 build.cmd diff --git a/build.cmd b/build.cmd new file mode 100644 index 0000000..c25afb8 --- /dev/null +++ b/build.cmd @@ -0,0 +1,16 @@ + + + + + + Microsoft.jQuery.Unobtrusive.Validation.nuspec + + + + + + + + + + \ No newline at end of file From a38178fde970811a7a6568ebe4b8e7c8b8209e1e Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 12 Mar 2018 10:59:48 -0700 Subject: [PATCH 6/8] Update build file --- build | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 build diff --git a/build b/build deleted file mode 100644 index 713af80..0000000 --- a/build +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - "Microsoft.jQuery.Unobtrusive.Validation.nuspec" - - - - - - - - - - \ No newline at end of file From a0db57a83afd0edada1dc82826abd902b7d32223 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 12 Mar 2018 12:02:21 -0700 Subject: [PATCH 7/8] Add cmd file that runs the msbuild file --- build.cmd | 18 ++---------------- build.msbuild | 16 ++++++++++++++++ run.ps1 | 1 + version => version.props | 0 4 files changed, 19 insertions(+), 16 deletions(-) create mode 100644 build.msbuild create mode 100644 run.ps1 rename version => version.props (100%) diff --git a/build.cmd b/build.cmd index c25afb8..052daba 100644 --- a/build.cmd +++ b/build.cmd @@ -1,16 +1,2 @@ - - - - - - Microsoft.jQuery.Unobtrusive.Validation.nuspec - - - - - - - - - - \ No newline at end of file +@ECHO OFF +PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE" \ No newline at end of file diff --git a/build.msbuild b/build.msbuild new file mode 100644 index 0000000..8da9b2e --- /dev/null +++ b/build.msbuild @@ -0,0 +1,16 @@ + + + + + + Microsoft.jQuery.Unobtrusive.Validation.nuspec + + + + + + + + + + \ No newline at end of file diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 0000000..9bb0a36 --- /dev/null +++ b/run.ps1 @@ -0,0 +1 @@ +msbuild .\build.msbuild \ No newline at end of file diff --git a/version b/version.props similarity index 100% rename from version rename to version.props From 49ba83c7d86631c6e792e3e85c3657358dad04d9 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 12 Mar 2018 12:03:29 -0700 Subject: [PATCH 8/8] Update cmd file --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 052daba..b2eeb74 100644 --- a/build.cmd +++ b/build.cmd @@ -1,2 +1,2 @@ @ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE" \ No newline at end of file +PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE" \ No newline at end of file