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

Commit eb3b506

Browse files
author
John Luo
authored
Update version to 0.7 (#909)
1 parent 65906ab commit eb3b506

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/getting_started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Tye is a tool that makes developing, testing, and deploying microservices and di
88
2. Install tye via the following command:
99

1010
```text
11-
dotnet tool install -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
11+
dotnet tool install -g Microsoft.Tye --version "0.6.0-alpha.21070.5"
1212
```
1313
1414
OR if you already have Tye installed and want to update:
1515
1616
```text
17-
dotnet tool update -g Microsoft.Tye --version "0.5.0-alpha.20555.1"
17+
dotnet tool update -g Microsoft.Tye --version "0.6.0-alpha.21070.5"
1818
```
1919
2020
## Next steps
@@ -28,13 +28,13 @@ Tye is a tool that makes developing, testing, and deploying microservices and di
2828
This will install the newest available build from our CI.
2929
3030
```txt
31-
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
31+
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
3232
```
3333

3434
If you already have a build installed and you want to update, replace `install` with `update`:
3535

3636
```txt
37-
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
37+
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
3838
```
3939

4040
> :bulb: Note that the version numbers for our CI builds and released packages will usually be different.

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- This repo version -->
5-
<VersionPrefix>0.6.0</VersionPrefix>
5+
<VersionPrefix>0.7.0</VersionPrefix>
66
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
77
<!-- Opt-out repo features -->
88
<UsingToolXliff>false</UsingToolXliff>

0 commit comments

Comments
 (0)