|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>2.0.3</PackageVersion> |
| 5 | + <PackageVersion>2.0.4</PackageVersion> |
6 | 6 | <Authors>Darío Kondratiuk</Authors> |
7 | 7 | <Owners>Darío Kondratiuk</Owners> |
8 | 8 | <PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl> |
|
13 | 13 | <PackageId>PuppeteerSharp</PackageId> |
14 | 14 | <PackageReleaseNotes><![CDATA[ |
15 | 15 |
|
| 16 | +# Experimental |
| 17 | + * We are laying the ground to support Firefox. Although we are exposing the "Product" property in many methods, these are not ready to be used. |
| 18 | +
|
| 19 | +# Fixes |
| 20 | +
|
| 21 | + * Optional frame in requests. |
| 22 | + * Update the OnRequestAsync in the NetworkManager.cs to support null. |
| 23 | +
|
16 | 24 | # Changelog |
17 | | - * IDisposableAsync support |
| 25 | +
|
| 26 | + * Add x-server pre-requisite to docs |
| 27 | + * Corrects CA2000 and IDE0008. |
| 28 | + * fix CA1063. |
| 29 | + * Don’t disable BlinkGenPropertyTrees anymore. |
| 30 | + * Add reference Microsoft.NETFramework.ReferenceAssemblies. |
| 31 | + * Add WaitForFunctionAsync doc. |
| 32 | + * Update demo versions. |
| 33 | + * Tests: Implement the Chrome bit. |
18 | 34 |
|
19 | 35 | ]]></PackageReleaseNotes> |
20 | | - <ReleaseVersion>2.0.3</ReleaseVersion> |
| 36 | + <ReleaseVersion>2.0.4</ReleaseVersion> |
21 | 37 | <SynchReleaseVersion>false</SynchReleaseVersion> |
22 | 38 | <StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings> |
23 | 39 | <CodeAnalysisRuleSet>../PuppeteerSharp.ruleset</CodeAnalysisRuleSet> |
|
0 commit comments