From bec93a9ee5151193e6f1b41de8fe1667aadc0ba1 Mon Sep 17 00:00:00 2001 From: "Joel W. Reed" Date: Wed, 20 Feb 2008 16:27:33 -0500 Subject: [PATCH] make Microsoft.TeamFoundation.Client.Authenticator work with versions post 1.2.6 --- ChangeLog | 2 ++ class/Microsoft.TeamFoundation.Client/Authenticator.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5c2d78a..38f08fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ # NEW: add Workfold.CreateLocal option to automatically create mapped local folders. # BUGFIX: tf.sh shouldn't assume mono is always in /usr/bin/ + # BUGFIX: make Microsoft.TeamFoundation.Client.Authenticator work with + mono versions post 1.2.6 # COMPAT: http://blogs.msdn.com/buckh/archive/2006/03/15/552288.aspx http://blogs.msdn.com/buckh/archive/2005/10/26/485458.aspx diff --git a/class/Microsoft.TeamFoundation.Client/Authenticator.cs b/class/Microsoft.TeamFoundation.Client/Authenticator.cs index 54fbe57..49415b9 100644 --- a/class/Microsoft.TeamFoundation.Client/Authenticator.cs +++ b/class/Microsoft.TeamFoundation.Client/Authenticator.cs @@ -33,7 +33,7 @@ using Microsoft.TeamFoundation.Server; namespace Microsoft.TeamFoundation.Client { - [System.Web.Services.WebServiceBindingAttribute(Name="ServerStatusSoap", Namespace="http://schemas.microsoft.com/TeamFoundation/2005/06/Services/ServerStatus/03")] + [System.Web.Services.WebServiceBindingAttribute(Name="AuthenticatorSoap", Namespace="http://schemas.microsoft.com/TeamFoundation/2005/06/Services/ServerStatus/03")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] internal class Authenticator : System.Web.Services.Protocols.SoapHttpClientProtocol -- 2.11.4.GIT