Forráskód Böngészése

add the timestamp property back to the version info

dkanada 5 éve
szülő
commit
deafe59b7e
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      MediaBrowser.Model/Updates/VersionInfo.cs

+ 6 - 0
MediaBrowser.Model/Updates/VersionInfo.cs

@@ -36,5 +36,11 @@ namespace MediaBrowser.Model.Updates
         /// </summary>
         /// <value>The checksum.</value>
         public string checksum { get; set; }
+
+        /// <summary>
+        /// Gets or sets a timestamp of when the binary was built.
+        /// </summary>
+        /// <value>The timestamp.</value>
+        public string timestamp { get; set; }
     }
 }