Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/generator-bot-adaptive/platforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const dotnet = {

const js = {
name: 'js',
defaultSdkVersion: '4.14.0-rc0',
defaultSdkVersion: '4.14.0-preview.rc1',
};

module.exports = { dotnet, js };
6 changes: 3 additions & 3 deletions generators/generator-bot-adaptive/test/js-functions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ describe(`generator-bot-adaptive --platform ${platform} --integration ${integrat
},
dependencies: {
'cross-env': 'latest',
'botbuilder-ai-luis': '4.14.0-rc0',
'botbuilder-ai-qna': '4.14.0-rc0',
'botbuilder-ai-luis': '4.14.0-preview.rc1',
'botbuilder-ai-qna': '4.14.0-preview.rc1',
'botbuilder-dialogs-adaptive-runtime-integration-azure-functions':
'4.14.0-rc0',
'4.14.0-preview.rc1',
},
};

Expand Down
6 changes: 3 additions & 3 deletions generators/generator-bot-adaptive/test/js-webapp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ describe(`generator-bot-adaptive --platform ${platform} --integration ${integrat
},
dependencies: {
'cross-env': 'latest',
'botbuilder-ai-luis': '4.14.0-rc0',
'botbuilder-ai-qna': '4.14.0-rc0',
'botbuilder-ai-luis': '4.14.0-preview.rc1',
'botbuilder-ai-qna': '4.14.0-preview.rc1',
'botbuilder-dialogs-adaptive-runtime-integration-express':
'4.14.0-rc0',
'4.14.0-preview.rc1',
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const packageReferences = {
[platforms.dotnet.name]: [
{
name: 'Microsoft.Bot.Components.HelpAndCancel',
version: '1.0.0',
version: '1.1.0',
},
],
[platforms.js.name]: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const packageReferences = {
[platforms.dotnet.name]: [
{
name: 'Microsoft.Bot.Components.HelpAndCancel',
version: '1.0.0',
version: '1.1.0',
},
{
name: 'Microsoft.Bot.Components.Welcome',
version: '1.0.0',
version: '1.1.0',
},
],
[platforms.js.name]: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = class extends BaseGenerator {
{
isPlugin: true,
name: 'Microsoft.Bot.Components.Graph',
version: '1.0.0',
version: '1.1.0',
},
],
modifyApplicationSettings: (appSettings) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = class extends BaseGenerator {
{
isPlugin: true,
name: 'Microsoft.Bot.Components.Graph',
version: '1.0.0',
version: '1.1.0',
},
],
modifyApplicationSettings: (appSettings) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<PackageId>Microsoft.Bot.Components.AdaptiveCards</PackageId>
<PackageProjectUrl>https://github.com/microsoft/botframework-components/tree/main/packages/AdaptiveCards</PackageProjectUrl>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Description>Composer triggers and actions for working with Adaptive Cards.</Description>
<Summary>Composer triggers and actions for working with Adaptive Cards.</Summary>
<SignAssembly>true</SignAssembly>
Expand Down
2 changes: 1 addition & 1 deletion packages/Graph/Microsoft.Bot.Components.Graph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup>
<PackageId>Microsoft.Bot.Components.Graph</PackageId>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Description>Custom actions for the MS Graph API for Bot Framework bots.</Description>
<Summary>A set of custom actions for working with the Microsoft Graph API from Bot Framework Composer.</Summary>
<PackageProjectUrl>https://github.com/Microsoft/botframework-components/tree/main/packages/Graph</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Bot.Components.HelpAndCancel</id>
<version>1.0.0</version>
<version>1.1.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down
2 changes: 1 addition & 1 deletion packages/HelpAndCancel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/bot-components-helpandcancel",
"version": "1.0.0",
"version": "1.1.0",
"description": "Contains Adaptive Dialog assets to support Help and Cancel conversational flows in a bot built on the Azure Bot Framework.",
"keywords": [
"microsoft",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Components.Teams</PackageId>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Description>This library implements .NET support for adaptive dialogs with Microsoft Teams</Description>
<Summary>This library implements .NET support for adaptive dialogs with Microsoft Teams</Summary>
<PackageProjectUrl>https://github.com/Microsoft/botframework-components/tree/main/packages/Teams/dotnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion packages/Teams/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/bot-components-teams",
"author": "Microsoft Corp.",
"description": "Rule system for the Microsoft BotBuilder adaptive dialog system, with integration specific to Microsoft Teams.",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"keywords": [
"msbot-component",
Expand Down
2 changes: 1 addition & 1 deletion packages/Welcome/Microsoft.Bot.Components.Welcome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.Bot.Components.Welcome</id>
<version>1.0.0</version>
<version>1.1.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
Expand Down
2 changes: 1 addition & 1 deletion packages/Welcome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/bot-components-welcome",
"version": "1.0.0",
"version": "1.1.0",
"description": "An Adaptive Dialog for greeting new and returning users on first interaction with your bot built on the Azure Bot Framework.",
"keywords": [
"microsoft",
Expand Down