diff --git a/Composer/packages/client/config/env.js b/Composer/packages/client/config/env.js index bbc0032429..b64938b32a 100644 --- a/Composer/packages/client/config/env.js +++ b/Composer/packages/client/config/env.js @@ -89,6 +89,7 @@ function getClientEnvironment(publicUrl) { GIT_SHA: getGitSha() .toString() .replace('\n', ''), + SDK_PACKAGE_VERSON: '4.6.0-preview2', // TODO: change this when Composer supports custom schema/custom runtime } ); // Stringify all values so we can feed into Webpack DefinePlugin diff --git a/Composer/packages/client/src/pages/about/index.js b/Composer/packages/client/src/pages/about/index.js index d5d1e16782..f96d796558 100644 --- a/Composer/packages/client/src/pages/about/index.js +++ b/Composer/packages/client/src/pages/about/index.js @@ -14,32 +14,60 @@ export const About = () => {
{formatMessage(`About`)}
-
{formatMessage(`Version 0.0.1 - Alpha`)}
+
{formatMessage(`Release: Preview 1.0`)}

- {formatMessage(` Bot Framework Composer is an integrated development environment (IDE) for building + {formatMessage(`Bot Framework Composer is an integrated development environment (IDE) for building bots and other types of conversational software with the Microsoft Bot Framework technology stack. - Inside this web-based tool, you'll find everything you need to build a modern, state-of-the-art conversational experience.`)} + Inside this web-based tool you will find everything you need to build a modern, state-of-the-art conversational experience.`)}

{formatMessage(`Bot Framework Composer enables teams working to create bots to build all kinds of conversational experiences that use the - latest features from the Bot Framework SDK without writing code. The Designer app reads and writes from the Adaptive Dialog format, - a JSON specification shared by many tools provided by the Bot Framework. Dialogs, NLU training data and message templates are treated - like normal developer assets - files that can be committed to source control and deployed alongside code updates.`)} + latest components from the Bot Framework: SDK, LG, LU, and declarative file formats, all without writing code.`)} + + {formatMessage(`Learn more`)} +

-
{formatMessage(`Build SHA`)}
+
{formatMessage(`Application SHA`)}
- {process.env.GIT_SHA || 'Unable to find Build number'}{' '} + + {process.env.GIT_SHA || 'Unknown'} + +
+
+
+
{formatMessage(`SDK runtime packages`)}
+
+ + {process.env.SDK_PACKAGE_VERSON || 'Unknown'} +
@@ -47,22 +75,20 @@ export const About = () => {
-
- - -
{formatMessage(`Terms of Use`)}
- -
- -
{formatMessage(`Third-Party Notices`)}
+ +
{formatMessage(`Terms of Use`)}
diff --git a/Composer/packages/client/src/pages/about/styles.js b/Composer/packages/client/src/pages/about/styles.js index b65a9d5eba..64ebcfdcd2 100644 --- a/Composer/packages/client/src/pages/about/styles.js +++ b/Composer/packages/client/src/pages/about/styles.js @@ -60,7 +60,6 @@ export const DiagnosticsInfoText = css` `; export const DiagnosticsInfoTextAlignLeft = css` - width: 50%; text-align: left; `; diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000000..01fb3f6a36 --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1 @@ +Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices. diff --git a/help.md b/help.md deleted file mode 100644 index de07ca5631..0000000000 --- a/help.md +++ /dev/null @@ -1,7 +0,0 @@ -## Getting help with Bot Framework Composer - -####Reach out to us! Here's how: - -1. Talk to us on Microsoft Teams INSTRUCTIONS HERE -2. Email us at EMAIL HERE -3. [Open a GitHub issue](https://github.com/microsoft/BotFramework-Designer/issues/new)