Skip to content

Commit

Permalink
[up] Simplify.DI bump to 4.2.11
Browse files Browse the repository at this point in the history
[up] Autofac bump to 8.0.0
  • Loading branch information
i4004 committed Jun 9, 2024
1 parent 2da3cea commit 393e50b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
<Description>Simplify.DI.Provider.Autofac unit tests</Description>
<Copyright>Licensed under LGPL</Copyright>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Simplify.DI.Provider.Autofac\Simplify.DI.Provider.Autofac.csproj" />
<ProjectReference Include="..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.*" />
<PackageReference Include="NUnit" Version="3.13.*" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.*" />
<ProjectReference Include="..\Simplify.DI.Provider.Autofac\Simplify.DI.Provider.Autofac.csproj" />
<ProjectReference Include="..\Simplify.DI.TestsTypes\Simplify.DI.TestsTypes.csproj" />
</ItemGroup>
</Project>
5 changes: 5 additions & 0 deletions src/Simplify.DI.Provider.Autofac/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.3.0] - 2024-06-09

- Simplify.DI bump to 4.2.11
- Autofac bump to 8.0.0

## [1.2.1] - 2023-08-01

### Removed
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.2.1</Version>
<Version>1.3</Version>

<Authors>Simplify community</Authors>
<Product>Simplify</Product>
Expand All @@ -23,8 +23,8 @@
<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="7.0.1" />
<PackageReference Include="Simplify.DI" Version="4.2.10" />
<PackageReference Include="Autofac" Version="8.0.0" />
<PackageReference Include="Simplify.DI" Version="4.2.11" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 393e50b

Please sign in to comment.