File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <Bot_Builder_Version >4.11 .1</Bot_Builder_Version >
4+ <Bot_Builder_Version >4.12 .1</Bot_Builder_Version >
55 </PropertyGroup >
66
77</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)../', 'Bot.Builder.Community.sln'))\CommonTargets\library.shared.targets" />
23
3- <PropertyGroup >
4- <TargetFramework >netstandard2.0</TargetFramework >
5- </PropertyGroup >
4+ <PropertyGroup >
5+ <TargetFramework >netstandard2.0</TargetFramework >
6+ <Description >Core package containing request / response mapper, and helper methods for when using Bot Builder .NET ACS Adapter.</Description >
7+ <RepositoryUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/</RepositoryUrl >
8+ <Authors >Gary Pretty</Authors >
9+ <Company >Bot Builder Community</Company >
10+ <PackageLicenseUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/blob/master/LICENSE</PackageLicenseUrl >
11+ <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Adapters.ACS.SMS.Core</PackageProjectUrl >
12+ <Version >1.0.0</Version >
13+ <FileVersion >1.0.0</FileVersion >
14+ <AssemblyVersion >1.0.0</AssemblyVersion >
15+ </PropertyGroup >
616
717 <ItemGroup >
818 <PackageReference Include =" Azure.Communication.Sms" Version =" 1.0.0-beta.1" />
919 <PackageReference Include =" Microsoft.Azure.EventGrid" Version =" 3.2.0" />
10- <PackageReference Include =" Microsoft.Bot.Schema" Version =" 4.9.2 " />
20+ <PackageReference Include =" Microsoft.Bot.Schema" Version =" $(Bot_Builder_Version) " />
1121 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.1.0" />
1222 </ItemGroup >
1323
Original file line number Diff line number Diff line change 88 <Company >Bot Builder Community</Company >
99 <PackageLicenseUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/blob/master/LICENSE</PackageLicenseUrl >
1010 <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Adapters.ACS.SMS</PackageProjectUrl >
11- <Version >1.0.0</Version >
11+ <Version >1.0.0</Version >
1212 <FileVersion >1.0.0</FileVersion >
1313 <AssemblyVersion >1.0.0</AssemblyVersion >
1414 <RepositoryUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/</RepositoryUrl >
Original file line number Diff line number Diff line change 77 <PackageTags >microsoft;bot;adapter;infobip;sms;botframework;botbuilder;bots</PackageTags >
88 <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Adapters.Infobip.Sms</PackageProjectUrl >
99 <Description >Adapter for v4 of the Bot Builder .NET SDK for connecting bots with Infobip SMS communication channel.</Description >
10- <RepositoryUrl >
11- https://www.github.com/botbuildercommunity/botbuildercommunity-dotnet
12- </RepositoryUrl >
10+ <RepositoryUrl >https://www.github.com/botbuildercommunity/botbuildercommunity-dotnet</RepositoryUrl >
1311 </PropertyGroup >
1412
1513 <ItemGroup >
Original file line number Diff line number Diff line change 22 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)../', 'Bot.Builder.Community.sln'))\CommonTargets\library.shared.targets" />
33
44 <PropertyGroup >
5- <TargetFramework >netstandard2.0</TargetFramework >
5+ <TargetFramework >netstandard2.0</TargetFramework >
6+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
7+ <PackageTags >microsoft;bot;adapter;infobip;viber;botframework;botbuilder;bots</PackageTags >
8+ <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Adapters.Infobip.Viber</PackageProjectUrl >
9+ <Description >Adapter for v4 of the Bot Builder .NET SDK for connecting bots with Viber.</Description >
10+ <RepositoryUrl >https://www.github.com/botbuildercommunity/botbuildercommunity-dotnet</RepositoryUrl >
611 </PropertyGroup >
712
813 <ItemGroup >
Original file line number Diff line number Diff line change 55 <TargetFramework >netstandard2.0</TargetFramework >
66 <Description >Adapter for v4 of the Bot Builder .NET SDK for connecting bots with Infobip WhatsApp communication channel.</Description >
77 <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Adapters.Infobip.WhatsApp</PackageProjectUrl >
8- <RepositoryUrl >http://www.github.com/botbuildercommunity/botbuildercommunity-dotnet
9- </RepositoryUrl >
8+ <RepositoryUrl >http://www.github.com/botbuildercommunity/botbuildercommunity-dotnet</RepositoryUrl >
109 <PackageTags >microsoft;bot;adapter;infobip;whatsapp;botframework;botbuilder;bots</PackageTags >
1110 </PropertyGroup >
1211
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)../', 'Bot.Builder.Community.sln'))\CommonTargets\library.shared.targets" />
23
3- <PropertyGroup >
4- <TargetFramework >netstandard2.0</TargetFramework >
5- <Description >Adapter for v4 of the Bot Builder .NET SDK to allow for a bot to be used for WhatsApp channel with MessageBird C# SDK.</Description >
6- </PropertyGroup >
4+ <PropertyGroup >
5+ <TargetFramework >netstandard2.0</TargetFramework >
6+ <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
7+ <PackageTags >microsoft;bot;adapter;infobip;sms;botframework;botbuilder;bots</PackageTags >
8+ <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Adapters.Infobip.MessageBird</PackageProjectUrl >
9+ <Description >Adapter for v4 of the Bot Builder .NET SDK to allow for a bot to be used for WhatsApp channel with MessageBird C# SDK.</Description >
10+ <RepositoryUrl >https://www.github.com/botbuildercommunity/botbuildercommunity-dotnet</RepositoryUrl >
11+ </PropertyGroup >
712
813 <ItemGroup >
914 <PackageReference Include =" MessageBird" Version =" 2.1.0" />
10- <PackageReference Include =" Microsoft.Bot.Builder.Integration.AspNet.Core" Version =" 4.10.0 " />
15+ <PackageReference Include =" Microsoft.Bot.Builder.Integration.AspNet.Core" Version =" $(Bot_Builder_Version) " />
1116 </ItemGroup >
1217
1318 <ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)../', 'Bot.Builder.Community.sln'))\CommonTargets\library.shared.targets" />
33
44 <PropertyGroup >
55 <TargetFramework >netstandard2.0</TargetFramework >
66 <Version >0.0.1</Version >
77 <Authors >Kyle Delaney</Authors >
88 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
9- <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/</PackageProjectUrl >
9+ <PackageLicenseUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/blob/master/LICENSE</PackageLicenseUrl >
10+ <PackageProjectUrl >https://github.com/BotBuilderCommunity/botbuilder-community-dotnet/tree/master/libraries/Bot.Builder.Community.Cards</PackageProjectUrl >
11+ <RepositoryUrl >http://www.github.com/botbuildercommunity/botbuildercommunity-dotnet
12+ </RepositoryUrl >
1013 </PropertyGroup >
1114
1215 <ItemGroup >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.Bot.Builder.Dialogs.Adaptive" Version =" 4.11.0 " />
9+ <PackageReference Include =" Microsoft.Bot.Builder.Dialogs.Adaptive" Version =" $(Bot_Builder_Version) " />
1010 </ItemGroup >
1111
1212</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)../', 'Bot.Builder.Community.sln'))\CommonTargets\library.shared.targets" />
23
3- <PropertyGroup >
4+ <PropertyGroup >
45 <TargetFramework >netstandard2.0</TargetFramework >
56 <Authors >Bot BuilderCommunity</Authors >
67 <Company >Bot BuilderCommunity</Company >
1011 </PropertyGroup >
1112
1213 <ItemGroup >
13- <PackageReference Include =" Microsoft.Bot.Builder" Version =" 4.9.4 " />
14+ <PackageReference Include =" Microsoft.Bot.Builder" Version =" $(Bot_Builder_Version) " />
1415 <PackageReference Include =" Microsoft.Recognizers.Text.Sequence" Version =" 1.4.0" />
1516 </ItemGroup >
1617
You can’t perform that action at this time.
0 commit comments