Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 02-21-2020 #2042

Merged
merged 33 commits into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1f13b0a
release: 01-27-2020 (#1913)
cwhitten Jan 28, 2020
12d77a0
feat: syntax highlighting for prebuilt entity name and multi entity d…
cosmicshuai Jan 29, 2020
db239d0
use luIntents to populate intent dropdown when creating a trigger (#1…
a-b-r-o-w-n Jan 30, 2020
a54bb3d
docs: composer review 1-29 (#1924)
cwhitten Jan 31, 2020
8cec778
ci: update cypress libraries (#1936)
a-b-r-o-w-n Feb 3, 2020
983b29e
fix: move field descriptions into tooltip (#1858)
tdurnford Feb 3, 2020
4ccae23
fix: find lg template id in value (#1941)
zhixzhan Feb 4, 2020
d0e24cc
set consistent titlle (#1940)
yeze322 Feb 4, 2020
243ee30
fix: use correct widget in ChoiceInput (#1931)
yeze322 Feb 4, 2020
49a5ef9
Fix intent dropdown in trigger wizard (#1949)
cwhitten Feb 4, 2020
8496a34
fix: LU LSP suggest empty string entities and roles in entering utter…
cosmicshuai Feb 5, 2020
cf2bd0a
style: update input node "other" size (#1950)
alanlong9278 Feb 5, 2020
bf83759
update color (#1959)
liweitian Feb 6, 2020
cdfc96d
feat: click on a inline lg template error it will navigate to design …
liweitian Feb 6, 2020
d52c4f2
style: update header size and weight (#1961)
liweitian Feb 6, 2020
189722c
build: add declarationMap compiler option to base ts config (#1964)
a-b-r-o-w-n Feb 6, 2020
2268545
fix: update dialog property title (#1966)
tdurnford Feb 7, 2020
64e7d9e
style: Adjusted padding in the Form Editor and RootField fonts (#1973)
tdurnford Feb 11, 2020
db96de4
chore: clean unreferenced files in visual editor (#1981)
yeze322 Feb 11, 2020
1cd2d9b
fix: the path format generated by notification page is wrong (#1989)
lei9444 Feb 12, 2020
65f959b
style: update multiple choice input node style (#1954)
alanlong9278 Feb 13, 2020
0b680f8
fix: Updated regex recognizer UI (#1991)
tdurnford Feb 13, 2020
705a7f4
fix: update framework and package version in template botproject (#1939)
VanyLaw Feb 13, 2020
f01fdde
feat: multiple lg (#1861)
zhixzhan Feb 14, 2020
eb9a5fc
chore: enhace the SVG usage in visual editor (#1987)
yeze322 Feb 14, 2020
ca9f8ea
add testing section to contributors doc (#1955)
a-b-r-o-w-n Feb 14, 2020
e387ade
feat: let VisualEditor accept dynamic uischema instead of hardcoding …
yeze322 Feb 14, 2020
5180c91
includeActivity => activityProcessed (#1996)
alanlong9278 Feb 18, 2020
b2501bf
chore: add client/build to gitignore
a-b-r-o-w-n Feb 18, 2020
3e8d170
style: left nav and dialog tree align (#1960)
liweitian Feb 19, 2020
3a9b11b
fix the diagnostic path error (#2013)
lei9444 Feb 20, 2020
b58fa5b
remove the never used 'when' prop in KeyboardZone (#2000)
yeze322 Feb 20, 2020
c9c992f
docs: update changelog (#2041)
a-b-r-o-w-n Feb 21, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 12 additions & 14 deletions BotProject/Templates/CSharp/BotProject.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Tests\**" />
Expand All @@ -13,26 +13,24 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<CodeAnalysisRuleSet>BotProject.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<CodeAnalysisRuleSet>BotProject.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.4" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.7.0-preview-191208-1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.7.2" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.7.2" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.7.2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.7.2-preview" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.7.2-preview" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.7.2-preview" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.7.2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.7.2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.7.2" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.7.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.66">
<PrivateAssets>all</PrivateAssets>
Expand Down
1 change: 1 addition & 0 deletions BotProject/Templates/CSharp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;

namespace Microsoft.Bot.Builder.ComposerBot.Json
{
Expand Down
Loading