Skip to content

Commit

Permalink
Update SteamAuth, (temporarily) remove support for SteamAuth Confirma…
Browse files Browse the repository at this point in the history
…tion Descriptions
  • Loading branch information
Joshua Coffey committed Mar 7, 2018
1 parent ec4c5f1 commit 8e9a992
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
<HintPath>packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
3 changes: 2 additions & 1 deletion Steam Desktop Authenticator/TradePopupForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ private void Reset()
}
else
{
lblDesc.Text = confirms[0].Description;
//TODO: Re-add confirmation description support to SteamAuth.
lblDesc.Text = "Confirmation";
}
}

Expand Down
2 changes: 1 addition & 1 deletion Steam Desktop Authenticator/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<package id="CefSharp.Common" version="57.0.0" targetFramework="net452" />
<package id="CefSharp.WinForms" version="57.0.0" targetFramework="net452" />
<package id="CommandLineParser" version="1.9.71" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net452" />
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net452" />
</packages>

0 comments on commit 8e9a992

Please sign in to comment.