We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4789629 commit 0fc122dCopy full SHA for 0fc122d
src/GitVersionExe/HelpWriter.cs
@@ -53,6 +53,9 @@ path The directory containing .git. If not defined current directory
53
# AssemblyInfo updating
54
/updateassemblyinfo
55
Will recursively search for all 'AssemblyInfo.cs' files in the git repo and update them
56
+ /targetprojectfiles
57
+ Will target project files (cs/fs/vbproj files) to update instead of AssemblyInfo class files,
58
+ Note: This is only compatible with the newer Sdk projects
59
/updateassemblyinfofilename
60
Specify name of AssemblyInfo file. Can also /updateAssemblyInfo GlobalAssemblyInfo.cs as a shorthand
61
/ensureassemblyinfo
0 commit comments