|
31 | 31 | | | | | | | |
32 | 32 | +-v---v----v--------------v------------+ +-v-----------------v----------------+ |
33 | 33 | | | | | |
34 | | -| Core <--+ Core.UI | |
| 34 | +| Core <--+ Core.UI | |
35 | 35 | | | | | |
36 | 36 | +--------------------------------------+ +------------------------------------+ |
37 | 37 | ``` |
38 | 38 |
|
39 | 39 | Git Credential Manager (GCM) is built to be Git host and platform/OS |
40 | | -agonstic. Most of the shared logic (command execution, the abstract platform |
| 40 | +agnostic. Most of the shared logic (command execution, the abstract platform |
41 | 41 | subsystems, etc) can be found in the `Core` class |
42 | 42 | library (C#). The library targets .NET Standard as well as .NET Framework. |
43 | 43 |
|
@@ -74,7 +74,7 @@ the shared, core binaries shell out to. Currently the Bitbucket and GitHub |
74 | 74 | providers each have a WPF (Windows only) helper executable that shows |
75 | 75 | authentication prompts and messages. |
76 | 76 |
|
77 | | -The `Microsoft.Git.CredentialHelper.UI` project is a WPF (Windows only) assembly |
| 77 | +The `Core.UI` project is a WPF (Windows only) assembly |
78 | 78 | that contains common WPF components and styles that are shared between provider |
79 | 79 | helpers on Windows. |
80 | 80 |
|
@@ -163,7 +163,7 @@ appropriate host provider. The default registry implementation select the a host |
163 | 163 | provider by asking each registered provider in turn if they understand the |
164 | 164 | request. The provider selection can be overridden by the user via the |
165 | 165 | [`credential.provider`](configuration.md#credentialprovider) or [`GCM_PROVIDER`](environment.md#GCM_PROVIDER) |
166 | | -configuration and environment variable respectively (3)). |
| 166 | +configuration and environment variable respectively (3). |
167 | 167 |
|
168 | 168 | The `Get|Store|EraseCommand`s call the corresponding |
169 | 169 | `Get|Store|EraseCredentialAsync` methods on the `IHostProvider`, passing the |
|
0 commit comments