File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
docs/input/docs/usage/cli Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,10 @@ GitVersion [path]
65
65
(.csproj/.vbproj/.fsproj) files in the git repo and update
66
66
them
67
67
Note: This is only compatible with the newer Sdk projects
68
- /updateassemblyinfofilename
69
- Specify name of AssemblyInfo file. Can also
70
- /updateAssemblyInfo GlobalAssemblyInfo.cs as a shorthand
71
68
/ensureassemblyinfo
72
69
If the assembly info file specified with
73
- /updateassemblyinfo or /updateassemblyinfofilename is not
74
- found, it be created with these attributes:
70
+ /updateassemblyinfo is not
71
+ found, it will be created with these attributes:
75
72
AssemblyFileVersion, AssemblyVersion and
76
73
AssemblyInformationalVersion.
77
74
Supports writing version info for: C#, F#, VB
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ public void AllArgsAreInHelp()
41
41
42
42
var ignored = new [ ]
43
43
{
44
- nameof ( Arguments . Authentication )
44
+ nameof ( Arguments . Authentication ) ,
45
+ nameof ( Arguments . UpdateAssemblyInfoFileName )
45
46
} ;
46
47
typeof ( Arguments ) . GetFields ( )
47
48
. Select ( p => p . Name )
You can’t perform that action at this time.
0 commit comments