From 04e1e465476590e5250807dacb8651e1ddd5a3d1 Mon Sep 17 00:00:00 2001 From: Victor Nova Date: Tue, 16 Aug 2022 12:50:28 -0700 Subject: [PATCH] removed IsVisibleOnAllDesktops which is not supported by MS --- IAppWindow.cs | 1 - WindowManagement.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/IAppWindow.cs b/IAppWindow.cs index 7ab511d..2a986a9 100644 --- a/IAppWindow.cs +++ b/IAppWindow.cs @@ -19,7 +19,6 @@ public interface IAppWindow bool IsResizable { get; } bool IsVisible { get; } bool IsOnCurrentDesktop { get; } - bool IsVisibleOnAllDesktops { get; } bool IsVisibleInAppSwitcher { get; } event EventHandler Closed; } diff --git a/WindowManagement.csproj b/WindowManagement.csproj index 5fafcbf..9e60e5f 100644 --- a/WindowManagement.csproj +++ b/WindowManagement.csproj @@ -3,7 +3,7 @@ netstandard2.0 LostTech.Stack.WindowManagement - 2.0.1 + 3.0.0-clean LostTech.Stack.WindowManagement 10.0 enable