forked from git-ecosystem/git-credential-manager
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdotnet-tool.nuspec
More file actions
18 lines (17 loc) · 819 Bytes
/
Copy pathdotnet-tool.nuspec
File metadata and controls
18 lines (17 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>git-credential-manager</id>
<version>$version$</version>
<description>Secure, cross-platform Git credential storage with authentication to Azure Repos, GitHub, and other popular Git hosting services.</description>
<authors>git-credential-manager</authors>
<icon>images\icon.png</icon>
<iconUrl>https://raw.githubusercontent.com/git-ecosystem/git-credential-manager/main/assets/gcm-transparent.png</iconUrl>
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
</metadata>
<files>
<file src="$publishdir$payload/" target="tools/net8.0/any" />
<file src="$publishdir$images/icon.png" target="images" />
</files>
</package>