diff --git a/.github/release.config.js b/.github/release.config.js index 1593d0125c..8d41936303 100644 --- a/.github/release.config.js +++ b/.github/release.config.js @@ -21,7 +21,7 @@ module.exports = { { displayNames: { "zowe-explorer": "Zowe Explorer", - "zowe-explorer-ftp-extension": "Zowe Explorer Extension for FTP", + "zowe-explorer-ftp-extension": "IBM z/OS FTP for Zowe Explorer", "zowe-explorer-api": "Zowe Explorer APIs", }, headerLine: "## TBD Release", diff --git a/packages/zowe-explorer-ftp-extension/CHANGELOG.md b/packages/zowe-explorer-ftp-extension/CHANGELOG.md index c57fc1984e..4136996dfa 100644 --- a/packages/zowe-explorer-ftp-extension/CHANGELOG.md +++ b/packages/zowe-explorer-ftp-extension/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum ### Bug fixes +- Renamed extension to `IBM z/OS FTP for Zowe Explorer`. [#2990](https://github.com/zowe/zowe-explorer-vscode/issues/2990) + ## `2.17.0` ## `2.16.3` diff --git a/packages/zowe-explorer-ftp-extension/README.md b/packages/zowe-explorer-ftp-extension/README.md index d3b2e7f9ff..0110059a6d 100644 --- a/packages/zowe-explorer-ftp-extension/README.md +++ b/packages/zowe-explorer-ftp-extension/README.md @@ -1,9 +1,9 @@ -# Zowe Explorer Extension for FTP +# IBM z/OS FTP for Zowe Explorer [![version](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/v/Zowe.zowe-explorer-ftp-extension.svg) [![downloads](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg)](https://img.shields.io/visual-studio-marketplace/d/Zowe.zowe-explorer-ftp-extension.svg) -Zowe Explorer's FTP extension adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS. +The IBM z/OS FTP for Zowe Explorer adds the FTP protocol to the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode) VS Code extension, allowing you to use [z/OS FTP Plug-in for Zowe CLI](https://github.com/zowe/zowe-cli-ftp-plugin) profiles to connect and interact with z/OS USS. This VS Code extension also serves as a [source code example](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-ftp-extension) demonstrating how to use the [Zowe Explorer Extensibility API](https://github.com/zowe/zowe-explorer-vscode/tree/main/packages/zowe-explorer-api) to create VS Code extensions that extend the Zowe Explorer VS Code extensions with new capabilities. diff --git a/packages/zowe-explorer-ftp-extension/docs/README.md b/packages/zowe-explorer-ftp-extension/docs/README.md index b81a77923a..03b1171be4 100644 --- a/packages/zowe-explorer-ftp-extension/docs/README.md +++ b/packages/zowe-explorer-ftp-extension/docs/README.md @@ -1,6 +1,6 @@ -# Zowe Explorer Extension for FTP development guide +# IBM z/OS FTP for Zowe Explorer development guide -Zowe Explorer Extension for FTP is an example for using the Zowe Explorer extensibility API to add an alternative implementation for interacting with z/OS. The default Zowe Explorer implementation uses the default Zowe CLI APIs for using z/OSMF REST APIs. This implementation replaces these with z/OS FTP for interacting with USS. +IBM z/OS FTP for Zowe Explorer is an example for using the Zowe Explorer extensibility API to add an alternative implementation for interacting with z/OS. The default Zowe Explorer implementation uses the default Zowe CLI APIs for using z/OSMF REST APIs. This implementation replaces these with z/OS FTP for interacting with USS. Although currently limited to USS, the plan is to complete the implementation to supporting MVS and JES as well. diff --git a/packages/zowe-explorer-ftp-extension/package.json b/packages/zowe-explorer-ftp-extension/package.json index 6a79287cc6..aadc9a1c87 100644 --- a/packages/zowe-explorer-ftp-extension/package.json +++ b/packages/zowe-explorer-ftp-extension/package.json @@ -1,6 +1,6 @@ { "name": "zowe-explorer-ftp-extension", - "displayName": "Zowe Explorer Extension for FTP", + "displayName": "IBM z/OS FTP for Zowe Explorer", "publisher": "Zowe", "author": "Zowe", "license": "EPL-2.0", diff --git a/packages/zowe-explorer-ftp-extension/resources/conformance/test_evaluation_guide_table.md b/packages/zowe-explorer-ftp-extension/resources/conformance/test_evaluation_guide_table.md index 55cb3cc111..a4502ab8dd 100644 --- a/packages/zowe-explorer-ftp-extension/resources/conformance/test_evaluation_guide_table.md +++ b/packages/zowe-explorer-ftp-extension/resources/conformance/test_evaluation_guide_table.md @@ -42,7 +42,7 @@ General conformance criteria for all extensions that add new capabilities to Zow