diff --git a/IAppWindow.cs b/IAppWindow.cs index 935988f..7ab511d 100644 --- a/IAppWindow.cs +++ b/IAppWindow.cs @@ -20,6 +20,7 @@ public interface IAppWindow bool IsVisible { get; } bool IsOnCurrentDesktop { get; } bool IsVisibleOnAllDesktops { get; } + bool IsVisibleInAppSwitcher { get; } event EventHandler Closed; } } diff --git a/WindowManagement.csproj b/WindowManagement.csproj index c311b2b..09c85d1 100644 --- a/WindowManagement.csproj +++ b/WindowManagement.csproj @@ -3,7 +3,7 @@ netstandard2.0 LostTech.Stack.WindowManagement - 2.0.0 + 2.0.1 LostTech.Stack.WindowManagement 8.0 enable