Skip to content

Commit

Permalink
Added version number on main screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktam-tt committed Jan 24, 2020
1 parent 9d0e23e commit ae7ecbb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Beacon/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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]
1 change: 1 addition & 0 deletions Beacon/UI/MainUI.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,6 @@
EC3 Tool
</Hyperlink>
</TextBlock>
<Label Grid.Column="2" Grid.Row="8" Name="VersionLabel" Content="v0.3.0.0" FontWeight="Normal" HorizontalAlignment="Right" Margin="0,0,5,0" VerticalAlignment="Bottom" Height="26" Width="50" />
</Grid>
</Window>
1 change: 1 addition & 0 deletions Beacon/UI/MainUI.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public MainUI(RevitReader revitReader)
a_isCategoryPlot = true;
a_isInitialing = false;

this.VersionLabel.Content = "v" + typeof(BeaconCommand).Assembly.GetName().Version.ToString();
}

/// <summary>
Expand Down
Binary file modified Deployment/Revit2018/Beacon/Beacon.dll
Binary file not shown.
Binary file modified Deployment/Revit2019/Beacon/Beacon.dll
Binary file not shown.
Binary file modified Deployment/Revit2020/Beacon/Beacon.dll
Binary file not shown.

0 comments on commit ae7ecbb

Please sign in to comment.