diff --git a/Readme.md b/Readme.md index 3a47dbc..b5c89fd 100644 --- a/Readme.md +++ b/Readme.md @@ -23,16 +23,15 @@ ## Extension Points -| Name | Implementation | Desc | -|----------------------------------------|---------------------------------------------------------|----------------------------| -| `UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] | `Configurable` | -| `UpdateReferencesByProjectChain` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain] | `PersistentStateComponent` | -| `ReUpdateReferencesByProjectChain` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain] | `PersistentStateComponent` | +| Name | Implementation | +|----------------------------------------|---------------------------------------------------------| +| `com.dida.didanugetextension.action.UpdateSolutionReferencesAction` | [UpdateSolutionReferencesAction][file:UpdateSolutionReferencesAction] | +| `com.dida.didanugetextension.action.UpdateReferencesByProjectChainAction` | [UpdateReferencesByProjectChain][file:UpdateReferencesByProjectChain]| +| `com.dida.didanugetextension.action.ReUpdateReferencesByProjectChainAction` | [ReUpdateReferencesByProjectChain][file:ReUpdateReferencesByProjectChain]| ## Reference *Reference: [Plugin Extension Points in IntelliJ SDK Docs][docs:ep]* - [docs]: https://plugins.jetbrains.com/docs/intellij/ [docs:ep]: https://plugins.jetbrains.com/docs/intellij/plugin-extensions.html [file:UpdateSolutionReferencesAction]: ./src/main/java/com/dida/didanugetextension/action/UpdateSolutionReferencesAction.java