File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,10 @@ path The directory containing .git. If not defined current directory
56
56
/updateprojectfiles
57
57
Will recursively search for all project files (.csproj/.vbproj/.fsproj) files in the git repo and update them
58
58
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
63
63
/ensureassemblyinfo
64
64
If the assembly info file specified with /updateassemblyinfo or /updateassemblyinfofilename is not found,
65
65
it be created with these attributes: AssemblyFileVersion, AssemblyVersion and AssemblyInformationalVersion
You can’t perform that action at this time.
0 commit comments