Skip to content

Commit b9d8f84

Browse files
authored
Merge pull request #306 from watson-developer-cloud/rc-2.11.0
Merge in release changes
2 parents 6a14fbb + 20367a8 commit b9d8f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IBM.WatsonDeveloperCloud.Assistant.v2/IBM.WatsonDeveloperCloud.Assistant.v2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageIconUrl>https://watson-developer-cloud.github.io/dotnet-standard-sdk/img/Watson_Avatar_Pos_RGB.png</PackageIconUrl>
1313
<PackageProjectUrl>https://github.com/watson-developer-cloud/dotnet-standard-sdk</PackageProjectUrl>
1414
<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>
15-
<Version>2.10.0</Version>
15+
<Version>2.11.0</Version>
1616
</PropertyGroup>
1717

1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

test/IBM.WatsonDeveloperCloud.Discovery.v1.IntegrationTests/DiscoveryIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ public void TestTokenization_Success()
722722
{
723723
if (!string.IsNullOrEmpty(collection.Description))
724724
{
725-
if (collection.Description.Contains("safe to delete") || collection.Description.Contains("Please delete me"))
725+
if (collection.Description.ToLower().Contains("safe to delete") || collection.Description.Contains("Please delete me") || collection.Name.Contains("-updated") || collection.Name.Contains("-collection"))
726726
{
727727
DeleteCollection(_environmentId, collection.CollectionId);
728728
Console.WriteLine("deleted " + collection.CollectionId);

0 commit comments

Comments
 (0)