diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-14 21:42:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-14 21:42:09 -0400 |
| commit | 99c991f001d99d441c3b3188a3bf5affb2e4c14b (patch) | |
| tree | 1448f66329d9feb7af89ac91544482c018756cbb /MediaBrowser.Controller/Security | |
| parent | cde1df51ec093b1d35fd5fa5e89c528ff079a887 (diff) | |
save appVersion with device record
Diffstat (limited to 'MediaBrowser.Controller/Security')
| -rw-r--r-- | MediaBrowser.Controller/Security/AuthenticationInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Security/AuthenticationInfo.cs b/MediaBrowser.Controller/Security/AuthenticationInfo.cs index dd5eec1f9..c2d4a39d1 100644 --- a/MediaBrowser.Controller/Security/AuthenticationInfo.cs +++ b/MediaBrowser.Controller/Security/AuthenticationInfo.cs @@ -29,6 +29,12 @@ namespace MediaBrowser.Controller.Security public string AppName { get; set; } /// <summary> + /// Gets or sets the application version. + /// </summary> + /// <value>The application version.</value> + public string AppVersion { get; set; } + + /// <summary> /// Gets or sets the name of the device. /// </summary> /// <value>The name of the device.</value> |
