File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
Microsoft.Bot.Builder.Adapters.Facebook
Microsoft.Bot.Builder.Adapters.Slack
Microsoft.Bot.Builder.Adapters.Twilio
Microsoft.Bot.Builder.Adapters.Webex Expand file tree Collapse file tree 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Version Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</Version >
4
- <Version Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</Version >
4
+ <Version Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</Version >
5
5
<PackageVersion Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</PackageVersion >
6
- <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</PackageVersion >
7
7
<Configurations >Debug;Release</Configurations >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
12
12
13
13
<PropertyGroup >
14
14
<TargetFramework >netstandard2.0</TargetFramework >
15
- <PackageId >Microsoft.Bot.Builder.Adapters.Facebook</PackageId >
16
15
<Description >Library for connecting bots with Facebook.</Description >
17
16
<Summary >This library implements C# classes for the Facebook adapter.</Summary >
18
17
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Version Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</Version >
4
- <Version Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</Version >
4
+ <Version Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</Version >
5
5
<PackageVersion Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</PackageVersion >
6
- <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</PackageVersion >
7
7
<Configurations >Debug;Release;</Configurations >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
12
12
13
13
<PropertyGroup >
14
14
<TargetFramework >netstandard2.0</TargetFramework >
15
- <PackageId >Microsoft.Bot.Builder.Adapters.Slack</PackageId >
16
15
<Description >Library for connecting bots with Slack.</Description >
17
16
<Summary >This library implements C# classes for the Slack adapter.</Summary >
18
17
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Version Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</Version >
4
- <Version Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</Version >
4
+ <Version Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</Version >
5
5
<PackageVersion Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</PackageVersion >
6
- <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</PackageVersion >
7
7
<Configurations >Debug;Release</Configurations >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
12
12
13
13
<PropertyGroup >
14
14
<TargetFramework >netstandard2.0</TargetFramework >
15
- <PackageId >Microsoft.Bot.Builder.Adapters.Twilio</PackageId >
16
15
<Description >Library for connecting bots with Twilio SMS API.</Description >
17
16
<Summary >This library implements C# classes for Twilio adapter.</Summary >
18
17
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Version Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</Version >
4
- <Version Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</Version >
4
+ <Version Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</Version >
5
5
<PackageVersion Condition =" '$(IsBuildServer)' == '' " >$(LocalPackageVersion)</PackageVersion >
6
- <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(PackageVersion )</PackageVersion >
6
+ <PackageVersion Condition =" '$(IsBuildServer)' != '' " >$(ReleasePackageVersion )</PackageVersion >
7
7
<Configurations >Debug;Release;</Configurations >
8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<DocumentationFile >bin\$(Configuration)\$(TargetFramework)\Microsoft.Bot.Builder.Adapters.Webex.xml</DocumentationFile >
12
12
13
13
<PropertyGroup >
14
14
<TargetFramework >netstandard2.0</TargetFramework >
15
- <PackageId >Microsoft.Bot.Builder.Adapters.Webex</PackageId >
16
15
<Description >Library for connecting bots with Webex Teams API.</Description >
17
16
<Summary >This library implements C# classes for the Webex Adapter</Summary >
18
17
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments