Skip to content

Commit fb52269

Browse files
authored
Merge pull request #901 from ldennington/rename-dotnet-tool-package
dotnet tool: rename package
2 parents 89b565a + e62c368 commit fb52269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/DotnetTool/dotnet-tool.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
4-
<id>GitCredentialManager.Cli</id>
4+
<id>git-credential-manager</id>
55
<version>$version$</version>
66
<description>Secure, cross-platform Git credential storage with authentication to Azure Repos, GitHub, and other popular Git hosting services.</description>
7-
<authors>Git Credential Manager</authors>
7+
<authors>git-credential-manager</authors>
88
<packageTypes>
99
<packageType name="DotnetTool" />
1010
</packageTypes>

0 commit comments

Comments
 (0)