From 9ab5a3a7e2dd149bd4e5298e924f87f6df769df5 Mon Sep 17 00:00:00 2001 From: libertyernie Date: Thu, 23 Feb 2017 11:32:39 -0600 Subject: [PATCH] Change TagName back to 0.77 so when 0.78 comes out the update will work --- BrawlBox/Program.cs | 2 +- BrawlBox/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BrawlBox/Program.cs b/BrawlBox/Program.cs index 3874ec12..f3ddbd41 100644 --- a/BrawlBox/Program.cs +++ b/BrawlBox/Program.cs @@ -14,7 +14,7 @@ namespace BrawlBox static class Program { //Make sure this matches the tag name of the release on github exactly - public static readonly string TagName = "v0.78"; + public static readonly string TagName = "v0.77"; // Change this to v0.78 on final release public static readonly string AssemblyTitle; public static readonly string AssemblyDescription; diff --git a/BrawlBox/Properties/AssemblyInfo.cs b/BrawlBox/Properties/AssemblyInfo.cs index 9b702e99..8b3c8bbb 100644 --- a/BrawlBox/Properties/AssemblyInfo.cs +++ b/BrawlBox/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("BrawlBox v0.78")] +[assembly: AssemblyTitle("BrawlBox v0.78 rc1")] [assembly: AssemblyDescription("This program is provided as-is without any warranty, implied or otherwise." + " By using this program, the end user agrees to take full responsibility regarding its proper and lawful use." + " The authors/hosts/distributors cannot be held responsible for any damage resulting in the use of this program," +