Skip to content

Commit 73fc25b

Browse files
committed
Full Rename
1 parent 1782f4b commit 73fc25b

16 files changed

+66
-55
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
id: artifact_manifest
2323
uses: ActionsTools/read-json-action@main
2424
with:
25-
file_path: ./artifact/CodingWithCalvin.CouchbaseStudio.info
25+
file_path: ./artifact/CodingWithCalvin.CouchbaseExplorer.info
2626

2727
- name: 3. Create Tag & Release
2828
uses: ncipollo/[email protected]
2929
with:
30-
artifacts: ./artifact/CodingWithCalvin.CouchbaseStudio.vsix
30+
artifacts: ./artifact/CodingWithCalvin.CouchbaseExplorer.vsix
3131
generateReleaseNotes: true
3232
makeLatest: true
3333
token: ${{ secrets.GH_SECRET }}
@@ -40,6 +40,6 @@ jobs:
4040
with:
4141
marketplace-pat: ${{ secrets.VS_PAT }}
4242
publish-manifest-path: ./resources/extension.manifest.json
43-
vsix-path: ./artifact/CodingWithCalvin.CouchbaseStudio.vsix
43+
vsix-path: ./artifact/CodingWithCalvin.CouchbaseExplorer.vsix
4444

4545

.github/workflows/release_build_and_deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@ jobs:
2323
id: step-version
2424
uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
2525
with:
26-
extension-manifest-file: 'src/CodingWithCalvin.CouchbaseStudio/source.extension.vsixmanifest'
27-
extension-source-file: 'src/CodingWithCalvin.CouchbaseStudio/source.extension.cs'
26+
extension-manifest-file: 'src/CodingWithCalvin.CouchbaseExplorer/source.extension.vsixmanifest'
27+
extension-source-file: 'src/CodingWithCalvin.CouchbaseExplorer/source.extension.cs'
2828

2929
- name: 2. Restoring Packages
30-
run: nuget restore src/CodingWithCalvin.CouchbaseStudio.sln
30+
run: nuget restore src/CodingWithCalvin.CouchbaseExplorer.sln
3131

3232
- name: 3. Building Project
33-
run: msbuild 'src/CodingWithCalvin.CouchbaseStudio/CodingWithCalvin.CouchbaseStudio.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False
33+
run: msbuild 'src/CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj' /p:configuration='Release' /p:platform='x64' /p:DeployExtension=False
3434

3535
- name: 4. Create Information File
3636
uses: jsdaniell/[email protected]
3737
with:
38-
name: 'src/CodingWithCalvin.CouchbaseStudio/bin/x64/Release/CodingWithCalvin.CouchbaseStudio.info'
38+
name: 'src/CodingWithCalvin.CouchbaseExplorer/bin/x64/Release/CodingWithCalvin.CouchbaseExplorer.info'
3939
json: '{"sha":"${{ github.sha }}", "version":"${{ steps.step-version.outputs.version }}"}'
4040

4141
- name: 5. Publishing Build Artifact
4242
uses: actions/upload-artifact@v4
4343
with:
4444
path: |
45-
src/CodingWithCalvin.CouchbaseStudio/bin/x64/Release/CodingWithCalvin.CouchbaseStudio.info
46-
src/CodingWithCalvin.CouchbaseStudio/bin/x64/Release/CodingWithCalvin.CouchbaseStudio.vsix
45+
src/CodingWithCalvin.CouchbaseExplorer/bin/x64/Release/CodingWithCalvin.CouchbaseExplorer.info
46+
src/CodingWithCalvin.CouchbaseExplorer/bin/x64/Release/CodingWithCalvin.CouchbaseExplorer.vsix

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Couchbase Studio (BETA / PREVIEW)
1+
# Couchbase Explorer (BETA / PREVIEW)
22

33
A Visual Stuio extension that adds a host of Couchbase & Capella data management and query capabilities right into your IDE!
44

55
## License
66

