diff options
| author | Oskar Hermansson <oskar.hermansson@gmail.com> | 2025-11-12 00:10:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-11 20:10:26 -0300 |
| commit | a0576348d012cbcac17967ef66ed996fee188e38 (patch) | |
| tree | 98721a2ef6dc5d2c41b016b0d392dfd449edb243 /plugins | |
| parent | 18d0a63df8ed61aad7b25dc9c6f61a7cb88760dc (diff) | |
| download | zsh-a0576348d012cbcac17967ef66ed996fee188e38.tar.gz zsh-a0576348d012cbcac17967ef66ed996fee188e38.tar.bz2 zsh-a0576348d012cbcac17967ef66ed996fee188e38.zip | |
docs(dotnet): remove `Core` suffix (#13418)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dotnet/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dotnet/README.md b/plugins/dotnet/README.md index 217c46751..2b06d8810 100644 --- a/plugins/dotnet/README.md +++ b/plugins/dotnet/README.md @@ -1,6 +1,6 @@ -# .NET Core CLI plugin +# .NET CLI plugin -This plugin provides completion and useful aliases for [.NET Core CLI](https://dotnet.microsoft.com/). +This plugin provides completion and useful aliases for [.NET CLI](https://dotnet.microsoft.com/). To use it, add `dotnet` to the plugins array in your zshrc file. @@ -23,4 +23,4 @@ plugins=(... dotnet) | dp | dotnet pack | Create a NuGet package. | | dng | dotnet nuget | Provides additional NuGet commands. | | db | dotnet build | Build a .NET project | -| dres | dotnet restore | Restore dependencies and project-specific tools for a project. |
\ No newline at end of file +| dres | dotnet restore | Restore dependencies and project-specific tools for a project. | |
