File tree 3 files changed +10
-4
lines changed 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 10
10
- Windows (x86/amd64): < https://ci.appveyor.com/project/libgit2/libgit2sharp >
11
11
- Linux/MacOsX: < https://travis-ci.org/libgit2/libgit2sharp >
12
12
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
+
13
19
## v0.21 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.20.2...v0.21 ) )
14
20
15
21
### Additions
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
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 " ) ]
Original file line number Diff line number Diff line change 1
- version : ' 0.21.0 .{build}'
1
+ version : ' 0.21.1 .{build}'
2
2
3
3
branches :
4
4
only :
You can’t perform that action at this time.
0 commit comments