-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAKE5 HockeyApp port #1870
FAKE5 HockeyApp port #1870
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good. Only one minor thing.
|
||
/// The HockeyAppVersion parameter type | ||
/// Based on https://support.hockeyapp.net/kb/api/api-versions#create-version | ||
[<CLIMutable>] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need CLIMutable anymore
|
||
/// The HockeyApp parameter type | ||
/// Based on http://support.hockeyapp.net/kb/api/api-apps#upload-app | ||
[<CLIMutable>] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here.
No description provided.