Skip to content

Commit 0311ee2

Browse files
committed
[edit] Changelog/version
1 parent a03d9c6 commit 0311ee2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/Simplify.Web/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.5.1] - 2022-04-27
4+
5+
### Dependencies
6+
7+
- Simplify.DI bump to 4.2 (PR#187)
8+
- Microsoft.Extensions.Configuration.Json bump to 3.1.24 for .NET Standard 2.0 and .NET 4.6.2
9+
310
## [4.5.0] - 2021-11-23
411

512
### Added

src/Simplify.Web/Simplify.Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
35-
<PackageReference Include="Simplify.DI" Version="4.2.*" />
35+
<PackageReference Include="Simplify.DI" Version="4.2.0" />
3636
<PackageReference Include="Simplify.Templates" Version="2.0.0" />
3737
<PackageReference Include="Simplify.String.Sources" Version="1.2.1" PrivateAssets="All" />
3838
<PackageReference Include="Simplify.System.Sources" Version="1.6.1" PrivateAssets="All" />

0 commit comments

Comments
 (0)