Skip to content

Commit 8cf7678

Browse files
committed
Wrapped most text at 80 characters.
1 parent 11536f7 commit 8cf7678

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
![Icon][icon]
22

33
# GitVersion
4-
Versioning when using git, solved. GitVersion looks at your git history and works out the [semantic version][semver] of the commit being built.
4+
Versioning when using git, solved. GitVersion looks at your git history and
5+
works out the [semantic version][semver] of the commit being built.
56

67
[![Gitter][gitter-badge]][gitter]
78
[![Build status][appveyor-badge]][appveyor]
@@ -20,7 +21,9 @@ Versioning when using git, solved. GitVersion looks at your git history and work
2021
## Compatibility
2122
GitVersion works on Mac, Linux with Mono and Windows.
2223

23-
Tip: If you get `System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
24+
Tip: If you get `System.TypeInitializationException: The type initializer for
25+
'LibGit2Sharp.Core.NativeMethods' threw an exception. --->
26+
System.DllNotFoundException: lib/linux/x86_64/libgit2-baa87df.so`
2427

2528
You likely need to install `libcurl3`. Run `sudo get-get install libcurl3`
2629

0 commit comments

Comments
 (0)