Skip to content

Commit fa114a1

Browse files
authoredOct 27, 2023
releasing stable version (#124)
1 parent ac36ef6 commit fa114a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Percy/Env.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal static void SetSessionType(String type)
4242

4343
internal static String GetClientInfo()
4444
{
45-
return "percy-appium-dotnet/3.0.1-alpha.1";
45+
return "percy-appium-dotnet/3.0.2";
4646
}
4747

4848
internal static Boolean ForceFullPage()

‎Percy/Percy.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageId>PercyIO.Appium</PackageId>
1010
<Description>An App Percy SDK for Appium WebDriver API .NET Bindings</Description>
1111
<PackageTags>appium;percy;visual;testing</PackageTags>
12-
<Version>3.0.1-alpha.1</Version>
12+
<Version>3.0.2</Version>
1313
<Company>Perceptual Inc</Company>
1414
<Copyright>Copyright Perceptual Inc</Copyright>
1515
<Authors>percy-admin</Authors>

0 commit comments

Comments
 (0)