Skip to content

Commit 72e5e10

Browse files
committed
chore: Resolve merge conflicts
2 parents 5f62267 + 347f7ff commit 72e5e10

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<Description>IBM.Watson.Assistant.v2 wraps the Watson Assistant service (http://www.ibm.com/watson/developercloud/assistant.html)</Description>
5-
<AssemblyTitle>IBM.Watson.Assistant.v2</AssemblyTitle>
6-
<VersionPrefix>4.0.0-rc1</VersionPrefix>
7-
<Authors>IBM Watson</Authors>
8-
<TargetFramework>netstandard2.0</TargetFramework>
9-
<AssemblyName>IBM.Watson.Assistant.v2</AssemblyName>
10-
<PackageId>IBM.Watson.Assistant.v2</PackageId>
11-
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
12-
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
13-
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
14-
<Version>4.0.0-rc1</Version>
15-
</PropertyGroup>
16-
17-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
18-
<DebugType>full</DebugType>
19-
<DebugSymbols>true</DebugSymbols>
20-
</PropertyGroup>
21-
22-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
23-
<DebugType>full</DebugType>
24-
<DebugSymbols>true</DebugSymbols>
25-
</PropertyGroup>
26-
27-
<ItemGroup>
28-
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc5" />
29-
<PackageReference Include="IBM.Watson.Common" Version="3.0.1" />
30-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
31-
</ItemGroup>
32-
33-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<Description>IBM.Watson.Assistant.v2 wraps the Watson Assistant service (http://www.ibm.com/watson/developercloud/assistant.html)</Description>
5+
<AssemblyTitle>IBM.Watson.Assistant.v2</AssemblyTitle>
6+
<VersionPrefix>4.0.0-rc1</VersionPrefix>
7+
<Authors>IBM Watson</Authors>
8+
<TargetFramework>netstandard2.0</TargetFramework>
9+
<AssemblyName>IBM.Watson.Assistant.v2</AssemblyName>
10+
<PackageId>IBM.Watson.Assistant.v2</PackageId>
11+
<PackageTags>watson;cognitive;speech;vision;machine-learning;ml;ai;artificial-intelligence;.NET;.NET-Standard</PackageTags>
12+
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
13+
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
14+
<Version>4.0.0-rc1</Version>
15+
</PropertyGroup>
16+
17+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
18+
<DebugType>full</DebugType>
19+
<DebugSymbols>true</DebugSymbols>
20+
</PropertyGroup>
21+
22+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
23+
<DebugType>full</DebugType>
24+
<DebugSymbols>true</DebugSymbols>
25+
</PropertyGroup>
26+
27+
<ItemGroup>
28+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="1.0.0-rc5" />
29+
<PackageReference Include="IBM.Watson.Common" Version="3.0.1" />
30+
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
31+
</ItemGroup>
32+
33+
</Project>

0 commit comments

Comments
 (0)