From 67e2884163c2ec593287e0a7bcba93487d35c973 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 15 Oct 2024 11:02:14 -0300 Subject: [PATCH 1/2] Added foo channel --- src/VisualStudio/Channel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VisualStudio/Channel.cs b/src/VisualStudio/Channel.cs index 3e5c74b..47f1421 100644 --- a/src/VisualStudio/Channel.cs +++ b/src/VisualStudio/Channel.cs @@ -6,5 +6,6 @@ public enum Channel Preview, IntPreview, Main, + Foo } } From ecc15762489cc6aec338da5805bfbe96a38129b5 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Tue, 15 Oct 2024 11:11:36 -0300 Subject: [PATCH 2/2] 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 } }