File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <PropertyGroup >
10- <AssemblyVersion >2.1.1 </AssemblyVersion >
10+ <AssemblyVersion >2.1.2 </AssemblyVersion >
1111 <FileVersion >$(AssemblyVersion)</FileVersion >
12- <VersionPrefix >2.1.1 </VersionPrefix >
12+ <VersionPrefix >2.1.2 </VersionPrefix >
1313 </PropertyGroup >
1414
1515 <PropertyGroup >
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ private static IEnumerable<string> SplitCommandLineIntoSegments(string line)
141141 // parse based on the command passed in (the first arg).
142142 if ( ! arguments . ArgumentGroups . ContainsKey ( args [ 0 ] ) )
143143 {
144- throw new ArgumentException ( $ "Unknown command [Cyan! { args [ 0 ] } ] ") ;
144+ throw new ArgumentException ( $ "Unknown command ' { args [ 0 ] } ' ") ;
145145 }
146146
147147 // short circuit the request for help!
You can’t perform that action at this time.
0 commit comments