From ecc15762489cc6aec338da5805bfbe96a38129b5 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 15 Oct 2024 11:11:36 -0300 Subject: [PATCH] Added Foo2 --- src/VisualStudio/Channel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/VisualStudio/Channel.cs b/src/VisualStudio/Channel.cs index 47f1421..b38a0d0 100644 --- a/src/VisualStudio/Channel.cs +++ b/src/VisualStudio/Channel.cs @@ -6,6 +6,7 @@ public enum Channel Preview, IntPreview, Main, - Foo + Foo, + Foo2 } }