diff --git a/bower.json b/bower.json
deleted file mode 100644
index a1522a5..0000000
--- a/bower.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "jquery-validation-unobtrusive",
- "version": "3.2.8",
- "homepage": "https://github.com/aspnet/jquery-validation-unobtrusive",
- "description": "Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.",
- "main": [
- "dist/jquery.validate.unobtrusive.js"
- ],
- "ignore": [
- "**/.*",
- "*.json",
- "*.md",
- "*.txt",
- "!LICENSE.txt",
- "gulpfile.js"
- ],
- "keywords": [
- "jquery",
- "asp.net",
- "mvc",
- "validation",
- "unobtrusive"
- ],
- "authors": [
- "Microsoft"
- ],
- "license": "https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
- "repository": {
- "type": "git",
- "url": "git://github.com/aspnet/jquery-validation-unobtrusive.git"
- },
- "dependencies": {
- "jquery-validation": ">=1.16",
- "jquery": ">=1.8"
- }
-}
diff --git a/build.msbuild b/build.msbuild
index 8da9b2e..015b891 100644
--- a/build.msbuild
+++ b/build.msbuild
@@ -9,6 +9,7 @@
+
diff --git a/version.props b/version.props
index 6a3913b..df4bdc7 100644
--- a/version.props
+++ b/version.props
@@ -1 +1 @@
-3.2.7
\ No newline at end of file
+3.2.9
\ No newline at end of file