Closed ccheetham closed 2 years ago
I don't see any mistakes in here, but is this all of the refs?
I see 4 instances of -Version 3.1.0
attached to instructions for using PowerShell... maybe we should just remove those instead since it's so sporadic
@bart-vmware are you suggesting going from:
<ItemGroup>
...
<PackageReference Include="Steeltoe.CircuitBreaker.HystrixCore" Version="3.2.0"/>
...
</ItemGroup>
to
dotnet add package Steeltoe.CircuitBreaker.HystrixCore
I'm suggesting to use tabs, similar to https://raw.githubusercontent.com/SteeltoeOSS/Documentation/main/guides/get-to-know-steeltoe/exercise2.md:
# [Package Manager](#tab/package-manager)
PM> Install-Package Steeltoe.CircuitBreaker.HystrixCore
# [.NET CLI](#tab/dotnet-cli)
dotnet add package Steeltoe.CircuitBreaker.HystrixCore
# [PackageReference](#tab/package-reference)
<PackageReference Include="Steeltoe.Common" />
@TimHess updated PowerShell examples @bart-vmware I like the tabs. It's beyond the scope of this PR but would like to have a broader discussion on doc layout in near future.
Fixes #267