diff --git a/SteamAuth/Properties/AssemblyInfo.cs b/SteamAuth/Properties/AssemblyInfo.cs index 603107c..3986af9 100644 --- a/SteamAuth/Properties/AssemblyInfo.cs +++ b/SteamAuth/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0")] +[assembly: AssemblyFileVersion("1.1.0")] diff --git a/SteamAuth/SteamAuth.csproj b/SteamAuth/SteamAuth.csproj index ff1328d..7b76233 100644 --- a/SteamAuth/SteamAuth.csproj +++ b/SteamAuth/SteamAuth.csproj @@ -9,8 +9,9 @@ Properties SteamAuth SteamAuth - v4.5.2 + v4.5 512 + true @@ -20,6 +21,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -28,10 +30,12 @@ TRACE prompt 4 + false + bin\Release\SteamAuth.XML - ..\..\..\Steam Desktop Authenticator\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll + packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll True diff --git a/SteamAuth/SteamAuth.nuspec b/SteamAuth/SteamAuth.nuspec new file mode 100644 index 0000000..24cb73c --- /dev/null +++ b/SteamAuth/SteamAuth.nuspec @@ -0,0 +1,26 @@ + + + + 1.1.0 + Updated to latest version from Git + + SteamAuth + SteamAuth + geel9,Jessecar96 + geel9,Jessecar96,BlueRaja + https://github.com/geel9/SteamAuth/blob/master/LICENSE + https://github.com/geel9/SteamAuth + false + A C# library to provide Steam Mobile Authenticator functionality + Copyright 2016 + SteamAuth Steam Mobile Authenticator Authentication C# SteamBot + + + + + + + + + + \ No newline at end of file diff --git a/SteamAuth/SteamGuardAccount.cs b/SteamAuth/SteamGuardAccount.cs index 6052afb..cc1cbdd 100644 --- a/SteamAuth/SteamGuardAccount.cs +++ b/SteamAuth/SteamGuardAccount.cs @@ -227,7 +227,7 @@ public long GetConfirmationTradeOfferID(Confirmation conf) if (confDetails == null || !confDetails.Success) return -1; Regex tradeOfferIDRegex = new Regex("
"); - if (!tradeOfferIDRegex.IsMatch(confDetails.HTML)) return -1; + if(!tradeOfferIDRegex.IsMatch(confDetails.HTML)) return -1; return long.Parse(tradeOfferIDRegex.Match(confDetails.HTML).Groups[1].Value); } diff --git a/SteamAuth/packages.config b/SteamAuth/packages.config index 9d64bf3..e1fae9c 100644 --- a/SteamAuth/packages.config +++ b/SteamAuth/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/TestBed/App.config b/TestBed/App.config index 88fa402..d1428ad 100644 --- a/TestBed/App.config +++ b/TestBed/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/TestBed/TestBed.csproj b/TestBed/TestBed.csproj index 5ae6fbc..bc2a1d7 100644 --- a/TestBed/TestBed.csproj +++ b/TestBed/TestBed.csproj @@ -9,9 +9,10 @@ Properties TestBed TestBed - v4.5.2 + v4.5 512 true + AnyCPU @@ -33,8 +34,8 @@ 4 - - ..\SteamAuth\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll + + ..\SteamAuth\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll True diff --git a/TestBed/packages.config b/TestBed/packages.config index 64b5d8e..2abc396 100644 --- a/TestBed/packages.config +++ b/TestBed/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file