Skip to content

Commit

Permalink
Merge pull request #59 from messerli-informatik-ag/bump-compositionroot
Browse files Browse the repository at this point in the history
Bump Messerli.CompositionRoot to 1.1.2
  • Loading branch information
csillikd-messerli authored Jan 8, 2024
2 parents 0ae84dd + e4e70ea commit c55c0af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ItemGroup Label="Runtime dependencies">
<PackageReference Update="Autofac" Version="$(AutofacVersion)" />
<PackageReference Update="Autofac" Version="[5.1.2, 8)" Condition="'$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
<PackageReference Update="Messerli.CompositionRoot" Version="[0.2.1, 2)" />
<PackageReference Update="Messerli.CompositionRoot" Version="[1.1.2, 2)" />
<PackageReference Update="Messerli.TempDirectory" Version="[0.3.0, 0.4)" />
<PackageReference Update="Moq" Version="[4.13.1, 5)" />
<PackageReference Update="System.Collections.Immutable" Version="[1.7, 2)" />
Expand Down
2 changes: 1 addition & 1 deletion Test.Utility/Test.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<PackageId>Messerli.Test.Utility</PackageId>
<Version>0.9.0</Version>
<Version>0.9.1</Version>
<Description>Class library to simplify test-setups.</Description>
<PackageLicenseExpression>MIT OR Apache-2.0</PackageLicenseExpression>
<PackageTags>test utility</PackageTags>
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ Rerelease of 0.6.0 with fixed nuget package.
* Add `TargetFramework` `net8.0`.
* Remove `TargetFramework` `netcoreapp3.1`.
* Update `Autofac` to `7.1.0`.

# 0.9.1
* Update `Messerli.CompositionRoot` to `1.1.2`

0 comments on commit c55c0af

Please sign in to comment.