Skip to content

Commit e462be3

Browse files
author
MANDOGROUP\gary.pretty
committed
Updated project package details
1 parent ab84a2a commit e462be3

File tree

7 files changed

+47
-18
lines changed

7 files changed

+47
-18
lines changed

libraries/Bot.Builder.Community.Middleware.AzureAdAuthentication/Bot.Builder.Community.Middleware.AzureAdAuthentication.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Company>Bot Builder Community Extensions</Company>
6+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
7+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community/</PackageProjectUrl>
8+
<RepositoryUrl>https://github.com/garypretty/botbuilder-community/</RepositoryUrl>
9+
<Authors>Bot Builder Community Extensions</Authors>
10+
<PackageTags>bot framework, bot builder, azure bot service, middleware</PackageTags>
11+
<Description>This middleware will allow your bot to authenticate with Azure AD. It was created to support integration with Microsoft Graph but it will work with any application that uses the OAuth 2.0 authorization code flow.</Description>
512
</PropertyGroup>
613

714
<ItemGroup>

libraries/Bot.Builder.Community.Middleware.BestMatch/Bot.Builder.Community.Middleware.BestMatch.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
6-
<Authors>Gary Pretty</Authors>
7-
<Company>Gary Pretty</Company>
8-
<Copyright>Gary Pretty</Copyright>
9-
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/blob/master/LICENSE</PackageLicenseUrl>
10-
<PackageProjectUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/</PackageProjectUrl>
6+
<Authors>Bot Builder Community Extensions</Authors>
7+
<Company>Bot Builder Community Extensions</Company>
8+
<Copyright>Bot Builder Community Extensions</Copyright>
9+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community/</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<Description>Middleware extensions for Bot Builder v4 SDK that allows you to match a message receieved from a bot user against a list of strings and then carry out an appropriate action. Matching does not have to be exact and you can set the threshold as to how closely the message should match with an item in the list.</Description>
14-
<PackageTags>bestmatch, bestmatchdialog, bot framework, botframework, bot builder</PackageTags>
14+
<PackageTags>bot framework, bot builder, azure bot service, middleware</PackageTags>
1515
<Version>1.0.0</Version>
1616
<DebugType>Full</DebugType>
1717
</PropertyGroup>

libraries/Bot.Builder.Community.Middleware.HandleActivityType/Bot.Builder.Community.Middleware.HandleActivityType.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
6-
<Authors>Gary Pretty</Authors>
7-
<Company>Gary Pretty</Company>
8-
<Copyright>Gary Pretty</Copyright>
9-
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/blob/master/LICENSE</PackageLicenseUrl>
10-
<PackageProjectUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/</RepositoryUrl>
6+
<Authors>Bot Builder Community Extensions</Authors>
7+
<Company>Bot Builder Community Extensions</Company>
8+
<Copyright></Copyright>
9+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community/</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/garypretty/botbuilder-community/</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<Description>Middleware component for Microsoft Bot Builder v4 to allow the handling of incoming activities based on their activity type. e.g. ConversationUpdate</Description>
1414
<DebugType>Full</DebugType>

libraries/Bot.Builder.Community.Middleware.SentimentAnalysis/Bot.Builder.Community.Middleware.SentimentAnalysis.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<PackageTags>bot framework, bot builder, azure bot service, middleware</PackageTags>
6+
<Company>Bot Builder Community Extensions</Company>
7+
<Authors>Bot Builder Community Extensions</Authors>
8+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
9+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community</PackageProjectUrl>
10+
<RepositoryUrl>https://github.com/garypretty/botbuilder-community/</RepositoryUrl>
11+
<Description>This middleware uses Cognitive Services Sentiment Analysis to identify the sentiment of each inbound message and make it available for your bot or other middleware component.</Description>
512
</PropertyGroup>
613
<ItemGroup>
714
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.1" />

libraries/Bot.Builder.Community.Middleware.SpellCheck/Bot.Builder.Community.Middleware.SpellCheck.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Company>Bot Builder Community Extensions</Company>
6+
<Authors>Bot Builder Community Extensions</Authors>
7+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
8+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community/</PackageProjectUrl>
9+
<RepositoryUrl>https://github.com/garypretty/botbuilder-community/</RepositoryUrl>
10+
<PackageTags>bot framework, bot builder, azure bot service, middleware</PackageTags>
11+
<Description>This middleware uses Cognitive Services Check to automatically correct inbound message text.</Description>
512
</PropertyGroup>
613
<ItemGroup>
714
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.1" />

libraries/Bot.Builder.Community.Middleware.Typing/Bot.Builder.Community.Middleware.Typing.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Authors>Bot Builder Community Extensions</Authors>
6+
<Company>Bot Builder Community Extensions</Company>
7+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community/</PackageProjectUrl>
8+
<RepositoryUrl>https://github.com/garypretty/botbuilder-community/</RepositoryUrl>
9+
<PackageTags>bot framework, bot builder, azure bot service, middleware</PackageTags>
10+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
11+
<Description>This middleware will show a 'typing' event whenever a long running operation is occurring in your bot or other middeware components in the pipeline, providing a visual cue to the user that your bot is doing something.</Description>
512
</PropertyGroup>
613
<ItemGroup>
714
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.1" />

libraries/Bot.Builder.Community.Recognizers.FuzzyRecognizer/Bot.Builder.Community.Recognizers.FuzzyRecognizer.csproj

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
6-
<Authors>Gary Pretty</Authors>
7-
<Company>Gary Pretty</Company>
8-
<Copyright>Gary Pretty</Copyright>
9-
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/blob/master/LICENSE</PackageLicenseUrl>
10-
<PackageProjectUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/</PackageProjectUrl>
11-
<RepositoryUrl>https://github.com/garypretty/botbuilder-dotnet-extensions/</RepositoryUrl>
6+
<Authors>Bot Builder Community Extensions</Authors>
7+
<Company>Bot Builder Community Extensions</Company>
8+
<Copyright>Bot Builder Community Extensions</Copyright>
9+
<PackageLicenseUrl>https://github.com/garypretty/botbuilder-community/blob/master/LICENSE</PackageLicenseUrl>
10+
<PackageProjectUrl>https://github.com/garypretty/botbuilder-community/</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/garypretty/botbuilder-community/</RepositoryUrl>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<Description>A fuzzy matching recognizer to allow for matching a string against one or more strings.</Description>
1414
<DebugType>Full</DebugType>
1515
<Version>1.0.0</Version>
16+
<PackageTags>bot framework, bot builder, azure bot service, recognizer</PackageTags>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

0 commit comments

Comments
 (0)