Skip to content

Commit

Permalink
Hotfix for progressBar
Browse files Browse the repository at this point in the history
  • Loading branch information
Celene committed Apr 18, 2022
1 parent 463f9e9 commit ce1c3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EZAction/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,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("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: NeutralResourcesLanguage("")]
1 change: 1 addition & 0 deletions EZAction/aceEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ private static string BuildFunctions()
builder.AppendLine("");

if (element.progressBar) {
concat = String.Concat("}, {}, \"", element.displayText, "\"] call ace_common_fnc_progressBar;");
builder.AppendLine(concat);
}

Expand Down

0 comments on commit ce1c3a3

Please sign in to comment.