8000 Merge pull request #58 from dotdevelop/dd/issues/52-2 · dotdevelop/dotdevelop@bb090e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb090e8

Browse files
authored
Merge pull request #58 from dotdevelop/dd/issues/52-2
dd/issues/52-2
2 parents 3e27315 + 2356bb9 commit bb090e8

File tree

9 files changed

+11
-17
lines changed

9 files changed

+11
-17
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"version": 1,
3+
"contentHash": "JBVp+Mxc3fpXhybVZzGo4KDbV6hf/fq0+3DVgQ+UODSeOKfZrY8rDcpfBy51eWKJjGvdYaNyKyM4Xrz5ty8+Bw=="
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
JBVp+Mxc3fpXhybVZzGo4KDbV6hf/fq0+3DVgQ+UODSeOKfZrY8rDcpfBy51eWKJjGvdYaNyKyM4Xrz5ty8+Bw==

.nugetfallback/libgit2sharp/0.27.0-preview-gb9e1238e78/libgit2sharp.nuspec renamed to .nugetfallback/libgit2sharp/0.27.0-preview-g1da3cfaa68/libgit2sharp.nuspec

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,25 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
44
<id>LibGit2Sharp</id>
5-
<version>0.27.0-preview-gb9e1238e78</version>
5+
<version>0.27.0-preview-g1da3cfaa68</version>
66
<authors>LibGit2Sharp contributors</authors>
77
<requireLicenseAcceptance>false</requireLicenseAcceptance>
88
<license type="file">App_Readme/LICENSE.md</license>
99
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
1010
<icon>square-logo.png</icon>
1111
<projectUrl>https://github.com/dotdevelop/libgit2sharp/</projectUrl>
1212
<description>LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.</description>
13-
<releaseNotes>https://github.com/libgit2/libgit2sharp/blob/b9e1238e78/CHANGES.md#libgit2sharp-changes</releaseNotes>
13+
<releaseNotes>https://github.com/libgit2/libgit2sharp/blob/1da3cfaa68/CHANGES.md#libgit2sharp-changes</releaseNotes>
1414
<copyright>Copyright © LibGit2Sharp contributors</copyright>
1515
<tags>libgit2 git</tags>
16-
<repository type="git" url="https://github.com/dotdevelop/libgit2sharp" commit="b9e1238e7889680301331847ce0f21a5b9ca93b8" />
16+
<repository type="git" url="https://github.com/dotdevelop/libgit2sharp" commit="1da3cfaa688ac5e73bc29d153491aaded6fbda31" />
1717
<dependencies>
18-
<group targetFramework=".NETFramework4.7.2">
19-
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
20-
</group>
21-
<group targetFramework=".NETFramework4.8">
18+
<group targetFramework=".NETCoreApp2.1">
2219
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
2320
</group>
2421
<group targetFramework=".NETStandard2.0">
2522
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
2623
</group>
27-
<group targetFramework=".NETStandard2.1">
28-
<dependency id="LibGit2Sharp.NativeBinaries" version="[2.0.312]" include="All" />
29-
</group>
3024
</dependencies>
3125
</metadata>
3226
</package>

.nugetfallback/libgit2sharp/0.27.0-preview-gb9e1238e78/.nupkg.metadata

Lines changed: 0 additions & 4 deletions
This file was deleted.

.nugetfallback/libgit2sharp/0.27.0-preview-gb9e1238e78/libgit2sharp.0.27.0-preview-gb9e1238e78.nupkg.sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

main/src/addins/VersionControl/MonoDevelop.VersionControl.Git.Tests/MonoDevelop.VersionControl.Git.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</ProjectReference>
5656
</ItemGroup>
5757
<ItemGroup>
58-
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-gb9e1238e78" />
58+
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-g1da3cfaa68" />
5959
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.312]" PrivateAssets="none" />
6060
</ItemGroup>
6161
<!-- <Choose>-->

main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</ItemGroup>
108108
<ItemGroup>
109109
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.312]" PrivateAssets="none" />
110-
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-gb9e1238e78" />
110+
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-g1da3cfaa68" />
111111
<None Include="GitIgnore.txt">
112112
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
113113
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)
0