Skip to content

Commit

Permalink
1.5.2.0 Update
Browse files Browse the repository at this point in the history
* Update NuGet packages
  • Loading branch information
rex706 committed Jun 24, 2023
1 parent 7d21f48 commit 3c0c412
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Core/WindowUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,16 @@ public static LoginWindowState TryCredentialsEntry(WindowHandle loginWindow, str

bool isChecked = groups.Length > 0 && groups[0].FindAllDescendants().Length > 0;

SendTab(loginWindow.RawPtr, VirtualInputMethod.SendWait);

if (remember && !isChecked)
{
SendTab(loginWindow.RawPtr, VirtualInputMethod.SendWait);
SendSpace(loginWindow.RawPtr, VirtualInputMethod.SendWait);
SendTab(loginWindow.RawPtr, VirtualInputMethod.SendWait);
}
else
{
SendTab(loginWindow.RawPtr, VirtualInputMethod.SendWait);
SendTab(loginWindow.RawPtr, VirtualInputMethod.SendWait);
}

SendSpace(loginWindow.RawPtr, VirtualInputMethod.SendWait);
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.1.0")]
[assembly: AssemblyFileVersion("1.5.1.0")]
[assembly: AssemblyVersion("1.5.2.0")]
[assembly: AssemblyFileVersion("1.5.2.0")]
4 changes: 2 additions & 2 deletions SAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@
<Version>1.1.0</Version>
</PackageReference>
<PackageReference Include="HtmlAgilityPack">
<Version>1.11.46</Version>
<Version>1.11.48</Version>
</PackageReference>
<PackageReference Include="MahApps.Metro">
<Version>1.6.5</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.2</Version>
<Version>13.0.3</Version>
</PackageReference>
<PackageReference Include="SteamAuth">
<Version>3.0.0</Version>
Expand Down
4 changes: 2 additions & 2 deletions latest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.1.0
1.5.2.0
SAM.exe
https://github.com/rex706/SAM/releases/download/v1.5.1.0/SAM.exe
https://github.com/rex706/SAM/releases/download/v1.5.2.0/SAM.exe
SAM.exe

0 comments on commit 3c0c412

Please sign in to comment.