diff --git a/docs/getting_started.md b/docs/getting_started.md index 43bea01c2..7b9b61549 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -8,13 +8,13 @@ Tye is a tool that makes developing, testing, and deploying microservices and di 2. Install tye via the following command: ```text - dotnet tool install -g Microsoft.Tye --version "0.5.0-alpha.20555.1" + dotnet tool install -g Microsoft.Tye --version "0.6.0-alpha.21070.5" ``` OR if you already have Tye installed and want to update: ```text - dotnet tool update -g Microsoft.Tye --version "0.5.0-alpha.20555.1" + dotnet tool update -g Microsoft.Tye --version "0.6.0-alpha.21070.5" ``` ## Next steps @@ -28,13 +28,13 @@ Tye is a tool that makes developing, testing, and deploying microservices and di This will install the newest available build from our CI. ```txt -dotnet tool install -g Microsoft.Tye --version "0.6.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json +dotnet tool install -g Microsoft.Tye --version "0.7.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json ``` If you already have a build installed and you want to update, replace `install` with `update`: ```txt -dotnet tool update -g Microsoft.Tye --version "0.6.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json +dotnet tool update -g Microsoft.Tye --version "0.7.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json ``` > :bulb: Note that the version numbers for our CI builds and released packages will usually be different. diff --git a/eng/Versions.props b/eng/Versions.props index 7b9f71e91..9c24e1791 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 0.6.0 + 0.7.0 alpha false