Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
updating version number and help page for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodivece committed Dec 1, 2016
1 parent f83f033 commit f4dde7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Unosquare.Labs.SshDeploy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ static void Main(string[] args)
#endregion

Console.WriteLine("SSH Deployment Tool [Version " + typeof(Unosquare.Labs.SshDeploy.Program).Assembly.GetName().Version.ToString() + "]");
Console.WriteLine("(c) 2015 Unosquare SA de CV. All Rights Reserved.");
Console.WriteLine("(c) 2015-2016 Unosquare SA de CV. All Rights Reserved.");
Console.WriteLine("For additional help, please visit https://github.com/unosquare/sshdeploy");

var invokedVerbName = string.Empty;
CliVerbOptionsBase invokedVerbOptions = null;
Expand Down
4 changes: 2 additions & 2 deletions Unosquare.Labs.SshDeploy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]

0 comments on commit f4dde7c

Please sign in to comment.