Skip to content

Commit ab73019

Browse files
committed
Revert helptext and add text specific for updating the project filenames
1 parent 76d79da commit ab73019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GitVersionExe/HelpWriter.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ path The directory containing .git. If not defined current directory
5656
/updateprojectfiles
5757
Will recursively search for all project files (.csproj/.vbproj/.fsproj) files in the git repo and update them
5858
Note: This is only compatible with the newer Sdk projects
59-
/updatefilenames
60-
Specify name(s) of files to update. If updating assemblyinfo these should be AssemblyInfo class files,
61-
otherwise these should be your xml project files.
62-
Note: Can also /updateAssemblyInfo GlobalAssemblyInfo.cs as a shorthand
59+
/updateassemblyinfofilename
60+
Specify name of AssemblyInfo file. Can also /updateAssemblyInfo GlobalAssemblyInfo.cs as a shorthand
61+
/updateprojectfilename
62+
Specify name of Project file. Can also /updateProjectInfo Project.csproj as a shorthand
6363
/ensureassemblyinfo
6464
If the assembly info file specified with /updateassemblyinfo or /updateassemblyinfofilename is not found,
6565
it be created with these attributes: AssemblyFileVersion, AssemblyVersion and AssemblyInformationalVersion

0 commit comments

Comments
 (0)