We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47287bc commit 706b92bCopy full SHA for 706b92b
CHANGES.md
@@ -10,6 +10,8 @@
10
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
11
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
12
13
+## v0.26
14
+
15
## v0.25 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.24..v0.25))
16
17
LibGit2Sharp is now .NET Core 2.0+ and .NET Framework compatible.
version.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "0.25.0",
+ "version": "0.26.0-preview.{height}",
4
"publicReleaseRefSpec": [
5
"^refs/heads/master$", // we release out of master
6
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches
0 commit comments