Skip to content

Commit 30637fa

Browse files
committed
[UpdateLibGit2] Add v12 csproj format to description.
1 parent e59a0e7 commit 30637fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UpdateLibgit2ToSha.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.PARAMETER sha
55
Desired libgit2 version. This is run through `git rev-parse`, so branch names are okay too.
66
.PARAMETER vs
7-
Version of Visual Studio project files to generate. Cmake supports "10" (default) and "11".
7+
Version of Visual Studio project files to generate. Cmake supports "10" (default), "11" and "12".
88
.PARAMETER libgit2Name
99
The base name (i.e without the file extension) of the libgit2 DLL to generate. Default is to use git2-$suffix, where $suffix is the first 7 characters of the SHA1 of the corresponding libgi2 commit as the suffix.
1010
.PARAMETER test

0 commit comments

Comments
 (0)