-
Notifications
You must be signed in to change notification settings - Fork 654
Expand file tree
/
Copy pathGitForWindows.nuspec.in
More file actions
32 lines (32 loc) · 1.49 KB
/
Copy pathGitForWindows.nuspec.in
File metadata and controls
32 lines (32 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>@@ID@@</id>
<version>@@VERSION@@</version>
<title>@@TITLE@@</title>
<authors>@@AUTHOR@@</authors>
<owners>@@OWNERS@@</owners>
<licenseUrl>https://github.com/git-for-windows/git/blob/HEAD/COPYING</licenseUrl>
<projectUrl>https://gitforwindows.org/</projectUrl>
<iconUrl>https://avatars2.githubusercontent.com/u/4571183?v=3&s=200</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>@@DESCRIPTION@@</description>
<summary>@@SUMMARY@@</summary>
<releaseNotes>https://github.com/git-for-windows/git/releases/tag/@@VERSIONTAG@@</releaseNotes>
<copyright>https://gitforwindows.org/governance-model.html</copyright>
<language />
<tags>git scm vcs windows light-weight dvcs@@EXTRATAGS@@</tags>
</metadata>
<files>
<file src="$buildextra$\nuget\ReleaseNotes.html" />
<file src="$buildextra$\LICENSE.txt" />
<file src="$buildextra$\ReleaseNotes.css" target="content" />
<file src="$buildextra$\nuget\Install.ps1" target="tools" />
<file src="$buildextra$\post-install.bat" target="tools" />
<file src="$buildextra$\emptydir\" target="tools\dev" />
<file src="$buildextra$\emptydir\" target="tools\dev\mqueue" />
<file src="$buildextra$\emptydir\" target="tools\dev\shm" />
<file src="$buildextra$\nuget\package-versions.txt" target="tools\etc" />
@@FILELIST@@
</files>
</package>