Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Nov 13, 2024
1 parent 91adfae commit 0a64866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sizoscopeX.Core/MainView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public async void About_Clicked(object? sender, RoutedEventArgs args)
CloseButtonText = "OK",
Title = "About",
Content = $"""
sizoscopeX - {Assembly.GetEntryAssembly()?.GetName().Version}
sizoscopeX - {typeof(MainView).Assembly?.GetName().Version}
Copyright (c) 2023 Michal Strehovsky
Copyright (c) 2023 hez2010
Expand Down

0 comments on commit 0a64866

Please sign in to comment.