Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Projektanker/Icons.Avalonia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d4178b57698f0216cb873597dc1d3dbfa52e1880
Choose a base ref
..
head repository: Projektanker/Icons.Avalonia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d0e535afbfc919ef6bd2b1bcd069be25186d052
Choose a head ref
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## [9.6.2](https://github.com/Projektanker/Icons.Avalonia/compare/v9.6.1...v9.6.2) (2025-02-25)
## [9.6.2](https://github.com/Projektanker/Icons.Avalonia/compare/v9.6.1...v9.6.2) (2025-03-11)


### 📦️ Build System, Dependencies

* **deps:** bump the avalonia group in /src with 6 updates ([#187](https://github.com/Projektanker/Icons.Avalonia/issues/187)) ([ba2d985](https://github.com/Projektanker/Icons.Avalonia/commit/ba2d9851d45f505ccd285907e55b2e0d884761e5))
* **deps:** bump the avalonia group in /src with 6 updates ([#192](https://github.com/Projektanker/Icons.Avalonia/issues/192)) ([82db706](https://github.com/Projektanker/Icons.Avalonia/commit/82db70624c3f36079f09d3305a3e30c4fffae446))

## [9.6.1](https://github.com/Projektanker/Icons.Avalonia/compare/v9.6.0...v9.6.1) (2025-02-18)

8 changes: 4 additions & 4 deletions src/Demo/Demo.csproj
Original file line number Diff line number Diff line change
@@ -9,10 +9,10 @@
<PublishTrimmed>true</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.2.4" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.2.4" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.4" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.4" />
<PackageReference Include="Avalonia.Desktop" Version="11.2.5" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.2.5" />
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.5" />
<PackageReference Include="Avalonia.Themes.Simple" Version="11.2.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Projektanker.Icons.Avalonia.FontAwesome\Projektanker.Icons.Avalonia.FontAwesome.csproj" />
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
<EmbeddedResource Include="icons.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Skia" Version="11.2.4" />
<PackageReference Include="Avalonia.Skia" Version="11.2.5" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.Skia" Version="11.2.4" />
<PackageReference Include="Avalonia.Skia" Version="11.2.5" />
<PackageReference Include="FluentAssertions" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.3" />
Original file line number Diff line number Diff line change
@@ -4,6 +4,6 @@
<AvaloniaNameGeneratorIsEnabled>false</AvaloniaNameGeneratorIsEnabled>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="11.2.4" />
<PackageReference Include="Avalonia" Version="11.2.5" />
</ItemGroup>
</Project>