Skip to content

Commit 233b726

Browse files
committed
new version
1 parent a272cd1 commit 233b726

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

WheelWizard/WheelWizard.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
1212

1313
<!-- Program details -->
14-
<Version>2.2.1</Version>
14+
<Version>2.3.0</Version>
1515
<Description>This program will manage RetroRewind and mods :)</Description>
1616
<Copyright>GNU v3.0</Copyright>
1717
<RepositoryUrl>https://github.com/patchzyy/WheelWizard</RepositoryUrl>
@@ -47,7 +47,7 @@
4747

4848
<!-- Everything from the OG Wheel wizard project -->
4949
<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"/>
5151
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.3.0"/>
5252
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.3"/>
5353
<PackageReference Include="Refit.HttpClientFactory" Version="8.0.0"/>
@@ -57,8 +57,8 @@
5757
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0"/>
5858
<PackageReference Include="SharpCompress" Version="0.39.0"/>
5959
<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>
6262
</PackageReference>
6363
<PackageReference Include="Testably.Abstractions" Version="9.0.0"/>
6464
</ItemGroup>
@@ -108,12 +108,12 @@
108108
<DependentUpon>Settings.resx</DependentUpon>
109109
</Compile>
110110
<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>
113113
</Compile>
114114
<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>
117117
</Compile>
118118
</ItemGroup>
119119

@@ -131,7 +131,7 @@
131131
</ItemGroup>
132132

133133
<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"/>
136136
</ItemGroup>
137137
</Project>

0 commit comments

Comments
 (0)