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

Commit

Permalink
Version 0.05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Jun 22, 2018
1 parent c4664e6 commit 16523f5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ You need ExtPlane Plugin installed ([Download](https://github.com/vranki/ExtPlan
* set __[connect / disconnect] [left / right] [APU / engine] generator__ please
* Ground power
* set __[connect / disconnect] the ground power__ please
* Lights
* set __set [logo / position / beacon / wing / wheel] lights to [off / on]__ please


__Cheat sheet:__
* __Needed__
Expand Down
19 changes: 16 additions & 3 deletions X-Plane Voice Control/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions X-Plane Voice Control/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@ private void SpeechRecognize_SpeechRecognized(object sender, SpeechRecognizedEve
Console.WriteLine($"Recognized text: {e.Result.Text}. Calling Class {class_.GetType().Name}");
Console.ForegroundColor = ConsoleColor.White;
}

private void MainForm_Load(object sender, EventArgs e)
{
labelInfo.Text += " 0." + Assembly.GetExecutingAssembly().GetName().Version.Minor.ToString("00");
}
}
}
4 changes: 2 additions & 2 deletions X-Plane Voice Control/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.03.0.0")]
[assembly: AssemblyFileVersion("0.03.0.0")]
[assembly: AssemblyVersion("0.05.0.0")]
[assembly: AssemblyFileVersion("0.05.0.0")]

0 comments on commit 16523f5

Please sign in to comment.