-
+
diff --git a/PocketSharp.Tests/packages.config b/PocketSharp.Tests/packages.config
index d0f3b6c..83e63fb 100644
--- a/PocketSharp.Tests/packages.config
+++ b/PocketSharp.Tests/packages.config
@@ -3,6 +3,6 @@
-
+
\ No newline at end of file
diff --git a/PocketSharp/PocketSharp.csproj b/PocketSharp/PocketSharp.csproj
index 0d0c35a..5698068 100644
--- a/PocketSharp/PocketSharp.csproj
+++ b/PocketSharp/PocketSharp.csproj
@@ -107,15 +107,15 @@
..\packages\Microsoft.Bcl.1.1.3\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll
+
+
+
{14c3ee6a-54a4-4a37-8b56-d52a3802f1c2}
NReadability
-
-
-
diff --git a/PocketSharp/Properties/AssemblyInfo.cs b/PocketSharp/Properties/AssemblyInfo.cs
index a3d72c0..b51fd5f 100644
--- a/PocketSharp/Properties/AssemblyInfo.cs
+++ b/PocketSharp/Properties/AssemblyInfo.cs
@@ -25,5 +25,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.2.0")]
-[assembly: AssemblyFileVersion("2.2.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("2.2.1")]
+[assembly: AssemblyFileVersion("2.2.1")]
\ No newline at end of file
diff --git a/PortablePorts/NReadability/SgmlDomSerializer.cs b/PortablePorts/NReadability/SgmlDomSerializer.cs
index 7a075a8..5c95ec4 100644
--- a/PortablePorts/NReadability/SgmlDomSerializer.cs
+++ b/PortablePorts/NReadability/SgmlDomSerializer.cs
@@ -84,7 +84,7 @@ namespace PocketSharp.Ports.NReadability
if (domSerializationParams.BodyOnly && document.Root != null)
{
- var body = document.Root.GetChildrenByTagName("body").FirstOrDefault();
+ var body = document.Root.GetElementsByTagName("body").FirstOrDefault();
if (body != null)
{