Skip to content

Commit 8bd73c7

Browse files
committed
Merge branch 'main' into release/1.0.2
Signed-off-by: Victor Chang <[email protected]>
2 parents 3112c0c + 3478f9b commit 8bd73c7

File tree

4 files changed

+85
-3
lines changed

4 files changed

+85
-3
lines changed

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
1+
# SPDX-FileCopyrightText: © 2021-2024 MONAI Consortium
22
# SPDX-License-Identifier: Apache License 2.0
33

44
codecov:

src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ await Assert.ThrowsAsync<StorageServiceException>(async () =>
164164
});
165165
}
166166
}
167-
}
167+
}

src/Storage/API/StorageConnectionException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ public StorageConnectionException(string message, Exception innerException) : ba
3636
Errors = new List<string>();
3737
}
3838
}
39-
}
39+
}

third-party-licenses.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20914,6 +20914,88 @@ SOFTWARE.
2091420914
</details>
2091520915

2091620916

20917+
<details>
20918+
<summary>System.IO.Abstractions 21.0.2</summary>
20919+
20920+
## System.IO.Abstractions
20921+
20922+
- Version: 21.0.2
20923+
- Authors: Tatham Oddie & friends
20924+
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
20925+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/21.0.2)
20926+
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
20927+
20928+
20929+
```
20930+
The MIT License (MIT)
20931+
20932+
Copyright (c) Tatham Oddie and Contributors
20933+
20934+
All rights reserved.
20935+
20936+
Permission is hereby granted, free of charge, to any person obtaining a copy
20937+
of this software and associated documentation files (the "Software"), to deal
20938+
in the Software without restriction, including without limitation the rights
20939+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20940+
copies of the Software, and to permit persons to whom the Software is
20941+
furnished to do so, subject to the following conditions:
20942+
20943+
The above copyright notice and this permission notice shall be included in all
20944+
copies or substantial portions of the Software.
20945+
20946+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20947+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20948+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20949+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20950+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20951+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20952+
SOFTWARE.
20953+
```
20954+
20955+
</details>
20956+
20957+
20958+
<details>
20959+
<summary>System.IO.Abstractions.TestingHelpers 21.0.2</summary>
20960+
20961+
## System.IO.Abstractions.TestingHelpers
20962+
20963+
- Version: 21.0.2
20964+
- Authors: Tatham Oddie & friends
20965+
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
20966+
- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/21.0.2)
20967+
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
20968+
20969+
20970+
```
20971+
The MIT License (MIT)
20972+
20973+
Copyright (c) Tatham Oddie and Contributors
20974+
20975+
All rights reserved.
20976+
20977+
Permission is hereby granted, free of charge, to any person obtaining a copy
20978+
of this software and associated documentation files (the "Software"), to deal
20979+
in the Software without restriction, including without limitation the rights
20980+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20981+
copies of the Software, and to permit persons to whom the Software is
20982+
furnished to do so, subject to the following conditions:
20983+
20984+
The above copyright notice and this permission notice shall be included in all
20985+
copies or substantial portions of the Software.
20986+
20987+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20988+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20989+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20990+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20991+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20992+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20993+
SOFTWARE.
20994+
```
20995+
20996+
</details>
20997+
20998+
2091720999
<details>
2091821000
<summary>System.IO.Compression 4.3.0</summary>
2091921001

0 commit comments

Comments
 (0)