Skip to content

Commit

Permalink
chore(main): release 9.6.0 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 22, 2024
1 parent 47f0505 commit fb84e2d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [9.6.0](https://github.com/Projektanker/Icons.Avalonia/compare/v9.5.0...v9.6.0) (2024-12-22)


### 🚀 Features

* **FontAwesome:** 🔄 icons changed. ([#174](https://github.com/Projektanker/Icons.Avalonia/issues/174)) ([8390ff1](https://github.com/Projektanker/Icons.Avalonia/commit/8390ff144783007d2cf859fdf6dbc56cd6c3b226))


### 📦️ Build System, Dependencies

* Bump dotnet to 9.0.101 ([#175](https://github.com/Projektanker/Icons.Avalonia/issues/175)) ([897d5d6](https://github.com/Projektanker/Icons.Avalonia/commit/897d5d6040e72b0b82563699fb3e842c1091e153))
* **deps:** bump FluentAssertions from 6.12.2 to 7.0.0 in /src ([#171](https://github.com/Projektanker/Icons.Avalonia/issues/171)) ([22f79af](https://github.com/Projektanker/Icons.Avalonia/commit/22f79af427e83fa1836c745d8fc415d1cbbade92))
* **deps:** bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /src ([#168](https://github.com/Projektanker/Icons.Avalonia/issues/168)) ([f96e86c](https://github.com/Projektanker/Icons.Avalonia/commit/f96e86c220a31cd1fbd1e88311ae7bd84f4f9e62))
* **deps:** bump the avalonia group in /src with 6 updates ([#170](https://github.com/Projektanker/Icons.Avalonia/issues/170)) ([dc7934f](https://github.com/Projektanker/Icons.Avalonia/commit/dc7934fc4527867022a28009c6100299a245ba24))
* **deps:** bump the avalonia group in /src with 6 updates ([#176](https://github.com/Projektanker/Icons.Avalonia/issues/176)) ([de638e9](https://github.com/Projektanker/Icons.Avalonia/commit/de638e93c00d92dedff07aea294f99ed5804af8a))
* **deps:** bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /src in the xunit group ([#173](https://github.com/Projektanker/Icons.Avalonia/issues/173)) ([47f0505](https://github.com/Projektanker/Icons.Avalonia/commit/47f05056bb90858a88bf7dd07be22d35dfe7936b))

## [9.5.0](https://github.com/Projektanker/Icons.Avalonia/compare/v9.4.3...v9.5.0) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.5.0"
".": "9.6.0"
}
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>avalonia icons</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--x-release-please-start-version-->
<Version>9.5.0</Version>
<Version>9.6.0</Version>
<!--x-release-please-end-->
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Projektanker.Icons.Avalonia.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit fb84e2d

Please sign in to comment.