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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/Core/NativeDllName.cs')
-rw-r--r--LibGit2Sharp/Core/NativeDllName.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/LibGit2Sharp/Core/NativeDllName.cs b/LibGit2Sharp/Core/NativeDllName.cs
deleted file mode 100644
index 01f148a9..00000000
--- a/LibGit2Sharp/Core/NativeDllName.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace LibGit2Sharp.Core
-{
- internal static class NativeDllName
- {
- public const string Name = "git2-9bbc8f3";
- }
-}