diff --git a/src/GitVersionCore.Tests/GitVersionCore.Tests.csproj b/src/GitVersionCore.Tests/GitVersionCore.Tests.csproj index 370f750929..aa7acf5375 100644 --- a/src/GitVersionCore.Tests/GitVersionCore.Tests.csproj +++ b/src/GitVersionCore.Tests/GitVersionCore.Tests.csproj @@ -1,6 +1,6 @@  - + Debug @@ -50,8 +50,8 @@ ..\packages\GitTools.Testing.1.1.1-beta0001\lib\net4\GitTools.Testing.dll True - - ..\packages\LibGit2Sharp.0.23.0-pre20160922233542\lib\net40\LibGit2Sharp.dll + + ..\packages\LibGit2Sharp.0.25.0-preview-0033\lib\net40\LibGit2Sharp.dll True @@ -189,8 +189,8 @@ 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}. - + \ No newline at end of file diff --git a/src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs b/src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs index d9241619b7..81327a718e 100644 --- a/src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs +++ b/src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs @@ -37,22 +37,6 @@ public IEnumerable QueryBy(string path) throw new NotImplementedException(); } -#pragma warning disable CS0618 // Type or member is obsolete - public IEnumerable QueryBy(string path, FollowFilter filter) -#pragma warning restore CS0618 // Type or member is obsolete - { - throw new NotImplementedException(); - } - - public Commit FindMergeBase(Commit first, Commit second) - { - return null; - } - - public Commit FindMergeBase(IEnumerable commits, MergeBaseFindingStrategy strategy) - { - throw new NotImplementedException(); - } public IEnumerable QueryBy(string path, CommitFilter filter) { diff --git a/src/GitVersionCore.Tests/app.config b/src/GitVersionCore.Tests/app.config index c24557fb8a..da441cca46 100644 --- a/src/GitVersionCore.Tests/app.config +++ b/src/GitVersionCore.Tests/app.config @@ -8,7 +8,7 @@ - + diff --git a/src/GitVersionCore.Tests/packages.config b/src/GitVersionCore.Tests/packages.config index 0797568c38..a72f89db66 100644 --- a/src/GitVersionCore.Tests/packages.config +++ b/src/GitVersionCore.Tests/packages.config @@ -4,8 +4,8 @@ - - + + diff --git a/src/GitVersionCore/GitVersionCore.csproj b/src/GitVersionCore/GitVersionCore.csproj index 0fd85a6b3f..fb9daea612 100644 --- a/src/GitVersionCore/GitVersionCore.csproj +++ b/src/GitVersionCore/GitVersionCore.csproj @@ -1,6 +1,6 @@  - + Debug @@ -43,8 +43,8 @@ ..\packages\GitTools.Core.1.2.1-beta0001\lib\net4\GitTools.Core.dll True - - ..\packages\LibGit2Sharp.0.23.0-pre20160922233542\lib\net40\LibGit2Sharp.dll + + ..\packages\LibGit2Sharp.0.25.0-preview-0033\lib\net40\LibGit2Sharp.dll True @@ -196,8 +196,8 @@ 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}. - + diff --git a/src/GitVersionCore/app.config b/src/GitVersionCore/app.config index b57ccf84c3..87ccfc557c 100644 --- a/src/GitVersionCore/app.config +++ b/src/GitVersionCore/app.config @@ -4,7 +4,7 @@ - + diff --git a/src/GitVersionCore/packages.config b/src/GitVersionCore/packages.config index 34b78fd67b..54f045355e 100644 --- a/src/GitVersionCore/packages.config +++ b/src/GitVersionCore/packages.config @@ -3,8 +3,8 @@ - - + + \ No newline at end of file diff --git a/src/GitVersionExe.Tests/GitVersionExe.Tests.csproj b/src/GitVersionExe.Tests/GitVersionExe.Tests.csproj index 0de79326e5..22440949e5 100644 --- a/src/GitVersionExe.Tests/GitVersionExe.Tests.csproj +++ b/src/GitVersionExe.Tests/GitVersionExe.Tests.csproj @@ -1,6 +1,6 @@  - + Debug @@ -43,8 +43,8 @@ ..\packages\GitTools.Testing.1.1.1-beta0001\lib\net4\GitTools.Testing.dll True - - ..\packages\LibGit2Sharp.0.23.0-pre20160922233542\lib\net40\LibGit2Sharp.dll + + ..\packages\LibGit2Sharp.0.25.0-preview-0033\lib\net40\LibGit2Sharp.dll True @@ -146,6 +146,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/src/GitVersionExe.Tests/app.config b/src/GitVersionExe.Tests/app.config index c24557fb8a..da441cca46 100644 --- a/src/GitVersionExe.Tests/app.config +++ b/src/GitVersionExe.Tests/app.config @@ -8,7 +8,7 @@ - + diff --git a/src/GitVersionExe.Tests/packages.config b/src/GitVersionExe.Tests/packages.config index 30641d4d15..fb51994c2b 100644 --- a/src/GitVersionExe.Tests/packages.config +++ b/src/GitVersionExe.Tests/packages.config @@ -2,8 +2,8 @@ - - + + diff --git a/src/GitVersionExe/GitVersionExe.csproj b/src/GitVersionExe/GitVersionExe.csproj index e862fb08f5..74d195fa29 100644 --- a/src/GitVersionExe/GitVersionExe.csproj +++ b/src/GitVersionExe/GitVersionExe.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -45,8 +45,8 @@ ..\packages\GitTools.Core.1.2.1-beta0001\lib\net4\GitTools.Core.dll True - - ..\packages\LibGit2Sharp.0.23.0-pre20160922233542\lib\net40\LibGit2Sharp.dll + + ..\packages\LibGit2Sharp.0.25.0-preview-0033\lib\net40\LibGit2Sharp.dll True @@ -212,8 +212,8 @@ 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}. - + diff --git a/src/GitVersionExe/app.config b/src/GitVersionExe/app.config index b57ccf84c3..87ccfc557c 100644 --- a/src/GitVersionExe/app.config +++ b/src/GitVersionExe/app.config @@ -4,7 +4,7 @@ - + diff --git a/src/GitVersionExe/packages.config b/src/GitVersionExe/packages.config index 62114fb516..3795781573 100644 --- a/src/GitVersionExe/packages.config +++ b/src/GitVersionExe/packages.config @@ -4,7 +4,7 @@ - - + + \ No newline at end of file diff --git a/src/GitVersionTask.Tests/GitVersionTask.Tests.csproj b/src/GitVersionTask.Tests/GitVersionTask.Tests.csproj index 8fcf5aa054..81cfb37c71 100644 --- a/src/GitVersionTask.Tests/GitVersionTask.Tests.csproj +++ b/src/GitVersionTask.Tests/GitVersionTask.Tests.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -60,8 +60,8 @@ ..\packages\GitTools.Core.1.2.1-beta0001\lib\net45\GitTools.Core.dll True - - ..\packages\LibGit2Sharp.0.23.0-pre20160922233542\lib\net40\LibGit2Sharp.dll + + ..\packages\LibGit2Sharp.0.25.0-preview-0033\lib\net40\LibGit2Sharp.dll True @@ -189,8 +189,8 @@ 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}. - + \ No newline at end of file diff --git a/src/GitVersionTask.Tests/app.config b/src/GitVersionTask.Tests/app.config index 3d12e16fad..0dad977e49 100644 --- a/src/GitVersionTask.Tests/app.config +++ b/src/GitVersionTask.Tests/app.config @@ -16,7 +16,7 @@ - + diff --git a/src/GitVersionTask.Tests/packages.config b/src/GitVersionTask.Tests/packages.config index 856ed3b632..c3b7787f68 100644 --- a/src/GitVersionTask.Tests/packages.config +++ b/src/GitVersionTask.Tests/packages.config @@ -5,8 +5,8 @@ - - + + diff --git a/src/GitVersionTask/GitVersionTask.csproj b/src/GitVersionTask/GitVersionTask.csproj index 5ab4fdd607..70c301988b 100644 --- a/src/GitVersionTask/GitVersionTask.csproj +++ b/src/GitVersionTask/GitVersionTask.csproj @@ -1,6 +1,6 @@  - + Debug @@ -43,8 +43,8 @@ ..\packages\GitTools.Core.1.2.1-beta0001\lib\net4\GitTools.Core.dll True - - ..\packages\LibGit2Sharp.0.23.0-pre20160922233542\lib\net40\LibGit2Sharp.dll + + ..\packages\LibGit2Sharp.0.25.0-preview-0033\lib\net40\LibGit2Sharp.dll True @@ -139,8 +139,8 @@ 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}. - + diff --git a/src/GitVersionTask/app.config b/src/GitVersionTask/app.config index b57ccf84c3..87ccfc557c 100644 --- a/src/GitVersionTask/app.config +++ b/src/GitVersionTask/app.config @@ -4,7 +4,7 @@ - + diff --git a/src/GitVersionTask/packages.config b/src/GitVersionTask/packages.config index d94e9e5e27..b8976b6db0 100644 --- a/src/GitVersionTask/packages.config +++ b/src/GitVersionTask/packages.config @@ -4,8 +4,8 @@ - - + + \ No newline at end of file