You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
![Icon][icon]
2
2
3
3
# 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.
5
6
6
7
[![Gitter][gitter-badge]][gitter]
7
8
[![Build status][appveyor-badge]][appveyor]
@@ -20,7 +21,9 @@ Versioning when using git, solved. GitVersion looks at your git history and work
20
21
## Compatibility
21
22
GitVersion works on Mac, Linux with Mono and Windows.
22
23
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. --->
0 commit comments