diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index 55d364d..234ab0b 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -1,7 +1,7 @@ using System.Reflection; using System.Runtime.InteropServices; -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.1.*")] [assembly: AssemblyCompany("Lost Tech LLC")] [assembly: AssemblyProduct("Stack")] [assembly: AssemblyCopyright("Copyright © Lost Tech LLC 2018")] diff --git a/IAppWindow.cs b/IAppWindow.cs index 667e055..b67e5ed 100644 --- a/IAppWindow.cs +++ b/IAppWindow.cs @@ -11,6 +11,7 @@ public interface IAppWindow bool CanMove { get; } Rect Bounds { get; } Task GetBounds(); + Task GetClientBounds(); string Title { get; } Task Activate(); Task BringToFront();