rework build scripts

This commit is contained in:
Luke Pulverenti
2014-11-05 14:28:41 -05:00
parent ccb4e58519
commit b5842f9f19
24 changed files with 66 additions and 45 deletions

View File

@@ -120,9 +120,9 @@ namespace MediaBrowser.Controller.Library
/// Changes the password.
/// </summary>
/// <param name="user">The user.</param>
/// <param name="newPassword">The new password.</param>
/// <param name="newPasswordSha1">The new password sha1.</param>
/// <returns>Task.</returns>
Task ChangePassword(User user, string newPassword);
Task ChangePassword(User user, string newPasswordSha1);
/// <summary>
/// Gets the user dto.