MitjaBezensek / SharpBucket

SharpBucket is a .Net wrapper for the Bitbucket's REST API.
MIT License
67 stars 60 forks source link

changed naming of property Reviewers and Participants in PullRequest … #150

Closed Bjorn1976 closed 3 years ago

Bjorn1976 commented 3 years ago

I wasn't able to add reviewers to a pull request.

When I examined this, it seemed that the properties of the Reviewers and Participants where with capitals and needed to be in lower casing.

After testing it with the lower casing, the reviewers were added to the Pull Request