File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77[ ![ Build] ( https://github.com/devlooped/CredentialManager/workflows/build/badge.svg?branch=main )] ( https://github.com/devlooped/CredentialManager/actions )
88
99<!-- #content -->
10- Packages the [ Git Credential Manager] ( https://github.com/git-ecosystem/git-credential-manager/ ) cross-platform credential store
10+ Packages the official [ Git Credential Manager] ( https://github.com/git-ecosystem/git-credential-manager/ ) cross-platform credential store
1111implementation supporting Windows, macOS and Linux for use as a NS2.0 library with no UI or external dependencies.
1212
1313Release version numbers track the [ GCM releases] ( https://github.com/GitCredentialManager/git-credential-manager/releases ) themselves.
@@ -21,7 +21,7 @@ using GitCredentialManager;
2121ICredentialStore store = CredentialManager .Create (" myapp" );
2222```
2323
24- The namespace for the ` CredentialManager ` static factory class is the same as GCM itself
24+ The namespace for the ` CredentialManager ` static factory class is the same as the official GCM itself
2525for convenience: ` GitCredentialManager ` .
2626
2727The optional * namespace* argument (` myapp ` above) can be used to scope credential
You can’t perform that action at this time.
0 commit comments