-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build a version without HTTPS support to support built-in HTTPS.
- Loading branch information
Showing
10 changed files
with
15 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>LibGit2Sharp.NativeBinaries</id> | ||
<id>LibGit2Sharp.NativeBinaries.NoTLS</id> | ||
<version>1.0.155</version> | ||
<authors>LibGit2Sharp contributors</authors> | ||
<owners>nulltoken</owners> | ||
<owners>ethomson</owners> | ||
<licenseUrl>https://raw.githubusercontent.com/libgit2/libgit2/master/COPYING</licenseUrl> | ||
<projectUrl>https://github.com/libgit2/libgit2sharp.nativebinaries</projectUrl> | ||
<iconUrl>https://raw.githubusercontent.com/libgit2/libgit2sharp/master/square-logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Native binaries for LibGit2Sharp</description> | ||
<description>Native binaries for LibGit2Sharp: Experimental Builtin HTTPS Support</description> | ||
</metadata> | ||
</package> |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
nuget.package/buildMultiTargeting/LibGit2Sharp.NativeBinaries.NoTLS.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Project> | ||
<Import Project="..\build\LibGit2Sharp.NativeBinaries.NoTLS.props" /> | ||
</Project> |
3 changes: 0 additions & 3 deletions
3
nuget.package/buildMultiTargeting/LibGit2Sharp.NativeBinaries.props
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.../net461/LibGit2Sharp.NativeBinaries.props → ...1/LibGit2Sharp.NativeBinaries.NoTLS.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<Project> | ||
<Import Project="..\..\build\net461\LibGit2Sharp.NativeBinaries.props" /> | ||
</Project> | ||
<Import Project="..\..\build\net461\LibGit2Sharp.NativeBinaries.NoTLS.props" /> | ||
</Project> |