diff --git a/docs/articles/steeltoe-3-2-2-adds-kube-service-bindings.md b/docs/articles/steeltoe-3-2-2-adds-kube-service-bindings.md
index 0ad07854..cf74419e 100644
--- a/docs/articles/steeltoe-3-2-2-adds-kube-service-bindings.md
+++ b/docs/articles/steeltoe-3-2-2-adds-kube-service-bindings.md
@@ -40,7 +40,7 @@ You can do this via the NuGet Package Manager or by opening your project's cspro
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/circuitbreaker/hystrix.md b/docs/docs/v2/circuitbreaker/hystrix.md
index 36736440..fc3244c3 100644
--- a/docs/docs/v2/circuitbreaker/hystrix.md
+++ b/docs/docs/v2/circuitbreaker/hystrix.md
@@ -56,7 +56,7 @@ To add this type of NuGet to your project add something like the following `Pack
```xml
...
-
+
...
```
@@ -68,7 +68,7 @@ To do this include the following `PackageReference` in your application:
```xml
...
-
+
...
```
@@ -87,7 +87,7 @@ To add this type of NuGet to your project add something like the following:
```xml
...
-
+
...
diff --git a/docs/docs/v2/configuration/cloud-foundry-provider.md b/docs/docs/v2/configuration/cloud-foundry-provider.md
index 97788415..80f4513c 100644
--- a/docs/docs/v2/configuration/cloud-foundry-provider.md
+++ b/docs/docs/v2/configuration/cloud-foundry-provider.md
@@ -40,7 +40,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/configuration/config-server-provider.md b/docs/docs/v2/configuration/config-server-provider.md
index aa418948..b4f0f085 100644
--- a/docs/docs/v2/configuration/config-server-provider.md
+++ b/docs/docs/v2/configuration/config-server-provider.md
@@ -54,7 +54,7 @@ To add this type of NuGet to your project, add a `PackageReference` that resembl
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/configuration/placeholder-provider.md b/docs/docs/v2/configuration/placeholder-provider.md
index 5ec542e0..12c2fd6a 100644
--- a/docs/docs/v2/configuration/placeholder-provider.md
+++ b/docs/docs/v2/configuration/placeholder-provider.md
@@ -39,7 +39,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/configuration/random-value-provider.md b/docs/docs/v2/configuration/random-value-provider.md
index c46709c7..4f7b734f 100644
--- a/docs/docs/v2/configuration/random-value-provider.md
+++ b/docs/docs/v2/configuration/random-value-provider.md
@@ -57,7 +57,7 @@ To do this add a `PackageReference` resembling the following:
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/discovery/index.md b/docs/docs/v2/discovery/index.md
index a3445a58..a31e10d7 100644
--- a/docs/docs/v2/discovery/index.md
+++ b/docs/docs/v2/discovery/index.md
@@ -29,7 +29,7 @@ To add this type of NuGet to your project, add an element resembling the followi
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/logging/dynamic-logging-provider.md b/docs/docs/v2/logging/dynamic-logging-provider.md
index 0d0a3d4d..d6ddd4cb 100644
--- a/docs/docs/v2/logging/dynamic-logging-provider.md
+++ b/docs/docs/v2/logging/dynamic-logging-provider.md
@@ -27,7 +27,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/management/metrics.md b/docs/docs/v2/management/metrics.md
index b971f7a0..d4cba739 100644
--- a/docs/docs/v2/management/metrics.md
+++ b/docs/docs/v2/management/metrics.md
@@ -68,7 +68,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
@@ -76,7 +76,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.ExporterCore --version 2.5.2
+dotnet add package Steeltoe.Management.ExporterCore --version 2.*
```
## Cloud Foundry Forwarder
diff --git a/docs/docs/v2/management/prometheus.md b/docs/docs/v2/management/prometheus.md
index dc6f85d9..cc02202b 100644
--- a/docs/docs/v2/management/prometheus.md
+++ b/docs/docs/v2/management/prometheus.md
@@ -36,7 +36,7 @@ To use the prometheus endpoint, you need to add a reference to `Steetoe.Manageme
```xml
...
-
+
...
```
@@ -44,7 +44,7 @@ To use the prometheus endpoint, you need to add a reference to `Steetoe.Manageme
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.EndpointCore --version 2.5.2
+dotnet add package Steeltoe.Management.EndpointCore --version 2.*
```
## Cloud Foundry Forwarder
diff --git a/docs/docs/v2/management/tasks.md b/docs/docs/v2/management/tasks.md
index e5de3bd6..e53c8384 100644
--- a/docs/docs/v2/management/tasks.md
+++ b/docs/docs/v2/management/tasks.md
@@ -13,7 +13,7 @@ Add the following PackageReference to your .csproj file.
```xml
...
-
+
...
```
@@ -21,7 +21,7 @@ Add the following PackageReference to your .csproj file.
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.TaskCore --version 2.5.2
+dotnet add package Steeltoe.Management.TaskCore --version 2.*
```
## Implement Task
diff --git a/docs/docs/v2/management/using-endpoints.md b/docs/docs/v2/management/using-endpoints.md
index 539daa9a..3c1ae595 100644
--- a/docs/docs/v2/management/using-endpoints.md
+++ b/docs/docs/v2/management/using-endpoints.md
@@ -57,7 +57,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
@@ -65,7 +65,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.EndpointCore --version 2.5.2
+dotnet add package Steeltoe.Management.EndpointCore --version 2.*
```
## Configure Global Settings
diff --git a/docs/docs/v2/security/credhub-api-client.md b/docs/docs/v2/security/credhub-api-client.md
index 3465df33..d4b6ff8d 100644
--- a/docs/docs/v2/security/credhub-api-client.md
+++ b/docs/docs/v2/security/credhub-api-client.md
@@ -24,7 +24,7 @@ Use the NuGet package manager tools or directly add the appropriate package to y
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/security/jwt-authentication-in-asp.NET-core.md b/docs/docs/v2/security/jwt-authentication-in-asp.NET-core.md
index d5d1d077..c9e59baf 100644
--- a/docs/docs/v2/security/jwt-authentication-in-asp.NET-core.md
+++ b/docs/docs/v2/security/jwt-authentication-in-asp.NET-core.md
@@ -35,7 +35,7 @@ To use the provider, add a reference to the Steeltoe Cloud Foundry Security NuGe
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/security/redis-key-storage-provider.md b/docs/docs/v2/security/redis-key-storage-provider.md
index 31fe44a9..41a9015f 100644
--- a/docs/docs/v2/security/redis-key-storage-provider.md
+++ b/docs/docs/v2/security/redis-key-storage-provider.md
@@ -22,7 +22,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
@@ -34,7 +34,7 @@ You can use the NuGet Package Manager tools or directly add the following packag
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/security/sso-oauth2.md b/docs/docs/v2/security/sso-oauth2.md
index dc7d57d8..1a88a5df 100644
--- a/docs/docs/v2/security/sso-oauth2.md
+++ b/docs/docs/v2/security/sso-oauth2.md
@@ -39,7 +39,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
diff --git a/docs/docs/v2/tracing/distributed-tracing-exporting.md b/docs/docs/v2/tracing/distributed-tracing-exporting.md
index 2cdcaac4..059bd687 100644
--- a/docs/docs/v2/tracing/distributed-tracing-exporting.md
+++ b/docs/docs/v2/tracing/distributed-tracing-exporting.md
@@ -17,7 +17,7 @@ To use an exporter in a ASP.NET Core application, then add the following `Packag
```xml
...
-
+
...
```
@@ -25,7 +25,7 @@ To use an exporter in a ASP.NET Core application, then add the following `Packag
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.ExporterCore --version 2.5.2
+dotnet add package Steeltoe.Management.ExporterCore --version 2.*
```
### Zipkin Server
diff --git a/docs/docs/v2/tracing/index.md b/docs/docs/v2/tracing/index.md
index bf47a8af..514afc74 100644
--- a/docs/docs/v2/tracing/index.md
+++ b/docs/docs/v2/tracing/index.md
@@ -48,7 +48,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
@@ -56,7 +56,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.TracingCore --version 2.5.2
+dotnet add package Steeltoe.Management.TracingCore --version 2.*
```
### Configure Settings
diff --git a/docs/docs/v3/bootstrap/index.md b/docs/docs/v3/bootstrap/index.md
index 1a5e84e3..ed584811 100644
--- a/docs/docs/v3/bootstrap/index.md
+++ b/docs/docs/v3/bootstrap/index.md
@@ -6,7 +6,7 @@ Applications running on .NET Core 3.1+ and .NET 5.0+ are supported. Get started
```xml
-
+
```
diff --git a/docs/docs/v3/circuitbreaker/hystrix.md b/docs/docs/v3/circuitbreaker/hystrix.md
index c28cf469..8477b9ba 100644
--- a/docs/docs/v3/circuitbreaker/hystrix.md
+++ b/docs/docs/v3/circuitbreaker/hystrix.md
@@ -48,7 +48,7 @@ To add this type of NuGet to your project, add something like the following `Pac
```xml
...
-
+
...
```
@@ -60,7 +60,7 @@ To do so, include the following `PackageReference` in your application:
```xml
...
-
+
...
```
@@ -78,7 +78,7 @@ To add the NuGet to your project, add something like the following:
```xml
...
-
+
...
diff --git a/docs/docs/v3/configuration/cloud-foundry-provider.md b/docs/docs/v3/configuration/cloud-foundry-provider.md
index 071a1fa7..13e41d2f 100644
--- a/docs/docs/v3/configuration/cloud-foundry-provider.md
+++ b/docs/docs/v3/configuration/cloud-foundry-provider.md
@@ -31,7 +31,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/configuration/config-server-provider.md b/docs/docs/v3/configuration/config-server-provider.md
index d53db1df..09011113 100644
--- a/docs/docs/v3/configuration/config-server-provider.md
+++ b/docs/docs/v3/configuration/config-server-provider.md
@@ -41,7 +41,7 @@ To add this type of NuGet to your project, add a `PackageReference` that resembl
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/configuration/kubernetes-providers.md b/docs/docs/v3/configuration/kubernetes-providers.md
index b6cab2c7..5bf401c1 100644
--- a/docs/docs/v3/configuration/kubernetes-providers.md
+++ b/docs/docs/v3/configuration/kubernetes-providers.md
@@ -46,7 +46,7 @@ To add this type of NuGet to your project, add a `PackageReference` that resembl
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/configuration/placeholder-provider.md b/docs/docs/v3/configuration/placeholder-provider.md
index 0b875546..f61e2e6a 100644
--- a/docs/docs/v3/configuration/placeholder-provider.md
+++ b/docs/docs/v3/configuration/placeholder-provider.md
@@ -31,7 +31,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/configuration/random-value-provider.md b/docs/docs/v3/configuration/random-value-provider.md
index 553556de..ad36d67a 100644
--- a/docs/docs/v3/configuration/random-value-provider.md
+++ b/docs/docs/v3/configuration/random-value-provider.md
@@ -47,7 +47,7 @@ To do so, add a `PackageReference` resembling the following:
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/discovery/initialize-discovery-client.md b/docs/docs/v3/discovery/initialize-discovery-client.md
index c3dc28e2..49483201 100644
--- a/docs/docs/v3/discovery/initialize-discovery-client.md
+++ b/docs/docs/v3/discovery/initialize-discovery-client.md
@@ -26,7 +26,7 @@ To add this type of NuGet to your project, add an element resembling the followi
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/logging/dynamic-logging-provider.md b/docs/docs/v3/logging/dynamic-logging-provider.md
index b8966bf1..83faa8b0 100644
--- a/docs/docs/v3/logging/dynamic-logging-provider.md
+++ b/docs/docs/v3/logging/dynamic-logging-provider.md
@@ -25,7 +25,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/logging/serilog-logger.md b/docs/docs/v3/logging/serilog-logger.md
index 86d18107..975c98ef 100644
--- a/docs/docs/v3/logging/serilog-logger.md
+++ b/docs/docs/v3/logging/serilog-logger.md
@@ -25,7 +25,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/management/metrics-endpoint.md b/docs/docs/v3/management/metrics-endpoint.md
index 6562aedd..6e8aeb76 100644
--- a/docs/docs/v3/management/metrics-endpoint.md
+++ b/docs/docs/v3/management/metrics-endpoint.md
@@ -49,7 +49,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
@@ -57,7 +57,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.EndpointCore --version 3.2.0
+dotnet add package Steeltoe.Management.EndpointCore --version 3.*
```
## ASP NET Core Example
diff --git a/docs/docs/v3/management/metrics.md b/docs/docs/v3/management/metrics.md
index f46f269b..b9d34b29 100644
--- a/docs/docs/v3/management/metrics.md
+++ b/docs/docs/v3/management/metrics.md
@@ -11,7 +11,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
@@ -19,7 +19,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.EndpointCore --version 3.2.0
+dotnet add package Steeltoe.Management.EndpointCore --version 3.*
```
## Metric Observers
diff --git a/docs/docs/v3/management/prometheus.md b/docs/docs/v3/management/prometheus.md
index 34051ce6..8f0dca0d 100644
--- a/docs/docs/v3/management/prometheus.md
+++ b/docs/docs/v3/management/prometheus.md
@@ -45,7 +45,7 @@ To use the Prometheus endpoint, you need to add a reference to `Steeltoe.Managem
```xml
...
-
+
...
```
@@ -53,5 +53,5 @@ To use the Prometheus endpoint, you need to add a reference to `Steeltoe.Managem
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.EndpointCore --version 3.2.0
+dotnet add package Steeltoe.Management.EndpointCore --version 3.*
```
diff --git a/docs/docs/v3/management/springbootadmin.md b/docs/docs/v3/management/springbootadmin.md
index 15bfb359..63ad6d64 100644
--- a/docs/docs/v3/management/springbootadmin.md
+++ b/docs/docs/v3/management/springbootadmin.md
@@ -9,7 +9,7 @@ Add the following PackageReference to your .csproj file.
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/management/tasks.md b/docs/docs/v3/management/tasks.md
index b723b6e8..d3890bc4 100644
--- a/docs/docs/v3/management/tasks.md
+++ b/docs/docs/v3/management/tasks.md
@@ -11,7 +11,7 @@ Add the following PackageReference to your .csproj file.
```xml
...
-
+
...
```
@@ -19,7 +19,7 @@ Add the following PackageReference to your .csproj file.
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.TaskCore --version 3.2.0
+dotnet add package Steeltoe.Management.TaskCore --version 3.*
```
## Implement Task Interface
diff --git a/docs/docs/v3/management/using-endpoints.md b/docs/docs/v3/management/using-endpoints.md
index 4a20f11a..82d7927c 100644
--- a/docs/docs/v3/management/using-endpoints.md
+++ b/docs/docs/v3/management/using-endpoints.md
@@ -50,7 +50,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
-
+
```
diff --git a/docs/docs/v3/messaging/rabbitmq-intro.md b/docs/docs/v3/messaging/rabbitmq-intro.md
index 1b8d734a..3a25b7ed 100644
--- a/docs/docs/v3/messaging/rabbitmq-intro.md
+++ b/docs/docs/v3/messaging/rabbitmq-intro.md
@@ -12,7 +12,7 @@ For example, simply add the following to your `.csproj` file:
```xml
-
+
```
diff --git a/docs/docs/v3/security/credhub-api-client.md b/docs/docs/v3/security/credhub-api-client.md
index 1aebe501..c0285a7e 100644
--- a/docs/docs/v3/security/credhub-api-client.md
+++ b/docs/docs/v3/security/credhub-api-client.md
@@ -24,7 +24,7 @@ Use the NuGet package manager tools or directly add the appropriate package to y
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/security/jwt-authentication.md b/docs/docs/v3/security/jwt-authentication.md
index 4144fb43..6e7c13c9 100644
--- a/docs/docs/v3/security/jwt-authentication.md
+++ b/docs/docs/v3/security/jwt-authentication.md
@@ -33,7 +33,7 @@ To use the provider, add a reference to the Steeltoe Cloud Foundry Security NuGe
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/security/mtls.md b/docs/docs/v3/security/mtls.md
index 30ed2038..f440a729 100644
--- a/docs/docs/v3/security/mtls.md
+++ b/docs/docs/v3/security/mtls.md
@@ -20,7 +20,7 @@ To use the provider, add a reference to the Steeltoe Cloud Foundry Security NuGe
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/security/redis-key-storage-provider.md b/docs/docs/v3/security/redis-key-storage-provider.md
index c37e746c..70f09faf 100644
--- a/docs/docs/v3/security/redis-key-storage-provider.md
+++ b/docs/docs/v3/security/redis-key-storage-provider.md
@@ -22,7 +22,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
@@ -34,7 +34,7 @@ You can use the NuGet package manager tools or directly add the following packag
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/security/sso-oauth2.md b/docs/docs/v3/security/sso-oauth2.md
index c7bf2106..8ceddbf4 100644
--- a/docs/docs/v3/security/sso-oauth2.md
+++ b/docs/docs/v3/security/sso-oauth2.md
@@ -36,7 +36,7 @@ You can add the provider to your project by using the following `PackageReferenc
```xml
...
-
+
...
```
diff --git a/docs/docs/v3/stream/rabbit-binder.md b/docs/docs/v3/stream/rabbit-binder.md
index 6c52f9cb..3467585e 100644
--- a/docs/docs/v3/stream/rabbit-binder.md
+++ b/docs/docs/v3/stream/rabbit-binder.md
@@ -7,7 +7,7 @@ This guide describes the RabbitMQ implementation of the Steeltoe Stream Binder,
To use the RabbitMQ binder, add it to your Stream application with a PackageReference in your `.csproj` as seen in this example:
```xml
-
+
```
## RabbitMQ Binder Overview
diff --git a/docs/docs/v3/stream/standalone-stream-rabbitmq.md b/docs/docs/v3/stream/standalone-stream-rabbitmq.md
index 5951c8ec..be2a0a88 100644
--- a/docs/docs/v3/stream/standalone-stream-rabbitmq.md
+++ b/docs/docs/v3/stream/standalone-stream-rabbitmq.md
@@ -41,7 +41,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
-
+
```
diff --git a/docs/docs/v3/stream/stream-reference.md b/docs/docs/v3/stream/stream-reference.md
index c90c359b..c858dfa2 100644
--- a/docs/docs/v3/stream/stream-reference.md
+++ b/docs/docs/v3/stream/stream-reference.md
@@ -976,7 +976,7 @@ If a single Binder implementation is found, Steeltoe Stream automatically uses i
For example, a Stream project that aims to bind only to RabbitMQ can add the following dependency to the project.
```xml
-
+
```
### Multiple Binders
diff --git a/docs/docs/v3/tracing/index.md b/docs/docs/v3/tracing/index.md
index 27837105..cb0ac712 100644
--- a/docs/docs/v3/tracing/index.md
+++ b/docs/docs/v3/tracing/index.md
@@ -40,7 +40,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
```xml
...
-
+
...
```
@@ -48,7 +48,7 @@ To add this type of NuGet to your project, add a `PackageReference` resembling t
Or, from the command line:
```shell
-dotnet add package Steeltoe.Management.TracingCore --version 3.2.0
+dotnet add package Steeltoe.Management.TracingCore --version 3.*
```
### Configure Settings
diff --git a/docs/docs/v4/bootstrap/app-bootstrap.md b/docs/docs/v4/bootstrap/app-bootstrap.md
index e66ab326..7d56cf2c 100644
--- a/docs/docs/v4/bootstrap/app-bootstrap.md
+++ b/docs/docs/v4/bootstrap/app-bootstrap.md
@@ -15,7 +15,7 @@ To get started, use the following steps:
1. Add a NuGet reference to the AutoConfiguration package:
```shell
- dotnet add package Steeltoe.Bootstrap.AutoConfiguration
+ dotnet add package Steeltoe.Bootstrap.AutoConfiguration --version 4.*
```
You may want to add additional Steeltoe packages at this point. See the [Supported Steeltoe Packages](#supported-steeltoe-packages) section for the complete list of what's supported.
diff --git a/docs/docs/v4/fileshares/usage.md b/docs/docs/v4/fileshares/usage.md
index 31a0b2d5..3d74d0cd 100644
--- a/docs/docs/v4/fileshares/usage.md
+++ b/docs/docs/v4/fileshares/usage.md
@@ -41,8 +41,8 @@ Credentials are generally required for interacting with SMB shares. `WindowsNetw
When used with the Cloud Foundry Configuration Provider, you can access the values as follows:
```shell
-dotnet add package Steeltoe.Configuration.CloudFoundry
-dotnet add package Steeltoe.Common.Net
+dotnet add package Steeltoe.Configuration.CloudFoundry --version 4.*
+dotnet add package Steeltoe.Common.Net --version 4.*
```
```csharp
diff --git a/docs/docs/v4/welcome/migrate-quick-steps.md b/docs/docs/v4/welcome/migrate-quick-steps.md
index 952051ce..ba5431ed 100644
--- a/docs/docs/v4/welcome/migrate-quick-steps.md
+++ b/docs/docs/v4/welcome/migrate-quick-steps.md
@@ -16,7 +16,7 @@ Project file:
-
-+
++
```
@@ -49,7 +49,7 @@ Project file:
-
-+
++
```
@@ -112,7 +112,7 @@ Project file:
-
-+
++
```
@@ -139,7 +139,7 @@ Project file:
-
-+
++
```
@@ -163,7 +163,7 @@ Project file:
-
-+
++
```
@@ -186,7 +186,7 @@ Project file:
-
-+
++
```
@@ -221,7 +221,7 @@ Project file:
-
-+
++
```
@@ -287,7 +287,7 @@ Project file:
-
-
-+
++
```
@@ -347,7 +347,7 @@ Project file:
-
-+
++
```
@@ -413,7 +413,7 @@ Project file:
-
-
-+
++
```
@@ -473,7 +473,7 @@ Project file:
-
-+
++
```
@@ -546,7 +546,7 @@ Project file:
-
-+
++
```
@@ -613,7 +613,7 @@ Project file:
-
-+
++
```
@@ -679,8 +679,8 @@ Project file:
-
-+
-+
++
++
```
@@ -745,7 +745,7 @@ Project file:
-
-+
++
```
@@ -810,8 +810,8 @@ Project file:
-
-+
-+
++
++
```
@@ -876,7 +876,7 @@ Project file:
-
-+
++
```
@@ -921,7 +921,7 @@ Project file:
-
-+
++
```
@@ -1169,7 +1169,7 @@ Project file:
-
-+
++
```
@@ -1331,9 +1331,9 @@ Project file:
-
-+
++
-
-+
++
```
@@ -1432,9 +1432,9 @@ Project file:
-
-+
++
-
-+
++
```
@@ -1523,7 +1523,7 @@ Project file:
-
-+
++
```
@@ -1647,7 +1647,7 @@ public class TestClient(HttpClient httpClient)
-
-
-
-+
++
```
diff --git a/docs/guides/get-to-know-steeltoe/exercise1.md b/docs/guides/get-to-know-steeltoe/exercise1.md
index b92b5709..a83e78a7 100644
--- a/docs/guides/get-to-know-steeltoe/exercise1.md
+++ b/docs/guides/get-to-know-steeltoe/exercise1.md
@@ -74,8 +74,8 @@ Finally the `Steeltoe.Management.TracingCore` package and install.
# [.NET CLI](#tab/dotnet-cli)
```shell
-dotnet add package Steeltoe.Management.EndpointCore
-dotnet add package Steeltoe.Management.TracingCore
+dotnet add package Steeltoe.Management.EndpointCore --version 3.*
+dotnet add package Steeltoe.Management.TracingCore --version 3.*
```
---
diff --git a/docs/guides/get-to-know-steeltoe/exercise3.md b/docs/guides/get-to-know-steeltoe/exercise3.md
index 4dee5dc8..d5d0d485 100644
--- a/docs/guides/get-to-know-steeltoe/exercise3.md
+++ b/docs/guides/get-to-know-steeltoe/exercise3.md
@@ -42,7 +42,7 @@ Then search for the `Microsoft.EntityFrameworkCore.SqlServer` package and instal
# [.NET CLI](#tab/dotnet-cli)
```shell
-dotnet add package Steeltoe.Connector.EFCore
+dotnet add package Steeltoe.Connector.EFCore --version 3.*
dotnet add package Microsoft.EntityFrameworkCore.SqlServer
```
diff --git a/docs/guides/get-to-know-steeltoe/exercise4.md b/docs/guides/get-to-know-steeltoe/exercise4.md
index 532f94d5..d79c5d14 100644
--- a/docs/guides/get-to-know-steeltoe/exercise4.md
+++ b/docs/guides/get-to-know-steeltoe/exercise4.md
@@ -40,7 +40,7 @@ Right-click on the project name in the solution explorer and choose "Manage NuGe
# [.NET CLI](#tab/dotnet-cli)
```shell
-dotnet add package Steeltoe.Extensions.Configuration.ConfigServerCore
+dotnet add package Steeltoe.Extensions.Configuration.ConfigServerCore --version 3.*
```
---
diff --git a/docs/guides/service-discovery/consul.md b/docs/guides/service-discovery/consul.md
index 1ff4a4d8..28d1b80a 100644
--- a/docs/guides/service-discovery/consul.md
+++ b/docs/guides/service-discovery/consul.md
@@ -45,7 +45,7 @@ dotnet new webapi --name Consul_Register_Example
cd Consul_Register_Example
# add the NuGet reference
-dotnet add package Steeltoe.Discovery.Consul --version 3.2.0
+dotnet add package Steeltoe.Discovery.Consul --version 3.*
```
---
@@ -148,7 +148,7 @@ dotnet new webapi --name Consul_Discover_Example
cd Consul_Discover_Example
# add the NuGet reference
-dotnet add package Steeltoe.Discovery.Consul --version 3.2.0
+dotnet add package Steeltoe.Discovery.Consul --version 3.*
```
---