Skip to content

Commit e0f1e49

Browse files
committed
chore: release 7.2.0
1 parent 99fb12f commit e0f1e49

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.2.0](https://www.nuget.org/packages/AutoMapper.Contrib.Autofac.DependencyInjection/7.2.0) (2023-09-10)
2+
3+
## Features
4+
5+
* Allow calling `RegisterAutoMapper` multiple times. Note that this is not compatible when using the official integration and this project together!
6+
* Upgrade `Autofac` to `7.1.0`
7+
18
# [7.1.0](https://www.nuget.org/packages/AutoMapper.Contrib.Autofac.DependencyInjection/7.1.0) (2022-11-23)
29

310
## Features

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "7.0.302",
3+
"version": "7.0.400",
44
"rollForward": "latestFeature"
55
}
66
}

samples/AutoMapper.Autofac.WebApi/AutoMapper.Autofac.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.8" />
13+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.10" />
1414
</ItemGroup>
1515

1616

src/AutoMapper.Contrib.Autofac.DependencyInjection/AutoMapper.Contrib.Autofac.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.1</TargetFramework>
4-
<Version>7.2.0-alpha.0</Version>
4+
<Version>7.2.0</Version>
55
<FileVersion>7.2.0.0</FileVersion>
66
<Copyright>2022©Sami Al Khatib</Copyright>
77
<Authors>Sami Al Khatib</Authors>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Autofac" Version="7.0.1" />
26+
<PackageReference Include="Autofac" Version="7.1.0" />
2727
<PackageReference Include="AutoMapper" Version="12.0.1" />
2828
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
2929
<PrivateAssets>all</PrivateAssets>

test/AutoMapper.Contrib.Autofac.DependencyInjection.Tests/AutoMapper.Contrib.Autofac.DependencyInjection.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<IsTestProject>true</IsTestProject>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
9-
<PackageReference Include="xunit" Version="2.4.2" />
10-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
8+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
9+
<PackageReference Include="xunit" Version="2.5.0" />
10+
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
</PackageReference>

0 commit comments

Comments
 (0)