aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 20:33:44 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-02 20:33:44 -0500
commit3560e61596fcb415c7b8f123e33b96a84214c62d (patch)
treec18beddd0db6d8960547b28c13edc6236ba2e14b
parent82b8d60720e3bb88ccab80099c209c49e0d1502b (diff)
add release description
-rw-r--r--MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs b/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs
index aff3dcf8d..b5ccebd2a 100644
--- a/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs
+++ b/MediaBrowser.Common.Implementations/Updates/GithubUpdater.cs
@@ -108,7 +108,8 @@ namespace MediaBrowser.Common.Implementations.Updates
sourceUrl = asset.browser_download_url,
targetFilename = targetFilename,
versionStr = version.ToString(),
- requiredVersionStr = "1.0.0"
+ requiredVersionStr = "1.0.0",
+ description = obj.body
}
};
}