diff --git a/src/VisualStudio/Channel.cs b/src/VisualStudio/Channel.cs index 3e5c74b..b38a0d0 100644 --- a/src/VisualStudio/Channel.cs +++ b/src/VisualStudio/Channel.cs @@ -6,5 +6,7 @@ public enum Channel Preview, IntPreview, Main, + Foo, + Foo2 } }