msbuildtasks icon indicating copy to clipboard operation
msbuildtasks copied to clipboard

Unable to set version numbers explicitly with Version

Open end-user opened this issue 11 years ago • 0 comments

I can't seem to override or explicitly set the various version properties directly through the task attributes. For example,

<MSBuild.Community.Tasks.Version VersionFile="%(VersionInfoFile.FullPath)" Major="$(NewMajorVersion)" Minor="0" > should create a new version, replacing the one in the file.

end-user avatar Feb 13 '14 16:02 end-user