Skip to content

Commit

Permalink
Visual Studio Team Services -> Azure DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Frederiksen committed Nov 19, 2018
1 parent 86c43c4 commit c5ad028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace TFSIterationPathServices
[Export(typeof(ITaskServerService))]
public class Tfs : ITaskServerService
{
public string Name => "Team Foundation Server or Visual Studio Team Services";
public string Name => "Team Foundation Server or Azure DevOps";

public string ShortDescription => "Using iteration paths and teams";

Expand Down
2 changes: 1 addition & 1 deletion src/TeamFoundationServerServices/TFSQueryServices/Tfs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace TFSQueryServices
[Export(typeof(ITaskServerService))]
public class Tfs : ITaskServerService
{
public string Name => "Team Foundation Server or Visual Studio Team Services";
public string Name => "Team Foundation Server or Azure DevOps";

public string ShortDescription => "Using work-item queries";

Expand Down

0 comments on commit c5ad028

Please sign in to comment.