JetBrains / YouTrackSharp

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

Define content-type header in IssuesService.AttachFileToIssue #87

Closed bouil closed 5 years ago

bouil commented 5 years ago

Using YouTrackSharp 2019.1.0.0

Expected behavior

Actual behavior

Possible fix ?

Allow uploader to specify content type in the MultipartFormDataContent object in the AttachFileToIssue metehod

maartenba commented 5 years ago

Fixed (pending validation on NuGet.org)

bouil commented 5 years ago

Thanks, I confirm that your commit fixes the issue.