Add version # to DLL on build

* Split VersionInfo from AssemblyInfo so we can ignore changes and let the build handle
* Ignore VersionInfo
* Install/configure assemblyinfo grunt task
* Ignore compiler warning about bad version number format (.NET vs SemVer)
This commit is contained in:
Tom Fulton
2014-02-22 00:32:37 -07:00
parent ed6068230e
commit cd2bd8c562
6 changed files with 27 additions and 9 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
"grunt-template": "~0.2.2",
"grunt-touch": "~0.1.0",
"fs-extra": "~0.8.1",
"grunt-msbuild": "~0.1.9"
"grunt-msbuild": "~0.1.9",
"grunt-dotnet-assembly-info": "~1.0.9"
},
"repository": {
"type": "git",