Browse Source
Merge pull request #1167 from dotnet/dev/ps/release0.10.0
Prepare the main branch for the release - 0.10.0.
pull/1171/head
Pratik Sanglikar
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
6 deletions
docs/getting_started.md
eng/Versions.props
@ -8,13 +8,13 @@ Tye is a tool that makes developing, testing, and deploying microservices and di
1. Install tye via the following command:
```text
dotnet tool install -g Microsoft.Tye --version "0.9.0-alpha.2138 0.1"
dotnet tool install -g Microsoft.Tye --version "0.10.0-alpha.2142 0.1"
```
OR if you already have Tye installed and want to update:
```text
dotnet tool update -g Microsoft.Tye --version "0.9.0-alpha.2138 0.1"
dotnet tool update -g Microsoft.Tye --version "0.10.0-alpha.2142 0.1"
```
> If using Mac and, if getting "command not found" errors when running `tye` , you may need to ensure that the `$HOME/.dotnet/tools` directory has been added to `PATH` .
@ -37,13 +37,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.10 .0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
dotnet tool install -g Microsoft.Tye --version "0.11 .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.10 .0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
dotnet tool update -g Microsoft.Tye --version "0.11 .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.
@ -2,11 +2,11 @@
<Project>
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>0.10 .0</VersionPrefix>
<VersionPrefix>0.11 .0</VersionPrefix>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<!-- Opt-out repo features -->
<UsingToolXliff>false</UsingToolXliff>
<UsingToolNetFrameworkReferenceAssemblies Condition="'$(DotNetBuildFromSource)' != 'true'">true</UsingToolNetFrameworkReferenceAssemblies>
<!-- Libs -->
</PropertyGroup>
</Project>
</Project>