File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
enterprise-assistant/VirtualAssistantSample
hospitality-assistant/VirtualAssistantSample
virtual-assistant/VirtualAssistantSample
sdk/typescript/libraries/bot-solutions
templates/typescript/samples Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments