File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/GitVersion.MsBuild/msbuild/tools Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 3737 <!-- Property that enables UpdateAssemblyInfo. -->
3838 <UpdateAssemblyInfo Condition =" '$(DisableGitVersionTask)' == 'true' " >false</UpdateAssemblyInfo >
3939 <UpdateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == '' " >true</UpdateAssemblyInfo >
40- <GenerateAssemblyInfo Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyInfo >
40+ <GenerateAssemblyFileVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyFileVersionAttribute >
41+ <GenerateAssemblyInformationalVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyInformationalVersionAttribute >
42+ <GenerateAssemblyVersionAttribute Condition =" '$(UpdateAssemblyInfo)' == 'true' " >false</GenerateAssemblyVersionAttribute >
4143
4244 <!-- Property that enables GenerateGitVersionInformation -->
4345 <GenerateGitVersionInformation Condition =" '$(DisableGitVersionTask)' == 'true' " >false</GenerateGitVersionInformation >
You can’t perform that action at this time.
0 commit comments