From ea96097828100b7a35c5f4fa5585b72045da59bf Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 19 Dec 2025 16:35:39 -0500 Subject: [PATCH] Change format of shares to add comma. Adjust build version --- Navigator/ViewModels/AboutViewModel.cs | 2 +- Navigator/Views/GainLossPage.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Navigator/ViewModels/AboutViewModel.cs b/Navigator/ViewModels/AboutViewModel.cs index a1c1aa5..830942e 100644 --- a/Navigator/ViewModels/AboutViewModel.cs +++ b/Navigator/ViewModels/AboutViewModel.cs @@ -15,7 +15,7 @@ namespace Navigator.ViewModels private String ipAddress; private RelayCommand ipAddressCommand; private RelayCommand onResetCommand; - private static readonly String VERSION = "1.0.0.5"; + private static readonly String VERSION = "1.0.0.6"; public AboutViewModel() { diff --git a/Navigator/Views/GainLossPage.xaml b/Navigator/Views/GainLossPage.xaml index b536761..09881b4 100644 --- a/Navigator/Views/GainLossPage.xaml +++ b/Navigator/Views/GainLossPage.xaml @@ -166,7 +166,7 @@