8000 Release LibGit2Sharp v0.9.5 · ben/libgit2sharp@c1743ba · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c1743ba

Browse files
committed
Release LibGit2Sharp v0.9.5
1 parent aef51a1 commit c1743ba

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

11+
## v0.9.5
12+
13+
### Additions
14+
15+
- Add support to create, retrieve, list and remove object notes (#140)
16+
- Make Repository able to rely on specified global and system config files (#157)
17+
18+
### Changes
19+
20+
- Remove repo.Branches.Checkout()
21+
- Remove Tree.Files
22+
- Update libgit2 binaries to libgit2/libgit2@4c977a6
23+
24+
### Fixes
25+
26+
- Allow initialization of a repository located on a network path (#153)
27+
1128
## v0.9
1229

1330
### Additions

LibGit2Sharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444

45-
[assembly: AssemblyVersion("0.9.0")]
46-
[assembly: AssemblyFileVersion("0.9.0")]
45+
[assembly: AssemblyVersion("0.9.5")]
46+
[assembly: AssemblyFileVersion("0.9.5")]

0 commit comments

Comments
 (0)
0