8 new revisions:
Revision: 2afab060a433
Branch: default
Author: azizatif
Date: Wed Jan 23 10:37:53 2013
Log: Fizzler.Systems.HtmlAgilityPack package missing LinqBridge
dependency ...
http://code.google.com/p/fizzler/source/detail?r=2afab060a433
Revision: 8cd5747858d5
Branch: default
Author: azizatif
Date: Wed Jan 23 10:39:59 2013
Log: Fizzler.Tools package missing description
http://code.google.com/p/fizzler/source/detail?r=8cd5747858d5
Revision: 4f1d01051e67
Branch: default
Author: azizatif
Date: Wed Jan 23 12:05:53 2013
Log: Fizzler.Systems.HtmlAgilityPack missing from packaging script
http://code.google.com/p/fizzler/source/detail?r=4f1d01051e67
Revision: 5a9f9bc137df
Branch: default
Author: azizatif
Date: Wed Jan 23 12:09:17 2013
Log: Fizzler.Systems.HtmlAgilityPack title fix
http://code.google.com/p/fizzler/source/detail?r=5a9f9bc137df
Revision: 6e2651d3543a
Branch: default
Author: azizatif
Date: Wed Jan 23 13:38:40 2013
Log: Formatting
http://code.google.com/p/fizzler/source/detail?r=6e2651d3543a
Revision: f1ddbc0e8e40
Branch: default
Author: azizatif
Date: Wed Jan 23 13:42:23 2013
Log: Synchronizing Fizzler.Tools package with version 1.0.0-beta2
http://code.google.com/p/fizzler/source/detail?r=f1ddbc0e8e40
Revision: 4a41c5907446
Branch: default
Author: azizatif
Date: Wed Jan 23 13:44:55 2013
Log: Fix for Fizzler.Systems.HtmlAgilityPack package to depend of
Fizzler p...
http://code.google.com/p/fizzler/source/detail?r=4a41c5907446
Revision: ab420c224983
Branch: default
Author: azizatif
Date: Wed Jan 23 13:45:40 2013
Log: LinqBridge dependency should be excluded when Fizzler package is
impor...
http://code.google.com/p/fizzler/source/detail?r=ab420c224983
==============================================================================
Revision: 2afab060a433
Branch: default
Author: azizatif
Date: Wed Jan 23 10:37:53 2013
Log: Fizzler.Systems.HtmlAgilityPack package missing LinqBridge
dependency when targeting .NET 2.0
http://code.google.com/p/fizzler/source/detail?r=2afab060a433
Modified:
/Fizzler.Systems.HtmlAgilityPack.nuspec
=======================================
--- /Fizzler.Systems.HtmlAgilityPack.nuspec Tue Jan 22 13:06:31 2013
+++ /Fizzler.Systems.HtmlAgilityPack.nuspec Wed Jan 23 10:37:53 2013
@@ -17,6 +17,7 @@
<group targetFramework=".NETFramework2.0">
<dependency id="HtmlAgilityPack" version="1.4.6" />
<dependency id="Fizzler" version="1.0.0" />
+ <dependency id="LinqBridge" version="1.3.0" />
</group>
<group targetFramework=".NETFramework3.5">
<dependency id="HtmlAgilityPack" version="1.4.6" />
==============================================================================
Revision: 8cd5747858d5
Branch: default
Author: azizatif
Date: Wed Jan 23 10:39:59 2013
Log: Fizzler.Tools package missing description
http://code.google.com/p/fizzler/source/detail?r=8cd5747858d5
Modified:
/Fizzler.Tools.nuspec
=======================================
--- /Fizzler.Tools.nuspec Tue Jan 22 13:06:31 2013
+++ /Fizzler.Tools.nuspec Wed Jan 23 10:39:59 2013
@@ -11,6 +11,7 @@
<copyright>Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights
reserved.</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>HTML querying tools based on open source libraries
Fizzler and HTML Agility Pack</summary>
+ <description>WinForms and console tools for querying HTML
documents based on open source libraries Fizzler and HTML Agility
Pack</description>
<tags>htmlagility fizzler css html</tags>
</metadata>
<files>
==============================================================================
Revision: 4f1d01051e67
Branch: default
Author: azizatif
Date: Wed Jan 23 12:05:53 2013
Log: Fizzler.Systems.HtmlAgilityPack missing from packaging script
http://code.google.com/p/fizzler/source/detail?r=4f1d01051e67
Modified:
/pack.cmd
=======================================
--- /pack.cmd Sun Jan 20 10:03:49 2013
+++ /pack.cmd Wed Jan 23 12:05:53 2013
@@ -9,5 +9,8 @@
if not exist dist md dist
if not %errorlevel%==0 exit /b %errorlevel%
set nupack=.nuget\NuGet pack -OutputDirectory dist
-call build /v:m && %nupack% Fizzler.nuspec && %nupack% -NoPackageAnalysis
Fizzler.Tools.nuspec
+call build /v:m ^
+ && %nupack% Fizzler.nuspec ^
+ && %nupack% Fizzler.Systems.HtmlAgilityPack.nuspec ^
+ && %nupack% -NoPackageAnalysis Fizzler.Tools.nuspec
goto :EOF
==============================================================================
Revision: 5a9f9bc137df
Branch: default
Author: azizatif
Date: Wed Jan 23 12:09:17 2013
Log: Fizzler.Systems.HtmlAgilityPack title fix
http://code.google.com/p/fizzler/source/detail?r=5a9f9bc137df
Modified:
/Fizzler.Systems.HtmlAgilityPack.nuspec
=======================================
--- /Fizzler.Systems.HtmlAgilityPack.nuspec Wed Jan 23 10:37:53 2013
+++ /Fizzler.Systems.HtmlAgilityPack.nuspec Wed Jan 23 12:09:17 2013
@@ -3,7 +3,7 @@
<metadata>
<id>Fizzler.Systems.HtmlAgilityPack</id>
<version>1.0.0-beta2</version>
- <title>Fizzler</title>
+ <title>Fizzler for HTML Agility Pack</title>
<authors>Atif Aziz, Colin Ramsay</authors>
<owners>Atif Aziz</owners>
<licenseUrl>
http://www.gnu.org/licenses/lgpl.html</licenseUrl>
==============================================================================
Revision: 6e2651d3543a
Branch: default
Author: azizatif
Date: Wed Jan 23 13:38:40 2013
Log: Formatting
http://code.google.com/p/fizzler/source/detail?r=6e2651d3543a
Modified:
/Fizzler.Tools.nuspec
=======================================
--- /Fizzler.Tools.nuspec Wed Jan 23 10:39:59 2013
+++ /Fizzler.Tools.nuspec Wed Jan 23 13:38:40 2013
@@ -28,5 +28,6 @@
<file src="bin\Release\HtmlAgilityPack.pdb"
target="tools\HtmlAgilityPack.pdb" />
<file src="bin\Release\Mannex.dll" target="tools\Mannex.dll" />
<file src="bin\Release\VisualFizzler.exe"
target="tools\VisualFizzler.exe" />
- <file src="bin\Release\VisualFizzler.pdb"
target="tools\VisualFizzler.pdb" /> </files>
+ <file src="bin\Release\VisualFizzler.pdb"
target="tools\VisualFizzler.pdb" />
+ </files>
</package>
==============================================================================
Revision: f1ddbc0e8e40
Branch: default
Author: azizatif
Date: Wed Jan 23 13:42:23 2013
Log: Synchronizing Fizzler.Tools package with version 1.0.0-beta2
http://code.google.com/p/fizzler/source/detail?r=f1ddbc0e8e40
Modified:
/Fizzler.Tools.nuspec
=======================================
--- /Fizzler.Tools.nuspec Wed Jan 23 13:38:40 2013
+++ /Fizzler.Tools.nuspec Wed Jan 23 13:42:23 2013
@@ -2,7 +2,7 @@
<package xmlns="
http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Fizzler.Tools</id>
- <version>1.0.0-beta1</version>
+ <version>1.0.0-beta2</version>
<title>Fizzler Tools</title>
<authors>Atif Aziz</authors>
<owners>Atif Aziz</owners>
==============================================================================
Revision: 4a41c5907446
Branch: default
Author: azizatif
Date: Wed Jan 23 13:44:55 2013
Log: Fix for Fizzler.Systems.HtmlAgilityPack package to depend of
Fizzler pre-release as opposed to release
http://code.google.com/p/fizzler/source/detail?r=4a41c5907446
Modified:
/Fizzler.Systems.HtmlAgilityPack.nuspec
=======================================
--- /Fizzler.Systems.HtmlAgilityPack.nuspec Wed Jan 23 12:09:17 2013
+++ /Fizzler.Systems.HtmlAgilityPack.nuspec Wed Jan 23 13:44:55 2013
@@ -16,12 +16,12 @@
<dependencies>
<group targetFramework=".NETFramework2.0">
<dependency id="HtmlAgilityPack" version="1.4.6" />
- <dependency id="Fizzler" version="1.0.0" />
+ <dependency id="Fizzler" version="1.0.0-beta2" />
<dependency id="LinqBridge" version="1.3.0" />
</group>
<group targetFramework=".NETFramework3.5">
<dependency id="HtmlAgilityPack" version="1.4.6" />
- <dependency id="Fizzler" version="1.0.0" />
+ <dependency id="Fizzler" version="1.0.0-beta2" />
</group>
</dependencies>
</metadata>
==============================================================================
Revision: ab420c224983
Branch: default
Author: azizatif
Date: Wed Jan 23 13:45:40 2013
Log: LinqBridge dependency should be excluded when Fizzler package is
imported into a project target .NET 3.5 or later
http://code.google.com/p/fizzler/source/detail?r=ab420c224983
Modified:
/Fizzler.nuspec
=======================================
--- /Fizzler.nuspec Tue Jan 22 13:06:31 2013
+++ /Fizzler.nuspec Wed Jan 23 13:45:40 2013
@@ -17,6 +17,7 @@
<group targetFramework=".NETFramework2.0">
<dependency id="LinqBridge" version="1.3.0" />
</group>
+ <group targetFramework=".NETFramework3.5" />
</dependencies>
</metadata>
<files>