Skip to content

Commit b99463f

Browse files
committed
[DEP] Simplify.DI bump to 4.1
[DEP] Microsoft.Extensions.Configuration.Json bump to 3.1.17 and moved to .NET Standard 2.0 and .NET 4.6.2 dependencies [DEP] Floating versions set
1 parent ebf6035 commit b99463f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.4.2] - 2021-07-18
4+
5+
### Dependencies
6+
7+
- Simplify.DI bump to 4.1
8+
- Microsoft.Extensions.Configuration.Json bump to 3.1.17 and moved to .NET Standard 2.0 and .NET 4.6.2 dependencies
9+
310
## [4.4.1] - 2021-06-07
411

512
### Fixed

src/Simplify.Web/Simplify.Web.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212

13-
<Version>4.4.1</Version>
13+
<Version>4.4.2</Version>
1414

1515
<Authors>Alexander Krylkov</Authors>
1616
<Product>Simplify</Product>
@@ -32,12 +32,11 @@
3232
</ItemGroup>
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
35-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.*" />
3635
<PackageReference Include="Simplify.DI" Version="4.1.*" />
3736
<PackageReference Include="Simplify.Templates" Version="2.0.0" />
38-
<PackageReference Include="Simplify.String.Sources" Version="1.2.1" PrivateAssets="All" />
39-
<PackageReference Include="Simplify.System.Sources" Version="1.6.1" PrivateAssets="All" />
40-
<PackageReference Include="Simplify.Xml.Sources" Version="1.3.0" PrivateAssets="All" />
37+
<PackageReference Include="Simplify.String.Sources" Version="1.2.*" PrivateAssets="All" />
38+
<PackageReference Include="Simplify.System.Sources" Version="1.6.*" PrivateAssets="All" />
39+
<PackageReference Include="Simplify.Xml.Sources" Version="1.3.*" PrivateAssets="All" />
4140
</ItemGroup>
4241
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' Or '$(TargetFramework)' == 'netcoreapp3.1' ">
4342
<FrameworkReference Include="Microsoft.AspNetCore.App" />
@@ -46,6 +45,7 @@
4645
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
4746
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
4847
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
48+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.*" />
4949
</ItemGroup>
5050
<ItemGroup>
5151
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)