Skip to content

Commit 7eed966

Browse files
author
Justin Skiles
committed
2 parents 4c12b4c + 80a8b6b commit 7eed966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SteamWebAPI2/SteamWebAPI2.csproj

Lines changed: 2 additions & 2 deletions
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)