From 7938149c9075acd8fecdfae04d07e867312fb711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Fri, 12 Jan 2024 12:07:36 +0100 Subject: [PATCH] Add about dialog and versioning --- AssemblyInfo.cs | 1 + MainWindow.xaml | 5 +++-- MainWindow.xaml.cs | 12 +++++++----- Txt2Bib.csproj | 1 + 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 8b5504e..7aee22a 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -1,3 +1,4 @@ +using System.Reflection; using System.Windows; [assembly: ThemeInfo( diff --git a/MainWindow.xaml b/MainWindow.xaml index 9d20761..c443142 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -26,7 +26,7 @@ - + @@ -35,7 +35,8 @@