Skip to content

Commit c8ccb4a

Browse files
committed
Update readme to reflect current NS2.0 approach
1 parent 48c1515 commit c8ccb4a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
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

1313
Release 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
2118
using GitCredentialManager;
2219
...
@@ -30,6 +27,11 @@ for convenience: `GitCredentialManager`.
3027
The optional *namespace* argument (`myapp` above) can be used to scope credential
3128
operations 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

0 commit comments

Comments
 (0)