提交 edb140a1 编写于 作者: N nulltoken

Release LibGit2Sharp v0.16.0

上级 97adc9da
......@@ -8,6 +8,22 @@
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
## v0.16.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.15.0...v0.16.0))
### Additions
- Introduce Repository.Merge() (#608 and #620)
- Teach Diff.Compare<>() to return a PatchStats (#610)
### Changes
- Speed up NuGet post build copy of the native binaries (#613)
### Fixes
- Fix Remotes.Add(name, url, refspec) to prevent the creation of a default fetch refspec beside the passed in one (#614)
- Make LibGit2SharpException.Data expose the correct libgit2 error categories (#601)
## v0.15.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.14.1...v0.15.0))
### Additions
......
The MIT License
Copyright (c) 2011-2013 LibGit2Sharp contributors
Copyright (c) 2011-2014 LibGit2Sharp contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -17,7 +17,7 @@
#endif
[assembly: AssemblyProduct("LibGit2Sharp")]
[assembly: AssemblyCopyright("Copyright © 2011-2013 LibGit2Sharp contributors")]
[assembly: AssemblyCopyright("Copyright © 2011-2014 LibGit2Sharp contributors")]
[assembly: CLSCompliant(true)]
......@@ -42,5 +42,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.15.0")]
[assembly: AssemblyFileVersion("0.15.0")]
[assembly: AssemblyVersion("0.16.0")]
[assembly: AssemblyFileVersion("0.16.0")]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册