Skip to content

Commit

Permalink
Change RepositoryURL (#909)
Browse files Browse the repository at this point in the history
* Change RepositoryURL

* Remove extra config
  • Loading branch information
kblok authored Oct 6, 2020
1 parent bca3a88 commit 0f6a1a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Common/PackageInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/microsoft/playwright-sharp</PackageProjectUrl>
<PackageTags>headless,chrome,firefox,webkit,playwright</PackageTags>
<RepositoryUrl>https://github.com/microsoft/playwright-sharp.git</RepositoryUrl>
<PackageReleaseNotes><![CDATA[
]]></PackageReleaseNotes>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/PlaywrightSharp/PlaywrightSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<LangVersion>8.0</LangVersion>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<PackageProjectUrl>https://github.com/hardkoded/playwright-sharp</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<DocumentationFile>bin\$(Configuration)\netstandard2.0\PlaywrightSharp.xml</DocumentationFile>
<RunWithWarnings>true</RunWithWarnings>
Expand Down

0 comments on commit 0f6a1a7

Please sign in to comment.