|
11 | 11 | <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> |
12 | 12 |
|
13 | 13 | <!-- Program details --> |
14 | | - <Version>2.2.1</Version> |
| 14 | + <Version>2.3.0</Version> |
15 | 15 | <Description>This program will manage RetroRewind and mods :)</Description> |
16 | 16 | <Copyright>GNU v3.0</Copyright> |
17 | 17 | <RepositoryUrl>https://github.com/patchzyy/WheelWizard</RepositoryUrl> |
|
47 | 47 |
|
48 | 48 | <!-- Everything from the OG Wheel wizard project --> |
49 | 49 | <PackageReference Include="ini-parser" Version="2.5.2" NoWarn="NU1701"/> |
50 | | - <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.3.25171.5" /> |
| 50 | + <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-preview.3.25171.5"/> |
51 | 51 | <PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.3.0"/> |
52 | 52 | <PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3"/> |
53 | 53 | <PackageReference Include="Refit.HttpClientFactory" Version="8.0.0"/> |
|
57 | 57 | <PackageReference Include="Serilog.Sinks.File" Version="6.0.0"/> |
58 | 58 | <PackageReference Include="SharpCompress" Version="0.39.0"/> |
59 | 59 | <PackageReference Include="TestableIO.System.IO.Abstractions.Analyzers" Version="2022.0.0"> |
60 | | - <PrivateAssets>all</PrivateAssets> |
61 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 60 | + <PrivateAssets>all</PrivateAssets> |
| 61 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
62 | 62 | </PackageReference> |
63 | 63 | <PackageReference Include="Testably.Abstractions" Version="9.0.0"/> |
64 | 64 | </ItemGroup> |
|
108 | 108 | <DependentUpon>Settings.resx</DependentUpon> |
109 | 109 | </Compile> |
110 | 110 | <Compile Update="Views\Components\StandardLibrary\PopupListButton.axaml.cs"> |
111 | | - <DependentUpon>PopupListButton.axaml</DependentUpon> |
112 | | - <SubType>Code</SubType> |
| 111 | + <DependentUpon>PopupListButton.axaml</DependentUpon> |
| 112 | + <SubType>Code</SubType> |
113 | 113 | </Compile> |
114 | 114 | <Compile Update="Views\Popups\MiiManagement\MiiEditor\EditorEmpty.axaml.cs"> |
115 | | - <DependentUpon>EditorEmpty.axaml</DependentUpon> |
116 | | - <SubType>Code</SubType> |
| 115 | + <DependentUpon>EditorEmpty.axaml</DependentUpon> |
| 116 | + <SubType>Code</SubType> |
117 | 117 | </Compile> |
118 | 118 | </ItemGroup> |
119 | 119 |
|
|
131 | 131 | </ItemGroup> |
132 | 132 |
|
133 | 133 | <ItemGroup> |
134 | | - <UpToDateCheckInput Remove="Views\Popups\MiiCreatorTabs\MiiCreatorGeneralPage.axaml" /> |
135 | | - <UpToDateCheckInput Remove="Views\Popups\MiiCreatorTabs\MiiCreatorWindow.axaml" /> |
| 134 | + <UpToDateCheckInput Remove="Views\Popups\MiiCreatorTabs\MiiCreatorGeneralPage.axaml"/> |
| 135 | + <UpToDateCheckInput Remove="Views\Popups\MiiCreatorTabs\MiiCreatorWindow.axaml"/> |
136 | 136 | </ItemGroup> |
137 | 137 | </Project> |
0 commit comments