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:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user