Skip to content

Commit 14acf0a

Browse files
committed
[up] Microsoft.Extensions.Configuration.Binder bump to 8.0.2
[up] Simplify.DI bumo to 4.2.11
1 parent 8eec33e commit 14acf0a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/Simplify.Web/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
a ConcurrentDictionary cache and unify sync/async paths on a single
4747
SemaphoreSlim to avoid duplicate-add races.
4848

49+
## Dependencies
50+
51+
- Microsoft.Extensions.Configuration.Binder bump to 8.0.2
52+
- Simplify.DI bump to 4.2.11
53+
4954
## [5.1.0] - 2024-07-28
5055

5156
### Added

src/Simplify.Web/Simplify.Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
</ItemGroup>
3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
36-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
36+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
3737
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
38-
<PackageReference Include="Simplify.DI" Version="4.2.10" />
38+
<PackageReference Include="Simplify.DI" Version="4.2.11" />
3939
<PackageReference Include="Simplify.Templates" Version="2.0.2" />
4040
<PackageReference Include="Simplify.String.Sources" Version="1.2.2" PrivateAssets="All" />
4141
<PackageReference Include="Simplify.System" Version="1.6.2" />

0 commit comments

Comments
 (0)