Skip to content

Commit

Permalink
Showing version no on About button
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Nov 19, 2022
1 parent 32e6ddd commit 0e7eb2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FetchXmlBuilder/FetchXmlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public FetchXmlBuilder()
// Add the event handler for handling non-UI thread exceptions to the event.
//AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(Error_UnhandledException);

tslAbout.Text = Assembly.GetExecutingAssembly().GetName().Version.ToString() + " by Jonas Rapp";

ai = new AppInsights(aiEndpoint, aiKey, Assembly.GetExecutingAssembly(), "FetchXML Builder");
var theme = new VS2015LightTheme();
dockContainer.Theme = theme;
Expand Down

0 comments on commit 0e7eb2d

Please sign in to comment.