forked from alanstevens/ChocoPackages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathP4Merge.nuspec
More file actions
18 lines (18 loc) · 1.05 KB
/
Copy pathP4Merge.nuspec
File metadata and controls
18 lines (18 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>P4Merge</id>
<title>P4Merge, the Perforce Visual Merge Tool</title>
<version>2011.1.01</version>
<authors>Perforce Software,Inc.</authors>
<owners>H. Alan Stevens</owners>
<summary>P4Merge is an excellent, free diff and merge tool.</summary>
<description>P4Merge is an excellent, free diff and merge tool. Perforce Visual Merge and Diff Tools provide a unique perspective into the context in which change happens.
| Please install with chocolatey (http://nuget.org/List/Packages/chocolatey).</description>
<projectUrl>http://www.perforce.com/product/components/perforce_visual_merge_and_diff_tools</projectUrl>
<tags>diff merge chocolatey</tags>
<licenseUrl>http://www.perforce.com/downloads/terms-use</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/alanstevens/ChocoPackages/raw/master/P4Merge/p4merge.png</iconUrl>
</metadata>
</package>