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
GitVersion works on Mac, Linux with Mono and Windows.
20
+
21
+
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`
22
+
23
+
You likely need to install `libcurl3`. Run `sudo get-get install libcurl3`
Copy file name to clipboardExpand all lines: docs/index.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ GitVersion is a tool to help you achieve *Semantic Versioning* on your project.
3
3
4
4
This influences many of the decisions GitVersion has made, please read and understand this page as it will help you start using GitVersion effectively!
5
5
6
+
## Compatibility
7
+
GitVersion works on Mac, Linux with Mono and Windows.
8
+
9
+
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`
10
+
11
+
You likely need to install `libcurl3`. Run `sudo get-get install libcurl3`
12
+
6
13
## Assumptions/Rules
7
14
### Tags override other rules
8
15
If a commit is tagged, then GitVersion will *always* use that version over any calculated versions. This is so if you rebuild a tag then the same version will be produced.
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments