Skip to content

Commit d3376cb

Browse files
committed
Update to NativeBinaries 0.0.4
Pushing up a new version seems to have fixed 0.0.3 too!
1 parent 7e3f7bc commit d3376cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Brandon.Test.NativeBinaries.0.0.3\build\Brandon.Test.NativeBinaries.props" Condition="Exists('..\packages\Brandon.Test.NativeBinaries.0.0.3\build\Brandon.Test.NativeBinaries.props')" />
3+
<Import Project="..\packages\Brandon.Test.NativeBinaries.0.0.4\build\Brandon.Test.NativeBinaries.props" Condition="Exists('..\packages\Brandon.Test.NativeBinaries.0.0.4\build\Brandon.Test.NativeBinaries.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -14,7 +14,7 @@
1414
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
1616
<TargetFrameworkProfile />
17-
<NuGetPackageImportStamp>66b1c320</NuGetPackageImportStamp>
17+
<NuGetPackageImportStamp>378ac810</NuGetPackageImportStamp>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2020
<DebugSymbols>true</DebugSymbols>
@@ -365,7 +365,7 @@
365365
<PropertyGroup>
366366
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
367367
</PropertyGroup>
368-
<Error Condition="!Exists('..\packages\Brandon.Test.NativeBinaries.0.0.3\build\Brandon.Test.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Brandon.Test.NativeBinaries.0.0.3\build\Brandon.Test.NativeBinaries.props'))" />
368+
<Error Condition="!Exists('..\packages\Brandon.Test.NativeBinaries.0.0.4\build\Brandon.Test.NativeBinaries.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Brandon.Test.NativeBinaries.0.0.4\build\Brandon.Test.NativeBinaries.props'))" />
369369
</Target>
370370
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
371371
Other similar extension points exist, see Microsoft.Common.targets.

LibGit2Sharp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Brandon.Test.NativeBinaries" version="0.0.3" targetFramework="net40" />
3+
<package id="Brandon.Test.NativeBinaries" version="0.0.4" targetFramework="net40" />
44
</packages>

0 commit comments

Comments
 (0)