This commit is contained in:
Justin Kotalik 2020-06-19 15:56:53 -07:00 коммит произвёл GitHub
Родитель 4c7d799624
Коммит 9113caabac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.3.0-alpha.20318.3"
dotnet tool install -g Microsoft.Tye --version "0.3.0-alpha.20319.3"
```
OR if you already have Tye installed and want to update:
```text
dotnet tool update -g Microsoft.Tye --version "0.3.0-alpha.20318.3"
dotnet tool update -g Microsoft.Tye --version "0.3.0-alpha.20319.3"
```
## Next steps

Просмотреть файл

@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<!-- Opt-out repo features -->
<UsingToolXliff>false</UsingToolXliff>