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: 6f3a79b729ae8b4a720c69b722149e4e84684370 (plain)
1
2
3
4
5
6
7
namespace LibGit2Sharp.Core
{
	internal static class NativeDllName
	{
		public const string Name = "git2-65e9dc6";
	}
}