From 5732c902bc1b69062f8be20693d954c73e3d9985 Mon Sep 17 00:00:00 2001 From: Helen T <35390871+helenktsai@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:38:38 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5a3f2fb9..35c121fb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -## A testing framework for NServiceBus +## NServiceBus.Testing -This library contains a set of testable implementations (test-doubles) for various NServiceBus components, making testing things like handlers, sagas and behaviors easy. +NServiceBus.Testing is a testing framework for NServiceBus. It contains a set of testable implementations (test-doubles) for various NServiceBus components, making testing things like handlers, sagas, and behaviors easy. -### Getting started +It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. -To get started, install the package via NuGet: +## Official documentation -``` -Install-Package NServiceBus.Testing -``` +See the [Testing NServiceBus documentation](https://docs.particular.net/nservicebus/testing/) for more details on how to use it. -For usage examples and more information, please consult the [documentation](http://docs.particular.net/nservicebus/testing/). \ No newline at end of file +## Contributing + +If you are interested in contributing, please follow the instructions on [How to contribute](https://docs.particular.net/platform/contributing). From f808c59248135e749e11a060c88e221352cb8961 Mon Sep 17 00:00:00 2001 From: Helen T <35390871+helenktsai@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:20:17 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 35c121fb..1a8ac528 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ NServiceBus.Testing is a testing framework for NServiceBus. It contains a set of It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. -## Official documentation +## Documentation See the [Testing NServiceBus documentation](https://docs.particular.net/nservicebus/testing/) for more details on how to use it. - -## Contributing - -If you are interested in contributing, please follow the instructions on [How to contribute](https://docs.particular.net/platform/contributing). From b11ee6645dadb42b4efc93221b485cf4cd9c0b5c Mon Sep 17 00:00:00 2001 From: Helen T <35390871+helenktsai@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:30:10 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1a8ac528..668b273e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,4 @@ NServiceBus.Testing is a testing framework for NServiceBus. It contains a set of It is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. -## Documentation - See the [Testing NServiceBus documentation](https://docs.particular.net/nservicebus/testing/) for more details on how to use it.