AssemblyInformationalVersion improved

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 9 years ago
parent 2040e3961c
commit 689698d9a4
  1. 2
      BuildServer/lib/tasks/dotnetrewrite.js

@ -32,7 +32,7 @@ module.exports = function (params, processor) {
"branch: " + processor.context.branch + ")",
processAssemblyInfo = function (content, cb) {
content += "\r\n";
content = addAssemblyAttribute(content, "[assembly: AssemblyInformationalVersion(\"" + version + "\")]");
content = addAssemblyAttribute(content, "[assembly: AssemblyInformationalVersion(\"v" + version + "\")]");
return cb(null, content);
};

Loading…
Cancel
Save