Skip to content

Commit e95850d

Browse files
committed
Merge with main
Signed-off-by: Victor Chang <[email protected]>
2 parents fcbd588 + b854dd8 commit e95850d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/.gitversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ branches:
2929
ignore:
3030
sha: []
3131
merge-message-formats: {}
32-
next-version: 0.3.7
32+
next-version: 0.3.14

src/Api/MonaiApplicationEntity.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* limitations under the License.
1616
*/
1717

18-
using System;
1918
using System.Collections.Generic;
2019
using System.ComponentModel.DataAnnotations;
2120
using System.ComponentModel.DataAnnotations.Schema;

src/Shared/Test/TestStorageInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
using Monai.Deploy.InformaticsGateway.Api.Storage;
18+
using Monai.Deploy.Messaging;
1819

1920
namespace Monai.Deploy.InformaticsGateway.SharedTest;
2021

0 commit comments

Comments
 (0)