Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Update version to 0.7 (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luo authored Jan 20, 2021
1 parent 65906ab commit eb3b506
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>0.6.0</VersionPrefix>
<VersionPrefix>0.7.0</VersionPrefix>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<!-- Opt-out repo features -->
<UsingToolXliff>false</UsingToolXliff>
Expand Down

0 comments on commit eb3b506

Please sign in to comment.