This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Marsey.Config;
1010public static class MarseyVars
1111{
1212 // TODO: Kill this
13- public static readonly Version MarseyVersion = new Version ( "2.18.1 " ) ;
13+ public static readonly Version MarseyVersion = new Version ( "2.19.0 " ) ;
1414
1515 public static readonly string EnabledPatchListFileName = "patches.marsey" ;
1616
Original file line number Diff line number Diff line change 1010 <DefineConstants Condition =" '$(FullRelease)' == 'True'" >FULL_RELEASE;$(DefineConstants)</DefineConstants >
1111 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1212 <NoWarn >CA1416</NoWarn >
13- <Version >0.28 .1</Version >
13+ <Version >0.29 .1</Version >
1414 </PropertyGroup >
1515 <ItemGroup >
1616 <Compile Update =" **\*.xaml.cs" >
Original file line number Diff line number Diff line change 120120 </ScrollViewer >
121121 </TabItem >
122122 </TabControl >
123- <StackPanel Orientation =" Horizontal" Grid.Row=" 1" VerticalAlignment =" Bottom" HorizontalAlignment =" Center " >
123+ <StackPanel Orientation =" Horizontal" Grid.Row=" 1" VerticalAlignment =" Bottom" HorizontalAlignment =" Right " >
124124 <DockPanel LastChildFill =" True" >
125125 <TextBlock Text =" Patches are unsandboxed, run at own risk."
126- VerticalAlignment =" Bottom" FontWeight =" Bold" HorizontalAlignment =" Left " DockPanel.Dock=" Left" />
126+ VerticalAlignment =" Bottom" FontWeight =" Bold" HorizontalAlignment =" Center " DockPanel.Dock=" Left" />
127127 <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Right" >
128128 <Button Content =" Open mod directory" Margin =" 4, 0" Command =" {Binding OpenPatchDirectoryCommand}" Height =" 30" />
129129 <Button Content =" Recheck mods" Margin =" 4, 0" Command =" {Binding ReloadModsCommand}" Height =" 30" />
You can’t perform that action at this time.
0 commit comments