File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <package xmlns =" http://schemas.microsoft.com/packaging/2010/07 /nuspec.xsd" >
2
+ <package xmlns =" http://schemas.microsoft.com/packaging/2011/08 /nuspec.xsd" >
3
3
<metadata >
4
4
<id >$id$</id >
5
5
<version >$version$</version >
12
12
<releaseNotes >https://github.com/libgit2/libgit2sharp/blob/master/CHANGES.md#libgit2sharp-changes</releaseNotes >
13
13
<iconUrl >https://github.com/libgit2/libgit2sharp/raw/master/square-logo.png</iconUrl >
14
14
<tags >libgit2 git wrapper bindings API dvcs vcs</tags >
15
+ <references >
16
+ <reference file =" LibGit2Sharp.dll" />
17
+ </references >
15
18
</metadata >
16
19
<files >
17
- <file src =" ..\Lib\NativeBinaries\**\*.dll" target =" NativeBinaries" />
18
- <file src =" ..\Lib\NativeBinaries\**\*.pdb" target =" NativeBinaries" />
20
+ <file src =" ..\Lib\NativeBinaries\**\*.dll" target =" lib\net35\ NativeBinaries" />
21
+ <file src =" ..\Lib\NativeBinaries\**\*.pdb" target =" lib\net35\ NativeBinaries" />
19
22
<file src =" ..\README.md" target =" App_Readme\LibGit2Sharp.README.md" />
20
23
<file src =" ..\LICENSE.md" target =" App_Readme\LibGit2Sharp.LICENSE.md" />
21
24
<file src =" ..\CHANGES.md" target =" App_Readme\LibGit2Sharp.CHANGES.md" />
Original file line number Diff line number Diff line change 1
1
$solutionDir = [System.IO.Path ]::GetDirectoryName($dte.Solution.FullName ) + " \"
2
2
$path = $installPath.Replace ($solutionDir , " `$ (SolutionDir)" )
3
3
4
- $NativeAssembliesDir = Join-Path $path " NativeBinaries"
4
+ $NativeAssembliesDir = Join-Path $path " lib\net35\ NativeBinaries"
5
5
$x86 = $ (Join-Path $NativeAssembliesDir " x86\*.*" )
6
6
$x64 = $ (Join-Path $NativeAssembliesDir " amd64\*.*" )
7
7
You can’t perform that action at this time.
0 commit comments