Skip to content

Commit

Permalink
not any assambly property used any more
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertK66 committed Aug 19, 2023
1 parent 5759442 commit 37cc3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyHomeAudio/pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public sealed partial class SettingsPage : Page {

public string EaVersion {
get {
var version = System.Reflection.Assembly.GetEntryAssembly().GetName().Version;
return string.Format("{0}.{1}.{2}.{3} ", version.Major, version.Minor, version.Build, version.Revision);
//var version = System.Reflection.Assembly.GetEntryAssembly().GetName().Version;
return "string.Format({0}.{1}.{2}.{3} , version.Major, version.Minor, version.Build, version.Revision)";
}
}

Expand Down

0 comments on commit 37cc3d6

Please sign in to comment.