![]() |
LicenseSpring .Net SDK 7.30.0
Easily add Software Licensing to your application
|
InstallationFile interface. More...
Properties | |
string | Channel [get] |
Channel from where this install file comes from. | |
string | Environment [get] |
Environment for which this installation file is intended. | |
string | EulaLink [get] |
Link to EULA. | |
string | Md5Hash [get] |
MD5 hash of the setup file. | |
DateTime | ReleaseDate [get] |
App version release date. | |
string | ReleaseNotesLink [get] |
Link to release notes. | |
string | RequiredVersion [get] |
Application version that is required to install this app version. | |
uint | Size [get] |
Installation file size in bytes. | |
string | Url [get] |
Downloading URL. | |
string | Version [get] |
Application version. | |
InstallationFile interface.
|
get |
Channel from where this install file comes from.
Using this field and corresponding field on the backend/platform you can organize getting install files from different channels.
For example for separating production and dev./staging builds, organizing technology preview builds, etc.
Implemented in LicenseSpring.InstallationFile.
|
get |
Environment for which this installation file is intended.
Implemented in LicenseSpring.InstallationFile.
|
get |
Link to EULA.
Implemented in LicenseSpring.InstallationFile.
|
get |
MD5 hash of the setup file.
Implemented in LicenseSpring.InstallationFile.
|
get |
App version release date.
Implemented in LicenseSpring.InstallationFile.
|
get |
Link to release notes.
Implemented in LicenseSpring.InstallationFile.
|
get |
Application version that is required to install this app version.
This functionality allows you implement intermediate updates.
Implemented in LicenseSpring.InstallationFile.
|
get |
Installation file size in bytes.
Implemented in LicenseSpring.InstallationFile.
|
get |
Downloading URL.
Implemented in LicenseSpring.InstallationFile.
|
get |
Application version.
Implemented in LicenseSpring.InstallationFile.