msbuildtasks
msbuildtasks copied to clipboard
Unable to set version numbers explicitly with Version
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.