Skip to content

Commit

Permalink
Replaced deprecated PackageIconUrl element
Browse files Browse the repository at this point in the history
  • Loading branch information
laolubenson committed Nov 14, 2019
1 parent e6c4aaf commit de27b38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/Appium.Net.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD79BA21-B485-411E-B132-0C1A462FFABF}"
ProjectSection(SolutionItems) = preProject
..\.travis.yml = ..\.travis.yml
Appium.Net\appium-icon.png = Appium.Net\appium-icon.png
..\CHANGELOG.MD = ..\CHANGELOG.MD
EndProjectSection
EndProject
Expand Down
8 changes: 6 additions & 2 deletions src/Appium.Net/Appium.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@
<RepositoryType>git</RepositoryType>
<PackageId>Appium.WebDriver</PackageId>
<Authors>Appium Commiters</Authors>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/3221291?s=140</PackageIconUrl>
<PackageIcon>appium-icon.png</PackageIcon>
<Description>Selenium Webdriver extension for Appium.</Description>
<PackageTags>Appium Webdriver device automation</PackageTags>
</PropertyGroup>

<PropertyGroup>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<FileVersion>4.0</FileVersion>
<FileVersion>4.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<None Include="appium-icon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Castle.Core" Version="4.3.1" />
<PackageReference Include="DotNetSeleniumExtras.PageObjects" Version="3.11.0" />
Expand Down
Binary file added src/Appium.Net/appium-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de27b38

Please sign in to comment.