Skip to content

Commit b7863f4

Browse files
committed
[up] Autofac to 8.2
[up] Simplify.DI to 4.2.11
1 parent 4791e20 commit b7863f4

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

src/Simplify.DI.Provider.Autofac/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.3.1] - 2025-02-16
4+
5+
### Dependencies
6+
7+
- Autofac bump to 8.2.0
8+
39
## [1.3.0] - 2024-06-09
410

511
### Dependencies

src/Simplify.DI.Provider.Autofac/Simplify.DI.Provider.Autofac.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.3</Version>
11+
<Version>1.3.1</Version>
1212

1313
<Authors>Simplify community</Authors>
1414
<Product>Simplify</Product>
@@ -23,7 +23,7 @@
2323
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Provider.Autofac/CHANGELOG.md for details</PackageReleaseNotes>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Autofac" Version="8.0.0" />
26+
<PackageReference Include="Autofac" Version="8.2.0" />
2727
<PackageReference Include="Simplify.DI" Version="4.2.11" />
2828
</ItemGroup>
2929
<ItemGroup>

src/Simplify.DI.Wcf/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.5.2] - 2025-02-16
4+
5+
### Dependencies
6+
7+
- Simplify.DI bump to 4.2.11
8+
39
## [1.5.1] - 2023-08-01
410

511
### Removed

src/Simplify.DI.Wcf/Simplify.DI.Wcf.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88

9-
<Version>1.5.1</Version>
9+
<Version>1.5.2</Version>
1010

1111
<Authors>Alexander Krylkov</Authors>
1212
<Product>Simplify</Product>
@@ -21,7 +21,7 @@
2121
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Wcf/CHANGELOG.md for details</PackageReleaseNotes>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Simplify.DI" Version="4.2.10" />
24+
<PackageReference Include="Simplify.DI" Version="4.2.11" />
2525
<Reference Include="System.ServiceModel" />
2626
<Reference Include="System.ServiceModel.Activation" />
2727
</ItemGroup>

0 commit comments

Comments
 (0)