File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33using Avalonia . Collections ;
44using Avalonia . Media ;
55using PleasantUI ;
6+ using PleasantUI . Core ;
67using PleasantUI . Core . Constants ;
78using RegulSaveCleaner . Core . Constants ;
89using RegulSaveCleaner . Structures ;
Original file line number Diff line number Diff line change 1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <PackageReference Include =" Avalonia" Version =" 11.0.0 " />
20- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.0 " />
19+ <PackageReference Include =" Avalonia" Version =" 11.0.1 " />
20+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.1 " />
2121 <PackageReference Include =" Pfim" Version =" 0.11.2" />
22- <PackageReference Include =" PleasantUI" Version =" 3.0.8 " />
22+ <PackageReference Include =" PleasantUI" Version =" 3.0.9 " />
2323 <PackageReference Condition =" '$(TargetFramework)' != 'net461'" Include =" SixLabors.ImageSharp" Version =" 3.0.1" />
2424 <PackageReference Condition =" '$(TargetFramework)' == 'net461'" Include =" SixLabors.ImageSharp" Version =" 2.1.4" />
2525 </ItemGroup >
4040
4141 <PropertyGroup Condition =" '$(Configuration.toUpper())' != 'DEBUG'" >
4242 <TrimMode >link</TrimMode >
43- <TrimmerDefaultAction >link</TrimmerDefaultAction >
44- <IlcGenerateCompleteTypeMetadata >false</IlcGenerateCompleteTypeMetadata >
4543 <IlcGenerateStackTraceData >false</IlcGenerateStackTraceData >
4644 <IlcDisableUnhandledExceptionExperience >true</IlcDisableUnhandledExceptionExperience >
45+ <IlcFoldIdenticalMethodBodies >true</IlcFoldIdenticalMethodBodies >
4746 <StripSymbols >true</StripSymbols >
4847 <OptimizationPreference >Size</OptimizationPreference >
4948 <MetadataUpdaterSupport >false</MetadataUpdaterSupport >
Original file line number Diff line number Diff line change 11<ResourceDictionary xmlns =" https://github.com/avaloniaui"
2- xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
2+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3+ x : ClassModifier =" internal" >
34 <!-- All-->
45 <InlineCollection x : Key =" WorldCacheInline" >
56 <Run Text =" {StaticResource All}" />
Original file line number Diff line number Diff line change 22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : structures =" clr-namespace:RegulSaveCleaner.Structures"
44 xmlns : core =" clr-namespace:RegulSaveCleaner.Core"
5- xmlns : converters =" clr-namespace:RegulSaveCleaner.Core.Converters" >
5+ xmlns : converters =" clr-namespace:RegulSaveCleaner.Core.Converters"
6+ x : ClassModifier =" internal" >
67 <ResourceDictionary .MergedDictionaries>
78 <MergeResourceInclude Source =" ../MenuFlyouts.axaml" />
89 </ResourceDictionary .MergedDictionaries>
Original file line number Diff line number Diff line change 11<ResourceDictionary xmlns =" https://github.com/avaloniaui"
22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : views =" clr-namespace:RegulSaveCleaner.Views"
4- xmlns : structures =" clr-namespace:RegulSaveCleaner.Structures" >
4+ xmlns : structures =" clr-namespace:RegulSaveCleaner.Structures"
5+ x : ClassModifier =" internal" >
56 <MenuFlyout x : Key =" SaveFilesSettingsMenuFlyout" x : DataType =" structures:GameSave" >
67 <MenuItem Header =" {StaticResource ProhibitedList}"
78 Command =" {CompiledBinding $parent[views:MainWindow].ViewModel.OpenProhibitedList}"
Original file line number Diff line number Diff line change 1313using RegulSaveCleaner . S3PI . Resources ;
1414using RegulSaveCleaner . Structures ;
1515using RegulSaveCleaner . Views . Windows ;
16+ using SixLabors . ImageSharp ;
1617using SixLabors . ImageSharp . Formats ;
1718using SixLabors . ImageSharp . Formats . Png ;
19+ using SixLabors . ImageSharp . PixelFormats ;
1820using IImage = Pfim . IImage ;
1921
2022namespace RegulSaveCleaner . ViewModels . Windows ;
Original file line number Diff line number Diff line change 130130 HorizontalAlignment =" Right"
131131 Foreground =" {StaticResource TextFillColorTertiaryBrush}" >
132132 <Run Text =" {StaticResource Version}" /><Run Text =" :" />
133- ​ <Run Text =" 11.0.0 " />
133+ ​ <Run Text =" 11.0.1 " />
134134 </TextBlock >
135135 </Panel >
136136 <Separator Background =" {StaticResource CardStrokeColorDefaultBrush}" Margin =" -12 0" />
You can’t perform that action at this time.
0 commit comments