From 5d709375e185a96a5d60a61d3a4c04cf446be996 Mon Sep 17 00:00:00 2001
From: Scott Lilly <2271154+ScottLilly@users.noreply.github.com>
Date: Wed, 30 Apr 2025 05:00:42 -0400
Subject: [PATCH] Display latest token counts on main page
---
Legba.Engine/Legba.Engine.csproj | 2 +-
Legba.Engine/ViewModels/AboutViewModel.cs | 4 ++--
Legba.WPF/Legba.WPF.csproj | 2 +-
Legba.WPF/MainWindow.xaml | 16 ++++++++++++++++
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/Legba.Engine/Legba.Engine.csproj b/Legba.Engine/Legba.Engine.csproj
index 737036b..0d3acbe 100644
--- a/Legba.Engine/Legba.Engine.csproj
+++ b/Legba.Engine/Legba.Engine.csproj
@@ -4,7 +4,7 @@
net8.0
enable
enable
- 2.0.0.0
+ 1.2.0.0
diff --git a/Legba.Engine/ViewModels/AboutViewModel.cs b/Legba.Engine/ViewModels/AboutViewModel.cs
index f32d249..9780234 100644
--- a/Legba.Engine/ViewModels/AboutViewModel.cs
+++ b/Legba.Engine/ViewModels/AboutViewModel.cs
@@ -24,8 +24,8 @@ public class AboutViewModel
public string SourceCode =>
"https://github.com/LillySoftwareConsulting/Legba";
public string Disclaimer =>
- "This software is provided as-is, without warranty of any kind, " +
- "express or implied. Use at your own risk.";
+ "This software is provided as-is, without any warranty, express or implied. " +
+ "While every effort has been made to ensure the program functions correctly, it is used at your own risk.";
public string Credits =>
"This software uses the following third-party components:\n" +
"• LiteDB\n" +
diff --git a/Legba.WPF/Legba.WPF.csproj b/Legba.WPF/Legba.WPF.csproj
index 977dcf5..d180cca 100644
--- a/Legba.WPF/Legba.WPF.csproj
+++ b/Legba.WPF/Legba.WPF.csproj
@@ -9,7 +9,7 @@
3be61677-fcf9-4588-bc35-5383dcd0d62e
Images\LegbaIcon.ico
Legba
- 2.0.0.0
+ 1.2.0.0
diff --git a/Legba.WPF/MainWindow.xaml b/Legba.WPF/MainWindow.xaml
index 8b147d5..76c0fa2 100644
--- a/Legba.WPF/MainWindow.xaml
+++ b/Legba.WPF/MainWindow.xaml
@@ -101,11 +101,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+