8000 Release LibGit2Sharp v0.16.0 · coding2233/libgit2sharp4unity3d@edb140a · GitHub
[go: up one dir, main page]

Skip to content

Commit edb140a

Browse files
committed
Release LibGit2Sharp v0.16.0
1 parent 97adc9d commit edb140a

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
99
- @libgit2sharp: <http://twitter.com/libgit2sharp>
1010

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+
1127
## v0.15.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.1...v0.15.0))
1228

1329
### Additions

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2011-2013 LibGit2Sharp contributors
3+
Copyright (c) 2011-2014 LibGit2Sharp contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#endif
1818

1919
[assembly: AssemblyProduct("LibGit2Sharp")]
20-
[assembly: AssemblyCopyright("Copyright © 2011-2013 LibGit2Sharp contributors")]
20+
[assembly: AssemblyCopyright("Copyright © 2011-2014 LibGit2Sharp contributors")]
2121

2222
[assembly: CLSCompliant(true)]
2323

@@ -42,5 +42,5 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444

45-
[assembly: AssemblyVersion("0.15.0")]
46-
[assembly: AssemblyFileVersion("0.15.0")]
45+
[assembly: AssemblyVersion("0.16.0")]
46+
[assembly: AssemblyFileVersion("0.16.0")]

0 commit comments

Comments
 (0)
0