Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.Api.HockeyApp instead (open Fake.Api and use 'HockeyApp.')
HockeyAppVersionParams
The HockeyAppVersion parameter type Based on https://support.hockeyapp.net/kb/api/api-versions#create-version
Record Fields
Record Field | Description |
ApiToken
Signature: string
|
(Required) API token |
AppId
Signature: string
|
Set to your App Id (required for UWP apps targeting windows phone) |
UploadTimeout
Signature: TimeSpan
|
Set maximum upload delay |
Version
Signature: string
|
Human readable version |