Skip to content

Commit

Permalink
[up] Autofac to 8.2
Browse files Browse the repository at this point in the history
[up] Simplify.DI to 4.2.11
  • Loading branch information
i4004 committed Feb 16, 2025
1 parent 4791e20 commit b7863f4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 6 additions & 0 deletions src/Simplify.DI.Provider.Autofac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.3.1] - 2025-02-16

### Dependencies

- Autofac bump to 8.2.0

## [1.3.0] - 2024-06-09

### Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.3</Version>
<Version>1.3.1</Version>

<Authors>Simplify community</Authors>
<Product>Simplify</Product>
Expand All @@ -23,7 +23,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Provider.Autofac/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="8.0.0" />
<PackageReference Include="Autofac" Version="8.2.0" />
<PackageReference Include="Simplify.DI" Version="4.2.11" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions src/Simplify.DI.Wcf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.5.2] - 2025-02-16

### Dependencies

- Simplify.DI bump to 4.2.11

## [1.5.1] - 2023-08-01

### Removed
Expand Down
4 changes: 2 additions & 2 deletions src/Simplify.DI.Wcf/Simplify.DI.Wcf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.5.1</Version>
<Version>1.5.2</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -21,7 +21,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.DI.Wcf/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<PackageReference Include="Simplify.DI" Version="4.2.11" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Activation" />
</ItemGroup>
Expand Down

0 comments on commit b7863f4

Please sign in to comment.