Skip to content

Commit 74e1160

Browse files
Update verifysn.ps1 to 2.0.1
1 parent caa791c commit 74e1160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OptimizelySDK.Package/verifysn.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ if ($PSVersionTable["Platform"] -eq "Unix") {
1818
# Locate *.nupkg
1919
################################################################
2020
Write-Host "Locate *.nupkg"
21-
# Good enough for 2.0.0
22-
$nupkg="./Optimizely.SDK.2.0.0.nupkg"
21+
# Good enough for 2.0.1
22+
$nupkg="./Optimizely.SDK.2.0.1.nupkg"
2323

2424
################################################################
2525
# Unzipping *.nupkg

0 commit comments

Comments
 (0)