From 11341131be591662c883c71ee0b7cd965c9428f0 Mon Sep 17 00:00:00 2001 From: FromDarkHell Date: Thu, 23 Sep 2021 20:46:29 -0500 Subject: [PATCH] v1.0.1 - Accidental error Case sensitivity is wack y'all --- BL3SaveEditor/AutoUpdater.xml | 2 +- BL3SaveEditor/MainWindow.xaml | 36 +++++++++++-------- BL3SaveEditor/MainWindow.xaml.cs | 9 +++++ BL3SaveEditor/Properties/AssemblyInfo.cs | 4 +-- BL3Tools/GameData/Items/Borderlands3Serial.cs | 3 +- 5 files changed, 34 insertions(+), 20 deletions(-) diff --git a/BL3SaveEditor/AutoUpdater.xml b/BL3SaveEditor/AutoUpdater.xml index ab39b91..02729f7 100644 --- a/BL3SaveEditor/AutoUpdater.xml +++ b/BL3SaveEditor/AutoUpdater.xml @@ -1,7 +1,7 @@  - 1.0.0.0 + 1.0.1.0 https://github.com/FromDarkHell/BL3SaveEditor/releases/latest/download/BL3SaveEditor.exe https://github.com/FromDarkHell/BL3SaveEditor/releases/latest false diff --git a/BL3SaveEditor/MainWindow.xaml b/BL3SaveEditor/MainWindow.xaml index b43c172..6eb321d 100644 --- a/BL3SaveEditor/MainWindow.xaml +++ b/BL3SaveEditor/MainWindow.xaml @@ -6,10 +6,10 @@ xmlns:helpers="clr-namespace:BL3SaveEditor.Helpers" xmlns:adonisUi="clr-namespace:AdonisUI;assembly=AdonisUI" xmlns:adonisControls="clr-namespace:AdonisUI.Controls;assembly=AdonisUI" xmlns:adonisExtensions="clr-namespace:AdonisUI.Extensions;assembly=AdonisUI" - xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="Borderlands 3 Save Editor" Height="612" Width="859" - Background="{DynamicResource {x:Static adonisUi:Brushes.Layer0BackgroundBrush}}" UseLayoutRounding="True" - Closed="AdonisWindow_Closed" DataContext="{Binding RelativeSource={RelativeSource Self}}"> + xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" Title="Borderlands 3 Save Editor" + Height="612" Width="859" Background="{DynamicResource {x:Static adonisUi:Brushes.Layer0BackgroundBrush}}" + UseLayoutRounding="True" Closed="AdonisWindow_Closed" + DataContext="{Binding RelativeSource={RelativeSource Self}}">