Skip to content

Commit

Permalink
v2.0.2 (hardkoded#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Mar 2, 2020
1 parent 14a4ce6 commit 0879837
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>2.0.1</PackageVersion>
<PackageVersion>2.0.2</PackageVersion>
<Authors>Darío Kondratiuk</Authors>
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
Expand All @@ -14,13 +14,10 @@
<PackageReleaseNotes><![CDATA[
# Changelog
* Fix ssl when navigate to site with cert expiring after 2038.
* Added ability to skip resolving file paths for UploadFileAsync.
* Improve cookies documentation.
* Improve response documentation.
* Fix orphan tasks
]]></PackageReleaseNotes>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.0.2</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
<CodeAnalysisRuleSet>../PuppeteerSharp.ruleset</CodeAnalysisRuleSet>
Expand Down

0 comments on commit 0879837

Please sign in to comment.