Skip to content

Commit

Permalink
1652 favorites focus (#1653)
Browse files Browse the repository at this point in the history
* Remove call to SwithToThisWindow
#1652

* v6.6.1
  • Loading branch information
stevencohn authored Nov 4, 2024
1 parent 87db9b8 commit 66c6007
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OneMore/Commands/Favorites/FavoritesDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public FavoritesDialog()

private async void BindOnLoad(object sender, EventArgs e)
{
Native.SwitchToThisWindow(Handle, false);
//Native.SwitchToThisWindow(Handle, false);

await using var provider = new FavoritesProvider(null);
var favorites = provider.LoadFavorites();
Expand Down
2 changes: 1 addition & 1 deletion OneMore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static class AssemblyInfo
* NOTE - also update the version in the Setup project
* by clicking on the Setup project node in VS and update its properties
*/
public const string Version = "6.6.0";
public const string Version = "6.6.1";

public const string Product = "OneMore";

Expand Down
2 changes: 1 addition & 1 deletion OneMoreCalendar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ namespace OneMoreCalendar
{
internal static class AssemblyInfo
{
public const string Version = "6.6.0";
public const string Version = "6.6.1";
}
}
2 changes: 1 addition & 1 deletion OneMoreProtocolHandler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ namespace OneMoreProtocolHandler
{
internal static class AssemblyInfo
{
public const string Version = "6.6.0";
public const string Version = "6.6.1";
}
}
6 changes: 3 additions & 3 deletions OneMoreSetup/OneMoreSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -11167,15 +11167,15 @@
{
"Name" = "8:OneMoreAddIn"
"ProductName" = "8:OneMoreAddIn"
"ProductCode" = "8:{AFB47FBA-3B56-46FB-BE8E-99D3440ECA0A}"
"PackageCode" = "8:{B6152E46-69D3-4446-85DF-42A7E47680B6}"
"ProductCode" = "8:{336C06DB-1680-436F-97CA-A458DEEC3AA1}"
"PackageCode" = "8:{5758036D-7D38-403F-8CB7-DA0D478EF0F7}"
"UpgradeCode" = "8:{058F6D04-E0D0-4984-B6B7-7FE0C581680E}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:6.6.0"
"ProductVersion" = "8:6.6.1"
"Manufacturer" = "8:River"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/stevencohn/OneMore"
Expand Down
2 changes: 1 addition & 1 deletion OneMoreSetupActions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ namespace OneMoreSetupActions
{
internal static class AssemblyInfo
{
public const string Version = "6.6.0";
public const string Version = "6.6.1";
}
}
2 changes: 1 addition & 1 deletion OneMoreTray/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ namespace OneMoreService
{
internal static class AssemblyInfo
{
public const string Version = "6.6.0";
public const string Version = "6.6.1";
}
}

0 comments on commit 66c6007

Please sign in to comment.