Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Commit e2894ef

Browse files
Bump Avalonia.Diagnostics, Avalonia and Avalonia.Controls.DataGrid (#7)
Bumps [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia), [Avalonia](https://github.com/AvaloniaUI/Avalonia) and [Avalonia.Controls.DataGrid](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.Diagnostics` from 11.1.3 to 11.1.4 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.1.3...11.1.4) Updates `Avalonia` from 11.1.3 to 11.1.4 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.1.3...11.1.4) Updates `Avalonia.Controls.DataGrid` from 11.1.3 to 11.1.4 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.1.3...11.1.4) --- updated-dependencies: - dependency-name: Avalonia.Diagnostics dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Avalonia.Controls.DataGrid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SocksTheWolf <132639882+SocksTheWolf@users.noreply.github.com>
1 parent d527ef0 commit e2894ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MultiUserRaffleBot/MultiUserRaffleBot.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Avalonia" Version="11.1.4">
1616
<TreatAsUsed>true</TreatAsUsed>
1717
</PackageReference>
18-
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.3" />
18+
<PackageReference Include="Avalonia.Controls.DataGrid" Version="11.1.4" />
1919
<PackageReference Include="Avalonia.Skia" Version="11.1.4">
2020
<TreatAsUsed>true</TreatAsUsed>
2121
</PackageReference>
@@ -28,7 +28,7 @@
2828
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
2929

3030
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
31-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.3" />
31+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.4" />
3232
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3333
<PackageReference Include="TwitchLib" Version="3.5.3" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)