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 implementation for
11- Windows, macOS and Linux for use as a generic credential store .
10+ Packages the [ Git Credential Manager] ( https://github.com/git-ecosystem/git-credential-manager/ ) cross-platform credential store
11+ implementation supporting Windows, macOS and Linux for use as a library with no UI or external dependencies .
1212
1313Release version numbers track the [ GCM releases] ( https://github.com/GitCredentialManager/git-credential-manager/releases ) themselves.
1414
1515## Usage
1616
17- The only code in this repository is a helper factory to create the credential store
18- appropriate to the current platform:
19-
2017``` csharp
2118using GitCredentialManager ;
2219.. .
@@ -30,6 +27,11 @@ for convenience: `GitCredentialManager`.
3027The optional * namespace* argument (` myapp ` above) can be used to scope credential
3128operations to your own app/service.
3229
30+ The library targets .NET Standard 2.0 for broad applicability.
31+
32+ Supported [ credential stores] ( https://github.com/git-ecosystem/git-credential-manager/blob/main/docs/credstores.md ) and their
33+ configuration is shared with the GCM project itself.
34+
3335<!-- #content -->
3436<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
3537# Sponsors
You can’t perform that action at this time.
0 commit comments