Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 31c9b90

Browse files
committed
Revving to AutoMapper 7.0.1
1 parent 818f78f commit 31c9b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AutoMapper.Extensions.Microsoft.DependencyInjection/AutoMapper.Extensions.Microsoft.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>AutoMapper extensions for ASP.NET Core</Description>
55
<Copyright>Copyright Jimmy Bogard</Copyright>
6-
<VersionPrefix>4.0.0</VersionPrefix>
6+
<VersionPrefix>4.0.1</VersionPrefix>
77
<Authors>Jimmy Bogard</Authors>
88
<TargetFrameworks>netstandard2.0</TargetFrameworks>
99
<AssemblyName>AutoMapper.Extensions.Microsoft.DependencyInjection</AssemblyName>
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.0.0" />
19-
<PackageReference Include="AutoMapper" Version="7.0.0" />
19+
<PackageReference Include="AutoMapper" Version="7.0.1" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)