Skip to content

Commit c69c627

Browse files
committed
bumpt and release
1 parent 8b1558f commit c69c627

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<RepositoryUrl>https://github.com/managedcode/playwright_stealth</RepositoryUrl>
3030
<PackageProjectUrl>https://github.com/managedcode/playwright_stealth</PackageProjectUrl>
3131
<Product>ManagedCode Playwright Stealth</Product>
32-
<Version>0.0.1</Version>
33-
<PackageVersion>0.0.1</PackageVersion>
32+
<Version>1.0.0</Version>
33+
<PackageVersion>1.0.0</PackageVersion>
3434
</PropertyGroup>
3535

3636
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

src/Playwright.Stealth/ManagedCode.Playwright.Stealth.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<PackageId>ManagedCode.Playwright.Stealth</PackageId>
55
<Title>ManagedCode.Playwright.Stealth</Title>
6-
<Description>Stealth tweaks for Microsoft.Playwright.</Description>
7-
<PackageTags>playwright;stealth;bot-detection</PackageTags>
6+
<Description>Stealth evasion library for Microsoft.Playwright (.NET). Applies 31 init-script patches that mask headless Chrome fingerprints — navigator properties, WebGL, canvas, audio, CDP traces, automation markers and more. Validated against 9 public bot-detection sites.</Description>
7+
<PackageTags>playwright;stealth;bot-detection;headless;fingerprint;anti-detect;web-scraping;automation</PackageTags>
88
<RootNamespace>ManagedCode.Playwright.Stealth</RootNamespace>
99
<AssemblyName>ManagedCode.Playwright.Stealth</AssemblyName>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)