Skip to content

Commit

Permalink
Bump Appium.WebDriver from 4.3.1 to 5.0.0-rc.1
Browse files Browse the repository at this point in the history
Bumps [Appium.WebDriver](https://github.com/appium/dotnet-client) from 4.3.1 to 5.0.0-rc.1.
- [Release notes](https://github.com/appium/dotnet-client/releases)
- [Changelog](https://github.com/appium/dotnet-client/blob/main/CHANGELOG.MD)
- [Commits](appium/dotnet-client@v4.3.1...v5.0.0-rc.1)

---
updated-dependencies:
- dependency-name: Appium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent fabfc55 commit 8295943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="4.3.1" />
<PackageReference Include="Appium.WebDriver" Version="5.0.0-rc.1" />
<PackageReference Include="Castle.Core" Version="5.1.1" />
<PackageReference Include="DotNetSeleniumExtras.PageObjects" Version="3.11.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/UITests/Controls.AppiumTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="5.0.0-beta02" />
<PackageReference Include="Appium.WebDriver" Version="5.0.0-rc.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/TestUtils/src/UITest.Appium/UITest.Appium.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Appium.WebDriver" Version="5.0.0-beta02" />
<PackageReference Include="Appium.WebDriver" Version="5.0.0-rc.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8295943

Please sign in to comment.