From 1af95254874874029d818b7ffe3d3a0e2e26da47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E9=9F=AC=20=E5=BC=A0?= Date: Sat, 6 Feb 2021 16:12:38 +0800 Subject: [PATCH] move ISavable to Flow.Launcher.Plugin\Interfaces --- .../Storage => Flow.Launcher.Plugin/Interfaces}/ISavable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {Flow.Launcher.Infrastructure/Storage => Flow.Launcher.Plugin/Interfaces}/ISavable.cs (81%) diff --git a/Flow.Launcher.Infrastructure/Storage/ISavable.cs b/Flow.Launcher.Plugin/Interfaces/ISavable.cs similarity index 81% rename from Flow.Launcher.Infrastructure/Storage/ISavable.cs rename to Flow.Launcher.Plugin/Interfaces/ISavable.cs index 8294a3df898..7c1110e0e2d 100644 --- a/Flow.Launcher.Infrastructure/Storage/ISavable.cs +++ b/Flow.Launcher.Plugin/Interfaces/ISavable.cs @@ -1,4 +1,4 @@ -namespace Flow.Launcher.Infrastructure.Storage +namespace Flow.Launcher.Plugin { /// /// Save plugin settings/cache,