8000 Libgit2 dll naming by ben · Pull Request #430 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Libgit2 dll naming #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update libgit2 to 686c24a
  • Loading branch information
ben committed May 14, 2013
commit eef528fce39b8b7967e533b8181f564cb2fec003
8 changes: 4 additions & 4 deletions Lib/Libgit2sharp.dll.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<configuration>
<dllmap os="!windows,osx" dll="git2.686c24a" target="git2.so"/>
<dllmap os="osx" dll="git2.686c24a" target="git2.dylib"/>
<dllmap os="windows" dll="git2.686c24a" target="git2.686c24a.dll"/>
<configuration>
<dllmap os="!windows,osx" dll="git2.3bbc87d" target="git2.so"/>
<dllmap os="osx" dll="git2.3bbc87d" target="git2.dylib"/>
<dllmap os="windows" dll="git2.3bbc87d" target="git2.3bbc87d.dll"/>
</configuration>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions LibGit2Sharp/Core/NativeDllName.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace LibGit2Sharp.Core
namespace LibGit2Sharp.Core
{
internal static class NativeDllName
{
public const string Name = "git2.686c24a.dll";
public const string Name = "git2-3bbc87d";
}
}
2 changes: 1 addition & 1 deletion LibGit2Sharp/libgit2_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
686c24aa5ecf0af8ef9bf5412fc5aceacb175e6e
3bbc87d697b24725beb8dcd41fa83ca604d3a9e2
2 changes: 1 addition & 1 deletion libgit2
Submodule libgit2 updated 1 files
+1 −1 CMakeLists.txt
0