From 4222e221ce09eb2f561d59289e7f920c8ba8b754 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:07:34 -0400 Subject: [PATCH 01/11] Update Nerdbank.GitVersioning to 2.2.10 --- LibGit2Sharp/LibGit2Sharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index d993848ca..95f01a55e 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -33,7 +33,7 @@ - + From e66106546de3bca3b79aaae121cb00802f7849d5 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:08:42 -0400 Subject: [PATCH 02/11] Update Microsoft.NET.Test.Sdk to 15.8.0 --- LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj index 6837e02eb..e38418b2d 100644 --- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj +++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj @@ -12,7 +12,7 @@ - + From 95a1338f9790956165050b2f8f215b1dfbb63c7c Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:15:10 -0400 Subject: [PATCH 03/11] Update xunit to 2.4.0 --- LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj index e38418b2d..a088b325a 100644 --- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj +++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj @@ -14,9 +14,9 @@ - - - + + + From 0da5102610d2ba4ce2835dea152e346c15fb8220 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:15:53 -0400 Subject: [PATCH 04/11] Update xunit.skippablefact to 1.3.6 --- LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj index a088b325a..356701ee2 100644 --- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj +++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj @@ -17,7 +17,7 @@ - + From ad284bd5ad463cc2dd344733b59b75d79cc26c7f Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:17:24 -0400 Subject: [PATCH 05/11] Update Moq to 4.9.0 --- LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj index 356701ee2..160e65829 100644 --- a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj +++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj @@ -13,7 +13,7 @@ - + From 02019068ced78afaf8047e3babb2de4ae5126cda Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:31:05 -0400 Subject: [PATCH 06/11] Move to Microsoft.SourceLink.GitHub --- LibGit2Sharp/LibGit2Sharp.csproj | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 95f01a55e..a0bdc0c87 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -9,16 +9,13 @@ libgit2 git https://github.com/libgit2/libgit2sharp/ LibGit2Sharp contributors + true + true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb true ..\libgit2sharp.snk - - - false - - @@ -33,9 +30,8 @@ + - - From 8360c3dfb752f03d1a38c7f73a9f5a9004517450 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 21:33:37 -0400 Subject: [PATCH 07/11] Fix editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a9e981c1a..5021a5b28 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,9 +10,9 @@ trim_trailing_whitespace = true insert_final_newline = true ; Not change VS generated files -[*.{sln,csroj}] +[*.{sln,csproj}] trim_trailing_whitespace = false insert_final_newline = false -[*.{props,targets}] +[*.{props,targets,csproj}] indent_size = 2 \ No newline at end of file From a0c6e11febd63506504f372f295af93dcf2fac23 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 22:04:26 -0400 Subject: [PATCH 08/11] Update Nerdbank.GitVersioning to 2.1.84 --- LibGit2Sharp/LibGit2Sharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index a0bdc0c87..80697f731 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -31,7 +31,7 @@ - + From f4a5261f46e684ea15b4a2651b0e95f31166f75d Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Fri, 24 Aug 2018 22:17:56 -0400 Subject: [PATCH 09/11] Update travis .NET Core SDK version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 975828182..58886b706 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: csharp dist: trusty -dotnet: 2.0.0 +dotnet: 2.1.401 mono: none osx_image: xcode8.3 From fdf46b49b99a62efb74b7bebdca7438ca8da3282 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sat, 25 Aug 2018 16:47:52 -0400 Subject: [PATCH 10/11] Update Nerdbank.GitVersioning to 2.2.13 --- LibGit2Sharp/LibGit2Sharp.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 80697f731..0d212b812 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -31,7 +31,7 @@ - + From 777ce1766f918a081d4386dbff800f9ea2df1fb0 Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sun, 26 Aug 2018 23:41:38 -0400 Subject: [PATCH 11/11] Update appveyor.yml for xunit runner version --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8cb01abab..ea3e2eef9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -90,7 +90,7 @@ test_script: { .\packages\OpenCover\tools\OpenCover.Console.exe ` -register:user ` - "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.3.1\tools\net452\$runner""" ` + "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0\tools\net461\$runner""" ` "-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll"" -noshadow" ` "-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" ` -hideskipped:All ` @@ -98,7 +98,7 @@ test_script: } ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False) { - & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.3.1\tools\net452\$runner" ` + & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0\tools\net461\$runner" ` "$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll" -noshadow } }