Skip to content

Commit

Permalink
finalized pckver, and version number of release. This is the pck alph…
Browse files Browse the repository at this point in the history
…a 0 checkin
  • Loading branch information
codewitch-honey-crisis committed Aug 19, 2019
1 parent 4ad30de commit 33abd4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
// 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("0.0.0.3")]
[assembly: AssemblyFileVersion("0.0.0.3")]
[assembly: AssemblyVersion("0.0.1.0")]
[assembly: AssemblyFileVersion("0.0.1.0")]
3 changes: 2 additions & 1 deletion pckupdatebootstrapper/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static void Main(string[] _args)
Console.Error.WriteLine("done!");
}
}
Console.Error.Write("Cleaning up...");
Console.Error.WriteLine("Cleaning up...");
var psi = new ProcessStartInfo();
var args = new StringBuilder();
var delim = "";
Expand All @@ -57,6 +57,7 @@ static void Main(string[] _args)
psi.FileName = exeName;
psi.Arguments = args.ToString();
var proc = Process.Start(psi);

}
static string _Esc(string arg)
{
Expand Down
1 change: 0 additions & 1 deletion pckver/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ static int Main(string[] args)
case 1:
if("/updated"==args[0])
{
Console.Error.WriteLine("done!");
Updater.DeleteUpdaterFiles();
Console.Error.Write("Successfully changed version to Pck v");
Console.Error.WriteLine(Assembly.GetEntryAssembly().GetName().Version);
Expand Down

0 comments on commit 33abd4e

Please sign in to comment.