Skip to content

Commit b77c41d

Browse files
Bump Avalonia.Fonts.Inter and Avalonia
Bumps [Avalonia.Fonts.Inter](https://github.com/AvaloniaUI/Avalonia) and [Avalonia](https://github.com/AvaloniaUI/Avalonia). These dependencies needed to be updated together. Updates `Avalonia.Fonts.Inter` from 11.0.9 to 11.0.10 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.9...11.0.10) Updates `Avalonia` from 11.0.9 to 11.0.10 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](AvaloniaUI/Avalonia@11.0.9...11.0.10) --- updated-dependencies: - dependency-name: Avalonia.Fonts.Inter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aca25d9 commit b77c41d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/CodeBreaker.Avalonia/CodeBreaker.Avalonia/CodeBreaker.Avalonia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
<ItemGroup>
2626
<PackageReference Include="Avalonia" Version="$(AvaloniaVersion)" />
27-
<PackageReference Include="Avalonia" Version="11.0.9" />
27+
<PackageReference Include="Avalonia" Version="11.0.10" />
2828
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.0.9" />
29-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.9" />
29+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.0.10" />
3030
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
3131
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.9" />
3232
<PackageReference Include="Avalonia_Gif" Version="1.0.0" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
33
<Nullable>enable</Nullable>
4-
<AvaloniaVersion>11.0.9</AvaloniaVersion>
4+
<AvaloniaVersion>11.0.10</AvaloniaVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)