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