File tree 2 files changed +19
-2
lines changed 2 files changed +19
-2
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.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
+
11
28
## v0.9
12
29
13
30
### Additions
Original file line number Diff line number Diff line change 42
42
// by using the '*' as shown below:
43
43
// [assembly: AssemblyVersion("1.0.*")]
44
44
45
- [ assembly: AssemblyVersion ( "0.9.0 " ) ]
46
- [ assembly: AssemblyFileVersion ( "0.9.0 " ) ]
45
+ [ assembly: AssemblyVersion ( "0.9.5 " ) ]
46
+ [ assembly: AssemblyFileVersion ( "0.9.5 " ) ]
You can’t perform that action at this time.
0 commit comments