Remove ".dll" extension from dll-name declaration

This commit is contained in:
Ben Straub 2013-07-17 14:15:53 -07:00
Родитель 9fa53918e4
Коммит 90d7f06a3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -173,7 +173,7 @@ namespace LibGit2Sharp.Core
{
internal static class NativeDllName
{
public const string Name = "$binaryFilename.dll";
public const string Name = "$binaryFilename";
}
}
"@