Skip to content

Commit de27b38

Browse files
committed
Replaced deprecated PackageIconUrl element
1 parent e6c4aaf commit de27b38

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/Appium.Net.sln

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29509.3
5+
MinimumVisualStudioVersion = 10.0.40219.1
36
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD79BA21-B485-411E-B132-0C1A462FFABF}"
47
ProjectSection(SolutionItems) = preProject
58
..\.travis.yml = ..\.travis.yml
9+
Appium.Net\appium-icon.png = Appium.Net\appium-icon.png
610
..\CHANGELOG.MD = ..\CHANGELOG.MD
711
EndProjectSection
812
EndProject

src/Appium.Net/Appium.Net.csproj

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,24 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageId>Appium.WebDriver</PackageId>
1818
<Authors>Appium Commiters</Authors>
19-
<PackageIconUrl>https://avatars1.githubusercontent.com/u/3221291?s=140</PackageIconUrl>
19+
<PackageIcon>appium-icon.png</PackageIcon>
2020
<Description>Selenium Webdriver extension for Appium.</Description>
2121
<PackageTags>Appium Webdriver device automation</PackageTags>
2222
</PropertyGroup>
2323

2424
<PropertyGroup>
2525
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
26-
<FileVersion>4.0</FileVersion>
26+
<FileVersion>4.1.0</FileVersion>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
3030
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<None Include="appium-icon.png" Pack="true" PackagePath="" />
35+
</ItemGroup>
36+
3337
<ItemGroup>
3438
<PackageReference Include="Castle.Core" Version="4.3.1" />
3539
<PackageReference Include="DotNetSeleniumExtras.PageObjects" Version="3.11.0" />

src/Appium.Net/appium-icon.png

6.37 KB
Loading

0 commit comments

Comments
 (0)