Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": 1,
"contentHash": "JBVp+Mxc3fpXhybVZzGo4KDbV6hf/fq0+3DVgQ+UODSeOKfZrY8rDcpfBy51eWKJjGvdYaNyKyM4Xrz5ty8+Bw=="
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
JBVp+Mxc3fpXhybVZzGo4KDbV6hf/fq0+3DVgQ+UODSeOKfZrY8rDcpfBy51eWKJjGvdYaNyKyM4Xrz5ty8+Bw==
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,25 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>LibGit2Sharp</id>
<version>0.27.0-preview-gb9e1238e78</version>
<version>0.27.0-preview-g1da3cfaa68</version>
<authors>LibGit2Sharp contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">App_Readme/LICENSE.md</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>square-logo.png</icon>
<projectUrl>https://github.com/dotdevelop/libgit2sharp/</projectUrl>
<description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</description>
<releaseNotes>https://github.com/libgit2/libgit2sharp/blob/b9e1238e78/CHANGES.md#libgit2sharp-changes</releaseNotes>
<releaseNotes>https://github.com/libgit2/libgit2sharp/blob/1da3cfaa68/CHANGES.md#libgit2sharp-changes</releaseNotes>
<copyright>Copyright © LibGit2Sharp contributors</copyright>
<tags>libgit2 git</tags>
<repository type="git" url="https://github.com/dotdevelop/libgit2sharp" commit="b9e1238e7889680301331847ce0f21a5b9ca93b8" />
<repository type="git" url="https://github.com/dotdevelop/libgit2sharp" commit="1da3cfaa688ac5e73bc29d153491aaded6fbda31" />
<dependencies>
<group targetFramework=".NETFramework4.7.2">
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
</group>
<group targetFramework=".NETFramework4.8">
<group targetFramework=".NETCoreApp2.1">
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
</group>
</dependencies>
</metadata>
</package>

This file was deleted.

Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-gb9e1238e78" />
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-g1da3cfaa68" />
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.312]" PrivateAssets="none" />
</ItemGroup>
<!-- <Choose>-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.312]" PrivateAssets="none" />
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-gb9e1238e78" />
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-g1da3cfaa68" />
<None Include="GitIgnore.txt">
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.