Skip to content

Commit

Permalink
Release 0.111.0 (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Sep 6, 2020
1 parent 37129be commit bc5d7d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/Common/PackageInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<Project>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>0.10.3</PackageVersion>
<PackageVersion>0.111.0</PackageVersion>
<AssemblyVersion>$(PackageVersion)</AssemblyVersion>
<FileVersion>$(PackageVersion)</FileVersion>
<Authors>Darío Kondratiuk</Authors>
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/kblok/playwright-sharp</PackageProjectUrl>
<PackageProjectUrl>https://github.com/hardkoded/playwright-sharp</PackageProjectUrl>
<PackageTags>headless,chrome,firefox,webkit,playwright</PackageTags>
<PackageReleaseNotes><![CDATA[
]]></PackageReleaseNotes>
Expand Down
19 changes: 3 additions & 16 deletions src/PlaywrightSharp/PlaywrightSharp.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>PlaywrightSharp.Abstractions</Title>
<PackageId>PlaywrightSharp.Abstractions</PackageId>
<Title>PlaywrightSharp</Title>
<PackageId>PlaywrightSharp</PackageId>
<Summary>Playwright-Sharp .NET library to automate Chromium, Firefox and WebKit with a single API.</Summary>
<Description>
This is the abstraction library. You should install this library if you want to create a browser agnostic library.
If you want to create browser specific code, please download PlaywrightSharp.Chromium, PlaywrightSharp.Firefox or PlaywrightSharp.Webkit
</Description>

<Description>PlaywrightSharp is a .NET library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.</Description>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
<DebugType>embedded</DebugType>
Expand Down Expand Up @@ -51,15 +47,6 @@
<PackageReference Include="Macross.Json.Extensions" Version="1.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Remove="Resources\injectedSource.ts" />
<None Remove="Resources\zsSelectorEngineSource.ts" />
</ItemGroup>
<ItemGroup>
<Folder Include="Protocol" />
<Folder Include="Server" />
<Folder Include="Servers" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
<HintPath>..\..\..\..\..\..\..\..\usr\local\share\dotnet\packs\Microsoft.AspNetCore.App.Ref\3.1.2\ref\netcoreapp3.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
Expand Down

0 comments on commit bc5d7d3

Please sign in to comment.