forked from microsoft/playwright-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersion.props
More file actions
22 lines (22 loc) · 1.08 KB
/
Copy pathVersion.props
File metadata and controls
22 lines (22 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<AssemblyVersion>1.60.0</AssemblyVersion>
<PackageVersion>$(AssemblyVersion)</PackageVersion>
<DriverVersion>1.62.0-alpha-1781285727000</DriverVersion>
<!-- The Node.js version bundled with the driver. Kept in sync with NODE_VERSION
in upstream's utils/build/build-playwright-driver.sh by the roll script. -->
<DriverNodeVersion>24.16.0</DriverNodeVersion>
<ReleaseVersion>$(AssemblyVersion)</ReleaseVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<NoDefaultExcludes>true</NoDefaultExcludes>
<Authors>Microsoft</Authors>
<Owners>Microsoft</Owners>
<PackageProjectUrl>https://github.com/microsoft/playwright-dotnet</PackageProjectUrl>
<PackageTags>headless,chrome,firefox,webkit,playwright</PackageTags>
<RepositoryUrl>https://github.com/microsoft/playwright-dotnet.git</RepositoryUrl>
<PackageReleaseNotes><![CDATA[
]]></PackageReleaseNotes>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>