Skip to content

Commit

Permalink
Add TargetType
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Aug 20, 2024
1 parent 53c12b4 commit 3b2695c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ namespace PuppeteerSharp.Helpers.Json;
[JsonSerializable(typeof(TargetSendMessageToTargetRequest))]
[JsonSerializable(typeof(TargetSetAutoAttachRequest))]
[JsonSerializable(typeof(TargetSetDiscoverTargetsRequest))]
[JsonSerializable(typeof(TargetType))]
[JsonSerializable(typeof(TracingCompleteResponse))]
[JsonSerializable(typeof(TracingStartRequest))]
[JsonSerializable(typeof(WSEndpointResponse))]
Expand Down
8 changes: 4 additions & 4 deletions lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<Description>Headless Browser .NET API</Description>
<PackageId>PuppeteerSharp</PackageId>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageVersion>19.0.0</PackageVersion>
<ReleaseVersion>19.0.0</ReleaseVersion>
<AssemblyVersion>19.0.0</AssemblyVersion>
<FileVersion>19.0.0</FileVersion>
<PackageVersion>19.0.1</PackageVersion>
<ReleaseVersion>19.0.1</ReleaseVersion>
<AssemblyVersion>19.0.1</AssemblyVersion>
<FileVersion>19.0.1</FileVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 3b2695c

Please sign in to comment.