diff --git a/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj b/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj
index fc78f9b..e5b1e6f 100644
--- a/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj
+++ b/Contentstack.AspNetCore/Contentstack.AspNetCore.csproj
@@ -12,7 +12,7 @@
Copyright (c) 2012-2020 Contentstack (http://app.contentstack.com). All Rights Reserved
https://github.com/contentstack/contentstack-dotnet
v2.5.0
- 2.6.0
+ 2.6.1
diff --git a/Contentstack.Core.Tests/Contentstack.Core.Tests.csproj b/Contentstack.Core.Tests/Contentstack.Core.Tests.csproj
index acbceb2..f43a5b7 100644
--- a/Contentstack.Core.Tests/Contentstack.Core.Tests.csproj
+++ b/Contentstack.Core.Tests/Contentstack.Core.Tests.csproj
@@ -4,7 +4,7 @@
netcoreapp2.1
false
- 2.6.0
+ 2.6.1
diff --git a/Contentstack.Core.Tests/QueryTest.cs b/Contentstack.Core.Tests/QueryTest.cs
index 6ff70ce..a7906f6 100644
--- a/Contentstack.Core.Tests/QueryTest.cs
+++ b/Contentstack.Core.Tests/QueryTest.cs
@@ -1177,14 +1177,13 @@ public async Task Limit()
}
}
-
[Fact]
public async Task IncludeEmbeddedItems()
{
- ContentType contenttype = client.ContentType("rte_embed");
+ ContentType contenttype = client.ContentType(source);
Query query = contenttype.Query();
query.includeEmbeddedItems();
- var result = await query.Find();
+ var result = await query.Find();
if (result == null && result.Items.Count() == 0)
{
Assert.False(true, "Query.Exec is not match with expected result.");
diff --git a/Contentstack.Core/Contentstack.Core.csproj b/Contentstack.Core/Contentstack.Core.csproj
index b679261..44ea748 100644
--- a/Contentstack.Core/Contentstack.Core.csproj
+++ b/Contentstack.Core/Contentstack.Core.csproj
@@ -5,15 +5,15 @@
contentstack.csharp
Contentstack
.NET SDK for the Contentstack Content Delivery API.
- 2.6.0
+ 2.6.1
Contentstack
Embedded Objects fearure added
- Copyright © 2012-2020 Contentstack. All Rights Reserved
+ Copyright © 2012-2021 Contentstack. All Rights Reserved
true
- v2.6.0
+ v2.6.1
https://github.com/contentstack/contentstack-dotnet
- https://github.com/contentstack/contentstack-dotnet/blob/master/LICENSE
- 2.6.0
+ LICENSE.txt
+ 2.6.1
@@ -31,6 +31,9 @@
+
+
+
diff --git a/Contentstack.Core/LICENSE.txt b/Contentstack.Core/LICENSE.txt
new file mode 100644
index 0000000..e625c85
--- /dev/null
+++ b/Contentstack.Core/LICENSE.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2012-2021 Contentstack (http://app.contentstack.com). All Rights Reserved
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Contentstack.Net.sln b/Contentstack.Net.sln
index 68df4db..86383c9 100644
--- a/Contentstack.Net.sln
+++ b/Contentstack.Net.sln
@@ -132,6 +132,6 @@ Global
$0.XmlFormattingPolicy = $9
$9.scope = application/xml
$0.StandardHeader = $10
- version = 2.6.0
+ version = 2.6.1
EndGlobalSection
EndGlobal
diff --git a/LICENSE b/LICENSE
index d276026..e625c85 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2012-2020 Contentstack (http://app.contentstack.com). All Rights Reserved
+Copyright (c) 2012-2021 Contentstack (http://app.contentstack.com). All Rights Reserved
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal