Skip to content

Commit

Permalink
Release LibGit2Sharp v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Feb 6, 2014
1 parent 97adc9d commit edb140a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand Down
6 changes: 3 additions & 3 deletions LibGit2Sharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand All @@ -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")]

0 comments on commit edb140a

Please sign in to comment.