Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 96d4099

Browse files
author
Edward Thomson
committed
nuget part 1
1 parent 4bc4857 commit 96d4099

File tree

8 files changed

+12
-930
lines changed

8 files changed

+12
-930
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ _ReSharper*/
3939
LibGit2Sharp/Core/UniqueIdentifier.cs
4040

4141
!Lib/NativeBinaries/*/*.pdb
42+
43+
# NuGet
44+
packages/
45+
*.nupkg
-921 KB
Binary file not shown.
-5.24 MB
Binary file not shown.

Lib/NativeBinaries/libgit2.license.txt

Lines changed: 0 additions & 930 deletions
This file was deleted.
-703 KB
Binary file not shown.
-5.24 MB
Binary file not shown.

LibGit2Sharp.Tests/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="LibGit2Sharp-LibGit2" version="0.0.7.0" targetFramework="net40" />
4+
</packages>

LibGit2Sharp/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="LibGit2Sharp-LibGit2" version="0.0.7.0" targetFramework="net40" />
4+
</packages>

0 commit comments

Comments
 (0)