Skip to content

Commit

Permalink
Updating to the latest nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zxeltor committed Sep 28, 2024
1 parent 570a3b9 commit 34ff977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:classes="clr-namespace:zxeltor.StoCombat.Realtime.Classes"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance Type={x:Type classes:RealtimeCombatLogMonitor}}"
Title="MainWindow" MinHeight="300" MinWidth="440" Height="700" Width="700" d:DesignHeight="600" Name="uiMainWindow">
Title="MainWindow" MinHeight="300" MinWidth="440" Height="700" Width="700" d:DesignHeight="600" Name="uiMainWindow" WindowStartupLocation="CenterScreen">
<Window.Resources>
<ResourceDictionary Source="Styles/StoCombatResourceDictionary.xaml"></ResourceDictionary>
</Window.Resources>
Expand Down
4 changes: 2 additions & 2 deletions zxeltor.StoCombat.Realtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<AssemblyName>StoCombatRealtime</AssemblyName>
<ApplicationIcon>Images\sto-realtime-128.ico</ApplicationIcon>
</PropertyGroup>
Expand Down Expand Up @@ -170,7 +170,7 @@

<ItemGroup>
<PackageReference Include="PixiEditor.ColorPicker" Version="3.4.1" />
<PackageReference Include="zxeltor.StoCombat.Lib" Version="2.0.0" />
<PackageReference Include="zxeltor.StoCombat.Lib" Version="2.0.3" />
</ItemGroup>

</Project>

0 comments on commit 34ff977

Please sign in to comment.