Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Update titlebar version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Aug 25, 2016
1 parent e6aa10d commit 8206f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PokemonGo.RocketBot.Window/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public MainForm()

private void MainForm_Load(object sender, EventArgs e)
{
Text = @"RocketBot v" + Assembly.GetExecutingAssembly().GetName().Version;
Text = @"RocketBot v" + Application.ProductVersion;

//User activity tracking, help us get more information to make RocketBot better
//Everything is anonymous
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
<Compile Include="Helpers\ResourceHelper.cs" />
<Compile Include="Helpers\S2GMapDrawer.cs" />
<Compile Include="Helpers\TimeHelper.cs" />
<Compile Include="Helpers\VersionHelper.cs" />
<Compile Include="Models\GMapMarkerPokestops.cs" />
<Compile Include="Models\GMapMarkerTrainer.cs" />
<Compile Include="Models\LoggingStrings.cs" />
Expand Down

0 comments on commit 8206f3e

Please sign in to comment.