File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 8
8
- CI server: < http://teamcity.codebetter.com/project.html?projectId=project127&guest=1 >
9
9
- @libgit2sharp : < http://twitter.com/libgit2sharp >
10
10
11
+ ## v0.16.0 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.15.0...v0.16.0 ) )
12
+
13
+ ### Additions
14
+
15
+ - Introduce Repository.Merge() (#608 and #620 )
16
+ - Teach Diff.Compare<>() to return a PatchStats (#610 )
17
+
18
+ ### Changes
19
+
20
+ - Speed up NuGet post build copy of the native binaries (#613 )
21
+
22
+ ### Fixes
23
+
24
+ - Fix Remotes.Add(name, url, refspec) to prevent the creation of a default fetch refspec beside the passed in one (#614 )
25
+ - Make LibGit2SharpException.Data expose the correct libgit2 error categories (#601 )
26
+
11
27
## v0.15.0 - ([ diff] ( https://github.com/libgit2/libgit2sharp/compare/v0.14.1...v0.15.0 ) )
12
28
13
29
### Additions
Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2011-2013 LibGit2Sharp contributors
3
+ Copyright (c) 2011-2014 LibGit2Sharp contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 17
17
#endif
18
18
19
19
[ assembly: AssemblyProduct ( "LibGit2Sharp" ) ]
20
- [ assembly: AssemblyCopyright ( "Copyright © 2011-2013 LibGit2Sharp contributors" ) ]
20
+ [ assembly: AssemblyCopyright ( "Copyright © 2011-2014 LibGit2Sharp contributors" ) ]
21
21
22
22
[ assembly: CLSCompliant ( true ) ]
23
23
42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
45
- [ assembly: AssemblyVersion ( "0.15 .0" ) ]
46
- [ assembly: AssemblyFileVersion ( "0.15 .0" ) ]
45
+ [ assembly: AssemblyVersion ( "0.16 .0" ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.16 .0" ) ]
You can’t perform that action at this time.
0 commit comments