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 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/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")] 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 + +