Skip to content

Commit 706b92b

Browse files
committed
Prepare for v0.26
Update the `version.json` to begin producing 0.26-preview builds. Update the `CHANGES.md` to include an 0.26 section.
1 parent 47287bc commit 706b92b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- Windows (x86/amd64): <https://ci.appveyor.com/project/libgit2/libgit2sharp>
1111
- Linux/Mac OS X: <https://travis-ci.org/libgit2/libgit2sharp>
1212

13+
## v0.26
14+
1315
## v0.25 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.24..v0.25))
1416

1517
LibGit2Sharp is now .NET Core 2.0+ and .NET Framework compatible.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.25.0",
3+
"version": "0.26.0-preview.{height}",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches

0 commit comments

Comments
 (0)