Git 客户端,采用 C# 编写。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
827 B

// ------------------------------------------------------------------------------
// <auto-generated>
// This file was generated by Extensibility Tools v1.10.184
// </auto-generated>
// ------------------------------------------------------------------------------
namespace GitExtensionsVSIX
{
static class Vsix
{
public const string Id = "3166f76a-2b07-410a-a72a-509d6a2d146c";
public const string Name = "GitExtensions";
public const string Description = @"Git Extensions is a graphical user interface for Git that allows you to control Git without using the command-line";
public const string Language = "en-US";
public const string Version = "2.49.0";
public const string Author = "GitExt Team";
public const string Tags = "Git, Git Extensions";
}
}