Skip to content

Commit e62c368

Browse files
author
Lessley Dennington
committed
dotnet tool: rename package
Change the name and author of the dotnet tool package from GitCredentialManager.Cli to git-credential-manager. The reason for this change is that we were able to transfer ownership of this package (which was previously owned by JetBrains) to the git-credential-manager organization on NuGet.org. There should not be any customer impact related to this change, as the GitCredentialManager.Cli package had yet to be published.
1 parent 89b565a commit e62c368

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)