erikzaadi / GithubSharp

No longer maintained, please use https://github.com/octokit/octokit.net
96 stars 47 forks source link

Tags were not returning #5

Closed jcustenborder closed 13 years ago

jcustenborder commented 13 years ago

Hello there,

I ran into an issue with Tag results were not returning. Modified TagCollection to use JsonSimpleDictionary for Tags instead of Dictionary<string, string>. Now it's working on my repo.

J

erikzaadi commented 13 years ago

Sweet, thanks!