Skip to content

Commit

Permalink
releasing v3.0.5 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 authored Mar 28, 2024
1 parent 84eda0a commit e317694
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 476 deletions.
2 changes: 1 addition & 1 deletion Percy/Env.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal static void SetSessionType(String type)

internal static String GetClientInfo()
{
return "percy-appium-dotnet/3.0.4";
return "percy-appium-dotnet/3.0.5";
}

internal static Boolean ForceFullPage()
Expand Down
2 changes: 1 addition & 1 deletion Percy/Percy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageId>PercyIO.Appium</PackageId>
<Description>An App Percy SDK for Appium WebDriver API .NET Bindings</Description>
<PackageTags>appium;percy;visual;testing</PackageTags>
<Version>3.0.4</Version>
<Version>3.0.5</Version>
<Company>Perceptual Inc</Company>
<Copyright>Copyright Perceptual Inc</Copyright>
<Authors>percy-admin</Authors>
Expand Down
Loading

0 comments on commit e317694

Please sign in to comment.