Welcome to mirror list, hosted at ThFree Co, Russian Federation.

NativeDllName.cs « Core « LibGit2Sharp - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f1f7cfdc7ec9cb7d83cd3e042b2729d490515e6 (plain)
1
2
3
4
5
6
7
namespace LibGit2Sharp.Core
{
	internal static class NativeDllName
	{
		public const string Name = "git2-58eea5e";
	}
}