MitjaBezensek / SharpBucket

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

Added a PullRequestLinks POCO #140

Closed penev92 closed 4 years ago

penev92 commented 4 years ago

Also fixed the type of PullRequest.created_on and PullRequest.updated_on to DateTime.

Closes #139