From 595938e0d5647bbbac0cd0a5cced56107e1db39f Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 9 Jan 2017 12:21:33 -0500 Subject: [PATCH 1/3] Update LibGit2Sharp.NativeBinaries to 1.0.164 --- LibGit2Sharp/LibGit2Sharp.csproj | 4 ++-- LibGit2Sharp/packages.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj index 6156af63b..884261213 100644 --- a/LibGit2Sharp/LibGit2Sharp.csproj +++ b/LibGit2Sharp/LibGit2Sharp.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -392,6 +392,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/LibGit2Sharp/packages.config b/LibGit2Sharp/packages.config index db6ebf4c3..541e78d11 100644 --- a/LibGit2Sharp/packages.config +++ b/LibGit2Sharp/packages.config @@ -1,4 +1,4 @@  - - \ No newline at end of file + + From 7f259c87cddbf1083f321e51862d21fd20aafad1 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 9 Jan 2017 12:25:33 -0500 Subject: [PATCH 2/3] Update version number to 0.23.1 --- LibGit2Sharp/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LibGit2Sharp/Properties/AssemblyInfo.cs b/LibGit2Sharp/Properties/AssemblyInfo.cs index 34c8f06bd..0a86aca08 100644 --- a/LibGit2Sharp/Properties/AssemblyInfo.cs +++ b/LibGit2Sharp/Properties/AssemblyInfo.cs @@ -42,6 +42,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.23.0")] -[assembly: AssemblyFileVersion("0.23.0")] -[assembly: AssemblyInformationalVersion("0.23.0-dev00000000000000")] +[assembly: AssemblyVersion("0.23.1")] +[assembly: AssemblyFileVersion("0.23.1")] +[assembly: AssemblyInformationalVersion("0.23.1-dev00000000000000")] From 097036d63c24e0f899729b5b05cefa94c2aa2408 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 9 Jan 2017 12:27:51 -0500 Subject: [PATCH 3/3] Update change log for 0.23.1 --- CHANGES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4d880fdc5..01635ce59 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,7 @@ - Windows (x86/amd64): - Linux/Mac OS X: -## v0.23 + 1 +## v0.23.1 + 1 ### Additions @@ -18,6 +18,13 @@ ### Fixes +## v0.23.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.23..v0.23.1)) + +### Fixes + + - Update to libgit2 0.25.1 which includes security fixes for smart + protocol parsing and TLS certificate validity check callbacks. + ## v0.23 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.22..v0.23)) ### Additions