8000 Release LibGit2Sharp v0.21.1 · rprouse/libgit2sharp@15df381 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15df381

Browse files
committed
Release LibGit2Sharp v0.21.1
1 parent afbe73e commit 15df381

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGES.md

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

13+
## v0.21.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.21...v0.21.1))
14+
15+
### Changes
16+
17+
- Fix Fetch() related tests to cope with recent GitHub policy change regarding include-tag handling (#995, #1001)
18+
1319
## v0.21 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21))
1420

1521
### Additions

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444

45-
[assembly: AssemblyVersion("0.21.0")]
46-
[assembly: AssemblyFileVersion("0.21.0")]
47-
[assembly: AssemblyInformationalVersion("0.21.0")]
45+
[assembly: AssemblyVersion("0.21.1")]
46+
[assembly: AssemblyFileVersion("0.21.1")]
47+
[assembly: AssemblyInformationalVersion("0.21.1")]

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.21.0.{build}'
1+
version: '0.21.1.{build}'
22

33
branches:
44
only:

0 commit comments

Comments
 (0)
0