Skip to content

Commit

Permalink
Fix comments in packaging script.
Browse files Browse the repository at this point in the history
  • Loading branch information
masojus committed Nov 12, 2017
1 parent a70fd2b commit 50e9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewSemVer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Print usage info.
#>
function Usage {
"Updates the Version in the .csproj file. Then, tries to create a new NuGet package, which will"
"fail if nuget.exe isn't in the PATH or the script's directory.`n"
"fail if dotnet core tools aren't installed.`n"
".\NewSemVer.ps1 <VersionNumber>`n"
" <VersionNumber> The version number to set, for example: 1.2.3"
" If prelease/metadata info (e.g. 1.2.3-beta) is provided, only "
Expand Down

0 comments on commit 50e9740

Please sign in to comment.