![]() |
LicenseSpring .Net SDK 7.22.0
Easily add Software Licensing to your application
|
InstallationFile interface More...
Properties | |
string | Channel [get] |
Channel from where this install file comes from More... | |
string | Environment [get] |
Environment for which this installation file is intended More... | |
string | EulaLink [get] |
Link to EULA More... | |
string | Md5Hash [get] |
MD5 hash of the setup file More... | |
DateTime | ReleaseDate [get] |
App version release date More... | |
string | ReleaseNotesLink [get] |
Link to release notes More... | |
string | RequiredVersion [get] |
Application version that is required to install this app version More... | |
uint | Size [get] |
Installation file size in bytes More... | |
string | Url [get] |
Downloading URL More... | |
string | Version [get] |
Application version More... | |
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.