Skip to content

Commit 80a8b6b

Browse files
authored
Bump AutoMapper version (#133)
* Updated AutoMapper to 12.0.0 Fixes #132 * Bump version
1 parent 3d1340c commit 80a8b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SteamWebAPI2/SteamWebAPI2.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>This is a .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.</Description>
5-
<VersionPrefix>4.4.0</VersionPrefix>
5+
<VersionPrefix>4.4.1</VersionPrefix>
66
<Authors>Justin Skiles</Authors>
77
<AssemblyName>SteamWebAPI2</AssemblyName>
88
<PackageId>SteamWebAPI2</PackageId>
@@ -15,7 +15,7 @@
1515
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
1616
</PropertyGroup>
1717
<ItemGroup>
18-
<PackageReference Include="automapper" Version="11.0.1" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
18+
<PackageReference Include="automapper" Version="12.0.0" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
1919
<PackageReference Include="automapper" Version="10.1.1" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2020
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
2121
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />

0 commit comments

Comments
 (0)