From c3751ef4fa03a1b4d833140d4d293048a844151f Mon Sep 17 00:00:00 2001 From: SpocWeb <10584012+SpocWeb@users.noreply.github.com> Date: Fri, 14 May 2021 15:32:32 +0200 Subject: [PATCH 1/2] added Links to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2825f4..7ab3489 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Obvs.AzureServiceBus [![Join the chat at https://gitter.im/drub0y/Obvs.AzureServiceBus](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drub0y/Obvs.AzureServiceBus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -An Azure ServiceBus transport support for [the Obvs framework](https://github.com/inter8ection/Obvs). +An [Azure ServiceBus](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview) +transport support for [the Obvs framework](https://github.com/inter8ection/Obvs). --- From e7557ae6bae7ccf31ddc615d9a297aaa17de8f45 Mon Sep 17 00:00:00 2001 From: SpocWeb <10584012+SpocWeb@users.noreply.github.com> Date: Fri, 14 May 2021 21:18:27 +0200 Subject: [PATCH 2/2] migrated packages.config to --- .../Obvs.AzureServiceBus.Tests.csproj | 98 ++++++------------- Obvs.AzureServiceBus.Tests/packages.config | 22 ----- .../Obvs.AzureServiceBus.csproj | 44 +++------ Obvs.AzureServiceBus/packages.config | 11 --- 4 files changed, 46 insertions(+), 129 deletions(-) delete mode 100644 Obvs.AzureServiceBus.Tests/packages.config delete mode 100644 Obvs.AzureServiceBus/packages.config diff --git a/Obvs.AzureServiceBus.Tests/Obvs.AzureServiceBus.Tests.csproj b/Obvs.AzureServiceBus.Tests/Obvs.AzureServiceBus.Tests.csproj index 2bbb87a..d30d05b 100644 --- a/Obvs.AzureServiceBus.Tests/Obvs.AzureServiceBus.Tests.csproj +++ b/Obvs.AzureServiceBus.Tests/Obvs.AzureServiceBus.Tests.csproj @@ -34,56 +34,8 @@ 4 - - ..\packages\FluentAssertions.4.2.1\lib\net45\FluentAssertions.dll - True - - - ..\packages\FluentAssertions.4.2.1\lib\net45\FluentAssertions.Core.dll - True - - - ..\packages\WindowsAzure.ServiceBus.3.1.2\lib\net45-full\Microsoft.ServiceBus.dll - True - - - ..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll - True - - - ..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll - True - - - ..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll - True - - - ..\packages\Obvs.3.0.0.47\lib\net45\Obvs.dll - True - - - ..\packages\Obvs.Serialization.Json.2.0.0.16\lib\net45\Obvs.Serialization.Json.dll - True - - - ..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll - True - - - ..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll - True - - - ..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll - True - - - ..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll - True - @@ -91,21 +43,6 @@ - - ..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - - - ..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - @@ -119,9 +56,6 @@ - - Designer - @@ -132,6 +66,38 @@ + + + 4.2.1 + + + 3.2.0 + + + 4.2.1510.2205 + + + 8.0.2 + + + 3.0.0.47 + + + 2.0.0.16 + + + 2.2.5 + + + 3.1.2 + + + 2.1.0 + + + 2.1.0 + + diff --git a/Obvs.AzureServiceBus.Tests/packages.config b/Obvs.AzureServiceBus.Tests/packages.config deleted file mode 100644 index afd7998..0000000 --- a/Obvs.AzureServiceBus.Tests/packages.config +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Obvs.AzureServiceBus/Obvs.AzureServiceBus.csproj b/Obvs.AzureServiceBus/Obvs.AzureServiceBus.csproj index 2214753..2b9ce6f 100644 --- a/Obvs.AzureServiceBus/Obvs.AzureServiceBus.csproj +++ b/Obvs.AzureServiceBus/Obvs.AzureServiceBus.csproj @@ -30,35 +30,8 @@ 4 - - ..\packages\WindowsAzure.ServiceBus.3.1.2\lib\net45-full\Microsoft.ServiceBus.dll - True - - - ..\packages\Microsoft.WindowsAzure.ConfigurationManager.3.2.0\lib\net40\Microsoft.WindowsAzure.Configuration.dll - True - - - ..\packages\Obvs.3.0.0.47\lib\net45\Obvs.dll - True - - - ..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll - True - - - ..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll - True - - - ..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll - True - - - ..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll - @@ -99,9 +72,20 @@ - - Designer - + + + + 3.2.0 + + + 3.0.0.47 + + + 2.2.5 + + + 3.1.2 +