Skip to content

Commit

Permalink
Update package to 829 4.Future and update all the samples[draft] (mic…
Browse files Browse the repository at this point in the history
…rosoft#767)

* Update package to 829 4.Future and update all the samples

* Update 4.Future to include the Regex Recognizer change

* schema update

* Migrate Visual Editor to new schema (microsoft#790)

* update demo json

* migrate to new keys

* rename rule types

* fix test cases related to key changes

* Replace other appearances of 'rules' and '*Rule' to new schema (microsoft#792)

* migrate 'rules' to 'events'

* fix indexer key

* replace 4 rule names to new format

* fix

* Update tests

* Fix more samples

* Update ActionsTests.cs

* change designer -> composer

* update form schema

* update ui schema

* update from code to reference events / actions

* fix switch case test
  • Loading branch information
luhan2017 authored Sep 9, 2019
1 parent b1581d7 commit 8d87547
Show file tree
Hide file tree
Showing 190 changed files with 16,413 additions and 8,776 deletions.
14 changes: 7 additions & 7 deletions BotProject/CSharp/BotProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration.Renderer" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.6.0-Daily-2019-08-12-01-composer" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="Microsoft.Bot.Builder.LanguageGeneration.Renderer" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.6.0-Daily-2019-08-31-01" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>

Expand Down
51 changes: 0 additions & 51 deletions BotProject/CSharp/Schemas/Dialogs/Microsoft.AdaptiveDialog.schema

This file was deleted.

25 changes: 0 additions & 25 deletions BotProject/CSharp/Schemas/Dialogs/Microsoft.AttachmentInput.schema

This file was deleted.

134 changes: 0 additions & 134 deletions BotProject/CSharp/Schemas/Dialogs/Microsoft.ChoiceInput.schema

This file was deleted.

101 changes: 0 additions & 101 deletions BotProject/CSharp/Schemas/Dialogs/Microsoft.ConfirmInput.schema

This file was deleted.

32 changes: 0 additions & 32 deletions BotProject/CSharp/Schemas/Dialogs/Microsoft.NumberInput.schema

This file was deleted.

24 changes: 0 additions & 24 deletions BotProject/CSharp/Schemas/Dialogs/Microsoft.OAuthInput.schema

This file was deleted.

Loading

0 comments on commit 8d87547

Please sign in to comment.