update Reader comments and bump assembly version

This commit is contained in:
2013-10-17 14:24:07 +02:00
parent a731a744bc
commit 1d500d0d4b
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -44,10 +44,12 @@ namespace PocketSharp
/// <summary>
/// Reads content from the given URI.
/// Reads article content from the given PocketItem.
/// This method does not use the official Article View API, which is private.
/// The PocketReader is based on a custom PCL port of NReadability and SgmlReader.
/// </summary>
/// <param name="item">The pocket item.</param>
/// <returns></returns>
/// <returns>A Pocket article with extracted content and title.</returns>
/// <exception cref="PocketException"></exception>
public async Task<PocketArticle> Read(PocketItem item)
{
+3 -3
View File
@@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PocketSharp")]
[assembly: AssemblyDescription("PocketSharp is a .NET class library, that integrates the Pocket API v3")]
[assembly: AssemblyDescription("PocketSharp is a .NET class library that integrates the Pocket API v3")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("cee")]
[assembly: AssemblyProduct("PocketSharp")]
@@ -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("1.5.1")]
[assembly: AssemblyFileVersion("1.5.1")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]