Skip to content

Commit

Permalink
v0.5.239-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelEstevamReis committed Aug 10, 2020
1 parent 29d3a44 commit e26524e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Simple.Lib/Events/FetchCompleteEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public string Html
// Lazy loaded xElement
XElement xElement;
/// <summary>
/// Get the XElement representation of the Html property
/// Get the XElement representation of the Html property.
/// You can use Helper.HtmlToXElement properties to control XElement parsing
/// </summary>
public XElement GetXElement()
{
Expand Down
6 changes: 3 additions & 3 deletions Simple.Lib/Simple.Lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<RepositoryType>git</RepositoryType>
<PackageTags>spider</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>0.5.192</Version>
<Version>0.5.239</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Description>A simple to use web spider with an example rich GitHub repository
(work in progress)</Description>
<PackageReleaseNotes>Work in progress. See examples and documentation on GitHub page
Better redirect handling, added HObject support
Commit 8d5394a</PackageReleaseNotes>
<AssemblyVersion>0.5.192.0</AssemblyVersion>
Commit 29d3a44</PackageReleaseNotes>
<AssemblyVersion>0.5.239.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
3 changes: 2 additions & 1 deletion Simple.Lib/Simple.Lib.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e26524e

Please sign in to comment.