Skip to content

Commit

Permalink
extensions 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSamuelsson committed Apr 7, 2024
1 parent 12c4a36 commit f4b34eb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| [Handyman.DependencyInjection][h.di-docs] | [![h.di-nuget-version] ![h.di-nuget-downloads]][h.di-nuget] | ![Handyman.DependencyInjection][h.di-gha] |
| Handyman.DuckTyping | [![h.dt-nuget-version] ![h.dt-nuget-downloads]][h.dt-nuget] | ![Handyman.DuckTyping][h.dt-gha] |
| Handyman.Dynamics | [![h.d-nuget-version] ![h.d-nuget-downloads]][h.d-nuget] | [![h.d-ado-status]][h.d-ado] |
| Handyman.Extensions | [![h.e-nuget-version] ![h.e-nuget-downloads]][h.e-nuget] | ![Handyman.Extensions][h.e-gha] |
| [Handyman.Extensions][h.e-docs] | [![h.e-nuget-version] ![h.e-nuget-downloads]][h.e-nuget] | ![Handyman.Extensions][h.e-gha] |
| [Handyman.Mediator][h.m-docs] | [![h.m-nuget-version] ![h.m-nuget-downloads]][h.m-nuget] | ![Handyman.Mediator][h.m-gha] |
| [Handyman.Mediator.DependencyInjection][h.m.di-docs] | [![h.m.di-nuget-version] ![h.m.di-nuget-downloads]][h.m.di-nuget] | ![Handyman.Mediator.DependencyInjection][h.m.di-gha] |

Expand Down Expand Up @@ -55,6 +55,7 @@
[h.d-ado]: https://dev.azure.com/jonassamuelsson/Handyman/_build?definitionId=7
[h.d-ado-status]: https://dev.azure.com/jonassamuelsson/Handyman/_apis/build/status/Handyman.Dynamics?branchName=master

[h.e-docs]: src/Handyman.Extensions/docs/index.md
[h.e-nuget]: https://www.nuget.org/packages/Handyman.Extensions/
[h.e-nuget-version]: https://img.shields.io/nuget/v/Handyman.Extensions.svg
[h.e-nuget-downloads]: https://img.shields.io/nuget/dt/Handyman.Extensions.svg
Expand Down
6 changes: 6 additions & 0 deletions src/Handyman.Extensions/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Handyman.Extensions changelog

## 2.7.0 - 2024-04-08

* Add `IEnumerable<T>.AsReadOnlyCollection()`.
* Add `IEnumerable<T>.AsReadOnlyList()`.
5 changes: 5 additions & 0 deletions src/Handyman.Extensions/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Handyman.Extensions

Handyman.Mediator is a library containing useful extension methods on different types.

[changelog](./changelog.md)
2 changes: 1 addition & 1 deletion src/Handyman.Extensions/src/Handyman.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net472;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<PackageId>Handyman.Extensions</PackageId>
<Authors>Jonas Samuelsson</Authors>
<Version>2.6.0</Version>
<Version>2.7.0</Version>
<FileVersion>2.0.0.0</FileVersion>
<Company />
<Product>Handyman</Product>
Expand Down

0 comments on commit f4b34eb

Please sign in to comment.