Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietre committed Jun 4, 2013
1 parent 4c71ae6 commit 15c1cc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/versions.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set csquery_version=1.3.5-beta4
set csquery_version=1.3.5-beta5
set csquery_mvc_version=1.3.11
set msbuild=C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild
2 changes: 1 addition & 1 deletion source/CsQuery/CsQuery.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?><package><metadata><id>CsQuery</id><version>1.3.5-beta4</version><title>CsQuery</title><authors>James Treworgy</authors><owners>James Treworgy</owners><licenseUrl>https://github.com/jamietre/CsQuery/blob/master/LICENSE.txt</licenseUrl><projectUrl>https://github.com/jamietre/CsQuery/</projectUrl><iconUrl>http://www.outsharked.com/csquery/images/csquery-icon-large.gif</iconUrl><requireLicenseAcceptance>false</requireLicenseAcceptance><summary>A complete CSS selector engine and jQuery port for .NET 4 and C#.</summary><description>CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. </description><releaseNotes>
<?xml version="1.0"?><package><metadata><id>CsQuery</id><version>1.3.5-beta5</version><title>CsQuery</title><authors>James Treworgy</authors><owners>James Treworgy</owners><licenseUrl>https://github.com/jamietre/CsQuery/blob/master/LICENSE.txt</licenseUrl><projectUrl>https://github.com/jamietre/CsQuery/</projectUrl><iconUrl>http://www.outsharked.com/csquery/images/csquery-icon-large.gif</iconUrl><requireLicenseAcceptance>false</requireLicenseAcceptance><summary>A complete CSS selector engine and jQuery port for .NET 4 and C#.</summary><description>CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods. </description><releaseNotes>
Version 1.3.5 includes significant performance improvements and bug fixes.

Complete change log:
Expand Down
2 changes: 1 addition & 1 deletion source/CsQuery/Csquery.Signed.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?><package><metadata><id>CsQuery.Signed</id><version>1.3.5-beta4-signed</version><title>CsQuery.Signed</title><authors>James Treworgy</authors><owners>James Treworgy</owners><licenseUrl>https://github.com/jamietre/CsQuery/blob/master/LICENSE.txt</licenseUrl><projectUrl>https://github.com/jamietre/CsQuery/</projectUrl><iconUrl>http://www.outsharked.com/csquery/images/csquery-icon-large.gif</iconUrl><requireLicenseAcceptance>false</requireLicenseAcceptance><summary>A complete CSS selector engine and jQuery port for .NET 4 and C# (STRONG NAMED).</summary><description>CsQuery - Signed/Strong Named Edition. It's strongly advised that you use use the package 'CsQuery' unless you know why you want the signed edition.</description><releaseNotes>
<?xml version="1.0"?><package><metadata><id>CsQuery.Signed</id><version>1.3.5-beta5-signed</version><title>CsQuery.Signed</title><authors>James Treworgy</authors><owners>James Treworgy</owners><licenseUrl>https://github.com/jamietre/CsQuery/blob/master/LICENSE.txt</licenseUrl><projectUrl>https://github.com/jamietre/CsQuery/</projectUrl><iconUrl>http://www.outsharked.com/csquery/images/csquery-icon-large.gif</iconUrl><requireLicenseAcceptance>false</requireLicenseAcceptance><summary>A complete CSS selector engine and jQuery port for .NET 4 and C# (STRONG NAMED).</summary><description>CsQuery - Signed/Strong Named Edition. It's strongly advised that you use use the package 'CsQuery' unless you know why you want the signed edition.</description><releaseNotes>
Version 1.3.5 includes significant performance improvements and bug fixes.

Complete change log:
Expand Down
1 change: 1 addition & 0 deletions source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Please see the main [readme](https://github.com/jamietre/CsQuery/blob/master/REA

**Bug fixes**

- [Issue #104](https://github.com/jamietre/CsQuery/issues/104) `CQ.Data` method doesn't work for raw string values
- [Issue #102](https://github.com/jamietre/CsQuery/issues/102) &amp; [Issue #100](https://github.com/jamietre/CsQuery/issues/100) Incorrect document type handling
- [Issue #82](https://github.com/jamietre/CsQuery/issues/82) `DomObject.Text` property not returning correct text when nested text nodes are present
- Index not being updated correctly for some node removals
Expand Down

0 comments on commit 15c1cc3

Please sign in to comment.