7-
[![License - MIT](https://img.shields.io/github/license/CodingWithCalvin/VS-CouchbaseStudio?style=for-the-badge)](https://img.shields.io/github/license/codingwithcalvin/VS-CouchbaseStudio?style=for-the-badge)
7+
[![License - MIT](https://img.shields.io/github/license/CodingWithCalvin/VS-CouchbaseExplorer?style=for-the-badge)](https://img.shields.io/github/license/codingwithcalvin/VS-CouchbaseExplorer?style=for-the-badge)
88

99
## Build Status
1010

11-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-CouchbaseStudio/release_build_and_deploy.yml?style=for-the-badge)
11+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-CouchbaseExplorer/release_build_and_deploy.yml?style=for-the-badge)
1212

1313
## Marketplace Status
1414

15-
[![Marketplace Installations](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge) [![Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge)
16-
[![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge) [![Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-CouchbaseStudio?style=for-the-badge)
15+
[![Marketplace Installations](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge) [![Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge)
16+
[![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge) [![Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-CouchbaseExplorer?style=for-the-badge)
1717

1818
## Prerequisite
1919

resources/extension.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [ "coding", "other", "data"],
44
"identity": {
5-
"internalName": "VS-CouchbaseStudio",
5+
"internalName": "VS-CouchbaseExplorer"
66
},
77
"overview": "../README.md",
88
"publisher": "CodingWithCalvin"

src/CodingWithCalvin.CouchbaseStudio.sln renamed to src/CodingWithCalvin.CouchbaseExplorer.sln

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.9.34902.65
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodingWithCalvin.CouchbaseStudio", "CodingWithCalvin.CouchbaseStudio\CodingWithCalvin.CouchbaseStudio.csproj", "{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03E5C68E-7FB1-470D-A1B3-6C8308637711}"
97
ProjectSection(SolutionItems) = preProject
108
..\resources\extension.manifest.json = ..\resources\extension.manifest.json
@@ -13,16 +11,30 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1311
..\.github\workflows\release_build_and_deploy.yml = ..\.github\workflows\release_build_and_deploy.yml
1412
EndProjectSection
1513
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodingWithCalvin.CouchbaseExplorer", "CodingWithCalvin.CouchbaseExplorer\CodingWithCalvin.CouchbaseExplorer.csproj", "{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}"
15+
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|arm64 = Debug|arm64
1819
Debug|x64 = Debug|x64
20+
Debug|x86 = Debug|x86
21+
Release|arm64 = Release|arm64
1922
Release|x64 = Release|x64
23+
Release|x86 = Release|x86
2024
EndGlobalSection
2125
GlobalSection(ProjectConfigurationPlatforms) = postSolution
26+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Debug|arm64.ActiveCfg = Debug|arm64
27+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Debug|arm64.Build.0 = Debug|arm64
2228
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Debug|x64.ActiveCfg = Debug|x64
2329
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Debug|x64.Build.0 = Debug|x64
30+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Debug|x86.ActiveCfg = Debug|x86
31+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Debug|x86.Build.0 = Debug|x86
32+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Release|arm64.ActiveCfg = Release|arm64
33+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Release|arm64.Build.0 = Release|arm64
2434
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Release|x64.ActiveCfg = Release|x64
2535
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Release|x64.Build.0 = Release|x64
36+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Release|x86.ActiveCfg = Release|x86
37+
{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}.Release|x86.Build.0 = Release|x86
2638
EndGlobalSection
2739
GlobalSection(SolutionProperties) = preSolution
2840
HideSolutionNode = FALSE

src/CodingWithCalvin.CouchbaseStudio/CodingWithCalvin.CouchbaseStudio.csproj renamed to src/CodingWithCalvin.CouchbaseExplorer/CodingWithCalvin.CouchbaseExplorer.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<ProjectGuid>{8AF8BEEF-6FCC-4479-8D85-540A414D0EA2}</ProjectGuid>
4444
<OutputType>Library</OutputType>
4545
<AppDesignerFolder>Properties</AppDesignerFolder>
46-
<RootNamespace>CodingWithCalvin.CouchbaseStudio</RootNamespace>
47-
<AssemblyName>CodingWithCalvin.CouchbaseStudio</AssemblyName>
46+
<RootNamespace>CodingWithCalvin.CouchbaseExplorer</RootNamespace>
47+
<AssemblyName>CodingWithCalvin.CouchbaseExplorer</AssemblyName>
4848
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
4949
<GeneratePkgDefFile>true</GeneratePkgDefFile>
5050
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
@@ -57,13 +57,13 @@
5757
<StartArguments>/rootsuffix Exp</StartArguments>
5858
</PropertyGroup>
5959
<ItemGroup>
60-
<Compile Include="CouchbaseStudioWindow.cs" />
61-
<Compile Include="CouchbaseStudioWindowCommand.cs" />
62-
<Compile Include="CouchbaseStudioWindowControl.xaml.cs">
63-
<DependentUpon>CouchbaseStudioWindowControl.xaml</DependentUpon>
60+
<Compile Include="CouchbaseExplorerWindow.cs" />
61+
<Compile Include="CouchbaseExplorerWindowCommand.cs" />
62+
<Compile Include="CouchbaseExplorerWindowControl.xaml.cs">
63+
<DependentUpon>CouchbaseExplorerWindowControl.xaml</DependentUpon>
6464
</Compile>
6565
<Compile Include="Properties\AssemblyInfo.cs" />
66-
<Compile Include="CouchbaseStudioPackage.cs" />
66+
<Compile Include="CouchbaseExplorerPackage.cs" />
6767
<Compile Include="source.extension.cs">
6868
<AutoGen>True</AutoGen>
6969
<DesignTime>True</DesignTime>
@@ -88,7 +88,7 @@
8888
</None>
8989
</ItemGroup>
9090
<ItemGroup>
91-
<Page Include="CouchbaseStudioWindowControl.xaml">
91+
<Page Include="CouchbaseExplorerWindowControl.xaml">
9292
<SubType>Designer</SubType>
9393
<Generator>MSBuild:Compile</Generator>
9494
</Page>

src/CodingWithCalvin.CouchbaseStudio/CouchbaseStudioPackage.cs renamed to src/CodingWithCalvin.CouchbaseExplorer/CouchbaseExplorerPackage.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
using System.Threading;
44
using Microsoft.VisualStudio.Shell;
55

6-
namespace CodingWithCalvin.CouchbaseStudio
6+
namespace CodingWithCalvin.CouchbaseExplorer
77
{
88
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
99
[InstalledProductRegistration(Vsix.Name, Vsix.Description, Vsix.Version)]
1010
[Guid(PackageGuidString)]
1111
[ProvideMenuResource("Menus.ctmenu", 1)]
12-
[ProvideToolWindow(typeof(CouchbaseStudioWindow))]
13-
public sealed class CouchbaseStudioPackage : AsyncPackage
12+
[ProvideToolWindow(typeof(CouchbaseExplorerWindow))]
13+
public sealed class CouchbaseExplorerPackage : AsyncPackage
1414
{
1515
public const string PackageGuidString = "ef261503-b2ae-4b90-8c86-0becd83348cc";
1616

@@ -21,7 +21,7 @@ IProgress<ServiceProgressData> progress
2121
{
2222
await JoinableTaskFactory.SwitchToMainThreadAsync();
2323

24-
CouchbaseStudioWindowCommand.Initialize(this);
24+
CouchbaseExplorerWindowCommand.Initialize(this);
2525
}
2626
}
2727
}

src/CodingWithCalvin.CouchbaseStudio/CouchbaseStudioWindow.cs renamed to src/CodingWithCalvin.CouchbaseExplorer/CouchbaseExplorerWindow.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
using System.Runtime.InteropServices;
22
using Microsoft.VisualStudio.Shell;
33

4-
namespace CodingWithCalvin.CouchbaseStudio
4+
namespace CodingWithCalvin.CouchbaseExplorer
55
{
66
[Guid("d7fbfae3-4b71-4507-86b0-0534e77d0292")]
7-
public class CouchbaseStudioWindow : ToolWindowPane
7+
public class CouchbaseExplorerWindow : ToolWindowPane
88
{
9-
public CouchbaseStudioWindow()
9+
public CouchbaseExplorerWindow()
1010
: base(null)
1111
{
1212
this.Caption = "Couchbase Studio";
13-
this.Content = new CouchbaseStudioWindowControl();
13+
this.Content = new CouchbaseExplorerWindowControl();
1414
}
1515
}
1616
}

src/CodingWithCalvin.CouchbaseStudio/CouchbaseStudioWindowCommand.cs renamed to src/CodingWithCalvin.CouchbaseExplorer/CouchbaseExplorerWindowCommand.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
using Microsoft.VisualStudio.Shell;
44
using Microsoft.VisualStudio.Shell.Interop;
55

6-
namespace CodingWithCalvin.CouchbaseStudio
6+
namespace CodingWithCalvin.CouchbaseExplorer
77
{
8-
internal sealed class CouchbaseStudioWindowCommand
8+
internal sealed class CouchbaseExplorerWindowCommand
99
{
1010
public const int CommandId = 0x0100;
1111

1212
public static readonly Guid CommandSet = new Guid("715bc434-afd2-4104-a6a0-287120f718f5");
1313

1414
private readonly Package _package;
1515

16-
private CouchbaseStudioWindowCommand(Package package)
16+
private CouchbaseExplorerWindowCommand(Package package)
1717
{
1818
this._package = package ?? throw new ArgumentNullException(nameof(package));
1919

@@ -33,18 +33,18 @@ is OleMenuCommandService commandService
3333
commandService.AddCommand(menuItem);
3434
}
3535

36-
public static CouchbaseStudioWindowCommand Instance { get; private set; }
36+
public static CouchbaseExplorerWindowCommand Instance { get; private set; }
3737

3838
private IServiceProvider ServiceProvider => this._package;
3939

4040
public static void Initialize(Package package)
4141
{
42-
Instance = new CouchbaseStudioWindowCommand(package);
42+
Instance = new CouchbaseExplorerWindowCommand(package);
4343
}
4444

4545
private void ShowToolWindow(object sender, EventArgs e)
4646
{
47-
var window = this._package.FindToolWindow(typeof(CouchbaseStudioWindow), 0, true);
47+
var window = this._package.FindToolWindow(typeof(CouchbaseExplorerWindow), 0, true);
4848
if (window?.Frame == null)
4949
{
5050
throw new NotSupportedException("Cannot create tool window");

src/CodingWithCalvin.CouchbaseStudio/CouchbaseStudioWindowControl.xaml renamed to src/CodingWithCalvin.CouchbaseExplorer/CouchbaseExplorerWindowControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="CodingWithCalvin.CouchbaseStudio.CouchbaseStudioWindowControl"
1+
<UserControl x:Class="CodingWithCalvin.CouchbaseExplorer.CouchbaseExplorerWindowControl"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"

0 commit comments

Comments
 (0)