From 55c753dead4502c7aab3186052d95589c5c707ad Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Thu, 13 Jun 2024 20:27:16 +0200 Subject: [PATCH] Fully added File Editor --- WeeXnes/Core/Global.cs | 2 +- WeeXnes/MainWindow.xaml | 5 ++--- WeeXnes/MainWindow.xaml.cs | 2 +- .../TextEditorView.xaml.cs | 20 +++++++++++++++---- WeeXnes/WeeXnes.csproj | 2 +- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/WeeXnes/Core/Global.cs b/WeeXnes/Core/Global.cs index 01c1cbc..7223cee 100644 --- a/WeeXnes/Core/Global.cs +++ b/WeeXnes/Core/Global.cs @@ -8,7 +8,7 @@ namespace WeeXnes.Core { public class Information { - public const string Version = "4.5.1.7"; + public const string Version = "4.5.2"; public const string EncryptionHash = "8zf5#RdyQ]$4x4_"; public const string ApiUrl = "https://api.github.com/repos/weexnes/weexnessuite/releases/latest"; } diff --git a/WeeXnes/MainWindow.xaml b/WeeXnes/MainWindow.xaml index 5329b3b..55d1058 100644 --- a/WeeXnes/MainWindow.xaml +++ b/WeeXnes/MainWindow.xaml @@ -12,7 +12,7 @@ xmlns:profile="clr-namespace:WeeXnes.Views.ProfileView" xmlns:EncryptedTextEditor="clr-namespace:WeeXnes.Views.EncryptedTextEditor" mc:Ignorable="d" - Height="400" + Height="540" Width="500" Title="WeeXnes" Background="{DynamicResource ApplicationBackgroundBrush}" @@ -92,8 +92,7 @@ Name="ButtonPwGen" PageTag="Gen" PageType="{x:Type passwordGenerator:PasswordGenView}"/> - Debug AnyCPU - 4.5.1.7 + 4.5.2 {4B33CEE7-C74D-43B9-B99A-8B273D5195BC} WinExe WeeXnes