Skip to content

Commit 16c6c2d

Browse files
authored
Update README.md
1 parent 8c595eb commit 16c6c2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ The CyberSource .NET client provides convenient access to the [CyberSource REST
1414
PM> Install-Package CyberSource.Rest.Client
1515
```
1616

17+
## IMPORTANT FOR v0.0.1.30, v0.0.1.31, v0.0.1.32
18+
19+
CyberSource is aware of an issue with these versions of the SDK caused by the tight coupling of the version of RestSharp with the SDK. The packaging information has not been updated to reflect the correct constraints for RestSharp.
20+
21+
**This issue will get resolved from the upcoming version onwards.**
22+
23+
To resolve the issue in these three versions, run the following command from the Package Manager Console:
24+
25+
`Install-Package RestSharp -Version 108.0.3`
26+
27+
You may also want to execute the following command to upgrade the Authentication SDK to the correct version:
28+
29+
`Install-Package CyberSource.Authentication -Version 0.0.0.16`
30+
1731
## Registration & Configuration
1832

1933
Use of this SDK and the CyberSource APIs requires having an account on our system. You can find details of getting a test account and creating your keys [here](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/registration.html)

0 commit comments

Comments
 (0)