Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	NReadability.build
	NReadability.nuspec
	Src/NReadability/NReadability.Console/Properties/AssemblyInfo.cs
	Src/NReadability/NReadability.Tests/NReadability.Tests.csproj
	Src/NReadability/NReadability.Tests/NReadabilityWebTranscoderTests.cs
	Src/NReadability/NReadability.Tests/Properties/AssemblyInfo.cs
	Src/NReadability/NReadability.Tests/SampleWebInput/SampleInput_09_1.html
	Src/NReadability/NReadability.Tests/SampleWebInput/SampleInput_09_2.html
	Src/NReadability/NReadability/NReadability.csproj
	Src/NReadability/NReadability/NReadabilityTranscoder.cs
	Src/NReadability/NReadability/NReadabilityWebTranscoder.cs
	Src/NReadability/NReadability/Properties/AssemblyInfo.cs
	Src/NReadability/NReadability/UrlFetcher.cs

Manually merged changes from marek-stoj/NReadability
  • Loading branch information
hempels committed Jun 29, 2012
2 parents 69c44a3 + cd8b0fc commit 7aa68b2
Show file tree
Hide file tree
Showing 17 changed files with 5,958 additions and 1,248 deletions.
2 changes: 1 addition & 1 deletion NReadability.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<project name="NReadability" default="all">

<property name="nreadability.version" value="1.4.3.0" />
<property name="nreadability.version" value="1.4.4.0" />
<property name="msbuild.path" value="C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" />
<property name="git.path" value="C:\Program Files (x86)\Git\bin\git.exe" />
<property name="nuget.path" value="C:\Programs\NuGet\NuGet.exe" />
Expand Down
2 changes: 1 addition & 1 deletion NReadability.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>NReadability</id>
<version>1.4.3</version>
<version>1.4.4</version>
<authors>Marek Stój</authors>
<owners>Immortal</owners>
<projectUrl>https://github.com/marek-stoj/NReadability</projectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

[assembly: Guid("7583466f-c5dd-4a7a-ad53-706b45d0b32d")]

[assembly: AssemblyVersion("1.4.3.0")]
[assembly: AssemblyFileVersion("1.4.3.0")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]
9 changes: 6 additions & 3 deletions Src/NReadability/NReadability.Tests/NReadability.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -92,6 +92,9 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="SampleInput\SampleInput_15.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SampleInput\SampleInput_14.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -134,10 +137,10 @@
<Content Include="SampleInput\SampleInput_12.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SampleWebInput\SampleInput_09_2.html">
<Content Include="SampleWebInput\SampleInput_09_1.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SampleWebInput\SampleInput_09_1.html">
<Content Include="SampleWebInput\SampleInput_09_2.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SampleWebInput\SampleInput_08_1.html">
Expand Down
Loading

0 comments on commit 7aa68b2

Please sign in to comment.