Skip to content

Commit 75db397

Browse files
committed
Upgrade bot-solutions reference to 1.1.0
1 parent 7d35c41 commit 75db397

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

samples/csharp/assistants/enterprise-assistant/VirtualAssistantSample/VirtualAssistantSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
1515
<PackageReference Include="Microsoft.Azure.CognitiveServices.ContentModerator" Version="2.0.0" />
1616
<PackageReference Include="Microsoft.Azure.CognitiveServices.Language" Version="1.0.1-preview" />
17-
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.0" />
1817
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.13.2" />
1918
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.13.2" />
2019
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.13.2" />
2120
<PackageReference Include="Microsoft.Bot.Builder.Azure.Blobs" Version="4.13.2" />
2221
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.13.2" />
2322
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.13.2" />
2423
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration" Version="4.13.2" />
24+
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.1.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

samples/csharp/assistants/hospitality-assistant/VirtualAssistantSample/VirtualAssistantSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
1616
<PackageReference Include="Microsoft.Azure.CognitiveServices.ContentModerator" Version="2.0.0" />
1717
<PackageReference Include="Microsoft.Azure.CognitiveServices.Language" Version="1.0.1-preview" />
18-
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.1" />
1918
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.13.2" />
2019
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.13.2" />
2120
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.13.2" />
2221
<PackageReference Include="Microsoft.Bot.Builder.Azure.Blobs" Version="4.13.2" />
2322
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.13.2" />
2423
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.13.2" />
2524
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration" Version="4.13.2" />
25+
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.1.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

samples/csharp/assistants/virtual-assistant/VirtualAssistantSample/VirtualAssistantSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
1515
<PackageReference Include="Microsoft.Azure.CognitiveServices.ContentModerator" Version="2.0.0" />
1616
<PackageReference Include="Microsoft.Azure.CognitiveServices.Language" Version="1.0.1-preview" />
17-
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.1" />
1817
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.13.2" />
1918
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.13.2" />
2019
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.13.2" />
2120
<PackageReference Include="Microsoft.Bot.Builder.Azure.Blobs" Version="4.13.2" />
2221
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.13.2" />
2322
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.13.2" />
2423
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration" Version="4.13.2" />
24+
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.1.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

samples/csharp/skill/SkillSample/SkillSample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.0" />
1010
<PackageReference Include="Microsoft.Azure.CognitiveServices.ContentModerator" Version="2.0.0" />
1111
<PackageReference Include="Microsoft.Azure.CognitiveServices.Language" Version="1.0.1-preview" />
12-
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.0.1" />
12+
<PackageReference Include="Microsoft.Bot.Solutions" Version="1.1.0" />
1313
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.13.2" />
1414
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.13.2" />
1515
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.13.2" />

sdk/typescript/libraries/bot-solutions/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/typescript/libraries/bot-solutions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bot-solutions",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared library for Conversational AI Virtual Assistants and Skills.",
55
"homepage": "https://github.com/microsoft/botframework-solutions",
66
"author": "Microsoft",

templates/typescript/samples/sample-assistant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"dependencies": {
2222
"@microsoft/microsoft-graph-client": "^1.3.0",
2323
"@microsoft/microsoft-graph-types": "^1.5.0",
24-
"bot-solutions": "^1.0.0",
2524
"botbuilder": "^4.13.5",
2625
"botbuilder-ai": "^4.13.5",
2726
"botbuilder-applicationinsights": "^4.13.5",
2827
"botbuilder-azure": "^4.13.5",
2928
"botbuilder-azure-blobs": "^4.13.5-preview",
3029
"botbuilder-dialogs": "^4.13.5",
3130
"botbuilder-lg": "^4.13.5",
31+
"bot-solutions": "^1.1.0",
3232
"botframework-config": "^4.13.5-deprecated",
3333
"botframework-connector": "^4.13.5",
3434
"restify": "^8.5.1"

templates/typescript/samples/sample-skill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"test-coverage-ci": "nyc --reporter=cobertura mocha --reporter mocha-junit-reporter"
2020
},
2121
"dependencies": {
22-
"bot-solutions": "^1.0.0",
2322
"botbuilder": "^4.13.5",
2423
"botbuilder-ai": "^4.13.5",
2524
"botbuilder-applicationinsights": "^4.13.5",
2625
"botbuilder-azure": "^4.13.5",
2726
"botbuilder-azure-blobs": "^4.13.5-preview",
2827
"botbuilder-dialogs": "^4.13.5",
2928
"botbuilder-lg": "^4.13.5",
29+
"bot-solutions": "^1.1.0",
3030
"botframework-config": "^4.13.5-deprecated",
3131
"botframework-connector": "^4.13.5",
3232
"dotenv": "^6.0.0",

0 commit comments

Comments
 (0)