File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A global tool for running, managing and querying Visual Studio installations
66[ ![ Downloads] ( https://img.shields.io/nuget/dt/dotnet-vs.svg?color=darkmagenta )] ( https://www.nuget.org/packages/dotnet-vs )
77[ ![ License] ( https://img.shields.io/github/license/devlooped/dotnet-vs.svg?color=blue )] ( https://github.com/devlooped/dotnet-vs/blob/master/license.txt )
88[ ![ CI Status] ( https://github.com/devlooped/dotnet-vs/workflows/build/badge.svg?branch=main )] ( https://github.com/devlooped/dotnet-vs/actions?query=branch%3Amain+workflow%3Abuild+ )
9- [ ![ CI Version] ( https://img.shields.io/endpoint?label=nuget.ci&color=brightgreen&url=https://shields.kzu.io /vpre/dotnet-vs/main )] ( https://pkg.kzu.io /index.json )
9+ [ ![ CI Version] ( https://img.shields.io/endpoint?label=nuget.ci&color=brightgreen&url=https://shields.kzu.app /vpre/dotnet-vs/main )] ( https://pkg.kzu.app /index.json )
1010
1111Installing or updating (same command for both):
1212
@@ -17,7 +17,7 @@ dotnet tool update -g dotnet-vs
1717To get the CI version:
1818
1919```
20- dotnet tool update -g dotnet-vs --no-cache --add-source https://pkg.kzu.io /index.json
20+ dotnet tool update -g dotnet-vs --no-cache --add-source https://pkg.kzu.app /index.json
2121```
2222
2323Command line parsing is done with [ Mono.Options] ( https://www.nuget.org/packages/mono.options ) so
You can’t perform that action at this time.
0 commit comments