Tried to schedule a publish using the .NET SDK, but scheduled_at doesn’t get sent to the API.
This works fine in the JavaScript SDK, so I believe it might be a small oversight. The SDK was checking details.Version instead of details.ScheduledAt.
I opened a PR to fix it:
👉 #79
Thanks for reviewing!
Tried to schedule a publish using the .NET SDK, but
scheduled_atdoesn’t get sent to the API.This works fine in the JavaScript SDK, so I believe it might be a small oversight. The SDK was checking
details.Versioninstead ofdetails.ScheduledAt.I opened a PR to fix it:
👉 #79
Thanks for reviewing!