HttpGhost 2.0.0.6
dotnet add package HttpGhost --version 2.0.0.6
NuGet\Install-Package HttpGhost -Version 2.0.0.6
<PackageReference Include="HttpGhost" Version="2.0.0.6" />
paket add HttpGhost --version 2.0.0.6
#r "nuget: HttpGhost, 2.0.0.6"
// Install HttpGhost as a Cake Addin #addin nuget:?package=HttpGhost&version=2.0.0.6 // Install HttpGhost as a Cake Tool #tool nuget:?package=HttpGhost&version=2.0.0.6
Simplify integrationtesting via http.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- HtmlAgilityPack (>= 1.4.6)
- Newtonsoft.Json (>= 4.5.11)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0.6 | 158 | 9/3/2013 |
2.0.0.5 | 48 | 3/17/2013 |
2.0.0.4 | 102 | 10/12/2012 |
2.0.0.3 | 53 | 10/12/2012 |
2.0.0.2 | 49 | 10/12/2012 |
2.0.0.1 | 49 | 9/9/2012 |
2.0.0 | 81 | 9/9/2012 |
1.2.0 | 132 | 7/27/2012 |
1.1.0.2 | 48 | 4/29/2012 |
1.1.0.1 | 50 | 4/18/2012 |
1.1.0 | 111 | 4/1/2012 |
1.0.0.3 | 51 | 4/1/2012 |
1.0.0.2 | 51 | 3/20/2012 |
1.0.0.1 | 50 | 3/16/2012 |
2.0.0.6
* Update Newtonsoft.Json to 5.0.6
2.0.0.5
* Update Newtonsoft.Json to 4.5.11
2.0.0.4
* Handle same names in form submit
2.0.0.3
* Insert values to existing form, which will be posted in submit
2.0.0.2
* Update Newtonsoft.Json to 4.5.10
* Fix issue 26: Now more fluent interface on IHtmlResult
2.0.0.1
* Update HtmlSession and JsonSession ctor to be as HttpSession
2.0.0.0
* Find elements by attribute using css selector
* Submit form
* Major rewrite of session, subclass session to HttpSession, HtmlSession, JsonSession
* Update JSON.NET to 4.5.9 and HtmlAgilityPack to 1.4.6