Skip to content

Commit b752a7a

Browse files
committed
upped messaging version
Signed-off-by: Neil South <[email protected]>
1 parent 9a0a705 commit b752a7a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/dependency_decisions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -788,17 +788,17 @@
788788
:when: 2022-08-16 23:06:20.598551507 Z
789789
- - :approve
790790
- Monai.Deploy.Messaging
791-
- :who: mocsharp
791+
- :who: neilsouth
792792
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
793793
:versions:
794-
- 0.1.11
794+
- 0.1.17-rc0019
795795
:when: 2022-08-16 23:06:21.051573547 Z
796796
- - :approve
797797
- Monai.Deploy.Messaging.RabbitMQ
798-
- :who: mocsharp
798+
- :who: neilsouth
799799
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
800800
:versions:
801-
- 0.1.11
801+
- 0.1.17-rc0019
802802
:when: 2022-08-16 23:06:21.511789690 Z
803803
- - :approve
804804
- Monai.Deploy.Storage

src/Api/Monai.Deploy.InformaticsGateway.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PackageReference>
3131
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
3232
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.10" />
33-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.11" />
33+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.17-rc0019" />
3434
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" />
3535
</ItemGroup>
3636

src/Configuration/Monai.Deploy.InformaticsGateway.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PackageReference>
3131
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />
3232
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
33-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.11" />
33+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.17-rc0019" />
3434
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" />
3535
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
3636
</ItemGroup>

src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
4949
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
5050
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
51-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.11" />
51+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.17-rc0019" />
5252
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.10" />
5353
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" />
5454
<PackageReference Include="NLog.Web.AspNetCore" Version="5.1.5" />

tests/Integration.Test/Monai.Deploy.InformaticsGateway.Integration.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<!--
22
~ Copyright 2022 MONAI Consortium
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
3535
<PackageReference Include="Minio" Version="4.0.6" />
36-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.11" />
36+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.17-rc0019" />
3737
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.10" />
3838
<PackageReference Include="Moq" Version="4.18.2" />
3939
<PackageReference Include="Polly" Version="7.2.3" />

0 commit comments

Comments
 (0)