File tree 2 files changed +2
-2
lines changed
CSharp/Library/Microsoft.Bot.Connector 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ partial void CustomInitialize()
53
53
54
54
internal static void AddUserAgent < T > ( T client ) where T : ServiceClient < T >
55
55
{
56
- client . HttpClient . DefaultRequestHeaders . UserAgent . Add ( new ProductInfoHeaderValue ( "Microsoft-BotFramework" , "3.0 " ) ) ;
56
+ client . HttpClient . DefaultRequestHeaders . UserAgent . Add ( new ProductInfoHeaderValue ( "Microsoft-BotFramework" , "3.1 " ) ) ;
57
57
client . HttpClient . DefaultRequestHeaders . UserAgent . Add ( new ProductInfoHeaderValue ( $ "(BotBuilder .Net/{ GetClientVersion ( client ) } )") ) ;
58
58
}
59
59
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ var pjson = require('../../package.json');
49
49
50
50
var MAX_DATA_LENGTH = 65000 ;
51
51
52
- var USER_AGENT = "Microsoft-BotFramework/3.0 (BotBuilder Node.js/" + pjson . version + ")" ;
52
+ var USER_AGENT = "Microsoft-BotFramework/3.1 (BotBuilder Node.js/" + pjson . version + ")" ;
53
53
54
54
export interface IChatConnectorSettings {
55
55
appId ?: string ;
You can’t perform that action at this time.
0 commit comments