JetBrains / YouTrackSharp

.NET Standard 2.0 Library to access YouTrack API.
https://www.jetbrains.com/youtrack
Apache License 2.0
135 stars 105 forks source link

Get Changeset for an issue #62

Closed jirihelmich closed 7 years ago

maartenba commented 7 years ago

Thanks @jirihelmich much appreciated!

Made a few updates:

Will be doing a release later today.

jirihelmich commented 7 years ago

Wow, that was quick. Thanks!

maartenba commented 7 years ago

No worries, all good :-) Did the plumbing to have a change.From and change.To, on which you can call e.g. AsString() or AsDateTime() to see what's in there. Thanks again!