Skip to content

Commit d194fdc

Browse files
committed
Use NServiceBus.ClaimCheck instead of NServiceBus.ClaimCheck.DataBus
1 parent 0fd72f2 commit d194fdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
> [!WARNING]
2-
> As of NServiceBus 9.2, the `DataBus` feature is available as a [dedicated NuGet package](https://www.nuget.org/packages/NServiceBus.ClaimCheck.DataBus/). The API documented on this page will continue to work for NServiceBus Version 9 but it will hint about its upcoming obsoletion with the following warning: *The DataBus feature is released as a dedicated 'NServiceBus.ClaimCheck.DataBus' package.*.
2+
> As of NServiceBus 9.2, the `DataBus` feature is available as a [dedicated NuGet package](https://www.nuget.org/packages/NServiceBus.ClaimCheck/). The API documented on this page will continue to work for NServiceBus Version 9 but it will hint about its upcoming obsoletion with the following warning: *The DataBus feature is released as a dedicated 'NServiceBus.ClaimCheck' package.*.
33
> The new documentation is [here](/nservicebus/messaging/claimcheck/).
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
> [!WARNING]
2-
> As of NServiceBus 9.2, the `DataBus` feature is available as a [dedicated NuGet package](https://www.nuget.org/packages/NServiceBus.ClaimCheck.DataBus/). The API documented on this page will continue to work for NServiceBus Version 9 but it will hint about its upcoming obsoletion with the following warning: *The DataBus feature is released as a dedicated 'NServiceBus.ClaimCheck.DataBus' package.*.
2+
> As of NServiceBus 9.2, the `DataBus` feature is available as a [dedicated NuGet package](https://www.nuget.org/packages/NServiceBus.ClaimCheck/). The API documented on this page will continue to work for NServiceBus Version 9 but it will hint about its upcoming obsoletion with the following warning: *The DataBus feature is released as a dedicated 'NServiceBus.ClaimCheck' package.*.
33
> The new documentation is [here](/nservicebus/messaging/claimcheck/).

nservicebus/upgrades/9.1to9.2/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ upgradeGuideCoreVersions:
1212

1313
In NServiceBus 9.2.x, the DataBus feature was removed from `NServiceBus.Core` and released as it's own [NServiceBus.ClaimCheck.DataBus](https://www.nuget.org/packages/NServiceBus.Transport.Msmq/) package.
1414

15-
The namespace for the DataBus feature has also changed from `NServiceBus.DataBus` to `NServiceBus.ClaimCheck.DataBus`.
15+
The namespace for the DataBus feature has also changed from `NServiceBus.DataBus` to `NServiceBus.ClaimCheck`.
1616

1717
Update endpoint configuration code to use the new package and namespace. The API surface between the old and the new code remains the same.

0 commit comments

Comments
 (0)