Skip to content

Commit

Permalink
Merge pull request #220 from AuroraZiling/main
Browse files Browse the repository at this point in the history
11.1.0-rc1 Update
  • Loading branch information
kikipoulet authored Jun 20, 2024
2 parents 2046b87 + 0b91bd1 commit 0eb2774
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions SukiUI.Demo/SukiUI.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia" Version="11.1.0-rc1" />
<PackageReference Include="Avalonia.AvaloniaEdit" Version="11.0.6" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Desktop" Version="11.1.0-rc1" />
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.1.0-rc1" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.0-beta2" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.0-rc1" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.0-rc1" />
<PackageReference Include="AvaloniaEdit.TextMate" Version="11.0.6" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="Dock.Avalonia" Version="11.0.0.7" />
<PackageReference Include="Dock.Model" Version="11.0.0.7" />
<PackageReference Include="Dock.Model.Avalonia" Version="11.0.0.7" />
<PackageReference Include="Dock.Avalonia" Version="11.1.0-rc1" />
<PackageReference Include="Dock.Model" Version="11.1.0-rc1" />
<PackageReference Include="Dock.Model.Avalonia" Version="11.1.0-rc1" />
<PackageReference Include="Material.Icons.Avalonia" Version="2.1.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0-preview.3.24172.9" />
<PackageReference Include="ShowMeTheXaml.Avalonia" Version="1.5.1" />
Expand Down
4 changes: 2 additions & 2 deletions SukiUI.Dock/SukiUI.Dock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Dock.Avalonia" Version="11.0.0.7" />
<PackageReference Include="Dock.Model.Avalonia" Version="11.0.0.7" />
<PackageReference Include="Dock.Avalonia" Version="11.1.0-rc1" />
<PackageReference Include="Dock.Model.Avalonia" Version="11.1.0-rc1" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions SukiUI/SukiUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Avalonia" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Skia" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia" Version="11.1.0-rc1" />
<PackageReference Include="Avalonia.Skia" Version="11.1.0-rc1" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.0-rc1" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.1.0-rc1" />
<PackageReference Include="ReactiveUI" Version="19.6.12" />
</ItemGroup>

Expand Down

0 comments on commit 0eb2774

Please sign in to comment.