10 lines
137 B
C#
10 lines
137 B
C#
using System;
|
|
|
|
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public interface IGitTfsVersionProvider
|
|
{
|
|
string GetVersionString();
|
|
}
|
|
}
|