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