Skip to content

Commit eec2921

Browse files
🔖 release-v3.0.3 (#157)
1 parent 3a2d733 commit eec2921

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Percy/Env.cs

Lines changed: 1 addition & 1 deletion
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.3-beta.0";
45+
return "percy-appium-dotnet/3.0.3";
4646
}
4747

4848
internal static Boolean ForceFullPage()

Percy/Percy.csproj

Lines changed: 1 addition & 1 deletion
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.3-beta.0</Version>
12+
<Version>3.0.3</Version>
1313
<Company>Perceptual Inc</Company>
1414
<Copyright>Copyright Perceptual Inc</Copyright>
1515
<Authors>percy-admin</Authors>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"test": "percy exec --testing -- dotnet test"
55
},
66
"devDependencies": {
7-
"@percy/cli": "^1.28.0-beta.0"
7+
"@percy/cli": "^1.28.0"
88
}
99
}

0 commit comments

Comments
 (0)