Skip to content

Commit

Permalink
Updated Steam.Models to get bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Feb 6, 2017
1 parent 334f1bd commit 3d693e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SteamWebAPI2.Net45/SteamWebAPI2.Net45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<Private>True</Private>
</Reference>
<Reference Include="Steam.Models, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Steam.Models.3.0.1-ci-00024\lib\net45\Steam.Models.dll</HintPath>
<HintPath>..\packages\Steam.Models.3.0.1-ci-00025\lib\net45\Steam.Models.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/SteamWebAPI2.Net45/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="AutoMapper" version="5.2.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" />
<package id="Steam.Models" version="3.0.1-ci-00024" targetFramework="net45" />
<package id="Steam.Models" version="3.0.1-ci-00025" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions src/SteamWebAPI2/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"version": "4.0.1-ci-*",
"authors": [ "Justin Skiles" ],
"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.",
Expand Down Expand Up @@ -29,6 +29,6 @@
"dependencies": {
"AutoMapper": "5.2.0",
"Newtonsoft.Json": "9.0.1",
"Steam.Models": "3.0.1-ci-00024"
"Steam.Models": "3.0.1-ci-00025"
}
}

0 comments on commit 3d693e9

Please sign in to comment.