Skip to content

Commit 45d8cb4

Browse files
authored
fix(metadata): remove Capella references until supported (#332)
1 parent 992011b commit 45d8cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodingWithCalvin.CouchbaseExplorer/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<Metadata>
44
<Identity Id="VS-CouchbaseExplorer" Version="1.0" Language="en-US" Publisher="Coding With Calvin" />
55
<DisplayName>Couchbase Explorer</DisplayName>
6-
<Description xml:space="preserve">Couchbase Explorer is an extension to Visual Studio that will assist in communication to a Couchbase Server /Capella during the development process.</Description>
6+
<Description xml:space="preserve">Browse, explore, and manage your Couchbase Server data directly from Visual Studio. Connect to clusters, navigate buckets, scopes, and collections, and view documents with formatted JSON.</Description>
77
<MoreInfo>https://github.com/codingwithcalvin/VS-CouchbaseExplorer</MoreInfo>
88
<License>resources\LICENSE</License>
99
<Icon>resources\logo.png</Icon>
1010
<PreviewImage>resources\logo.png</PreviewImage>
11-
<Tags>couchbase, capella</Tags>
11+
<Tags>couchbase, nosql, database, json</Tags>
1212
<Preview>true</Preview>
1313
</Metadata>
1414
<Installation>

0 commit comments

Comments
 (0)