Skip to content

Commit

Permalink
Merge pull request #115 from SMI/dependabot/nuget/System.IO.Abstracti…
Browse files Browse the repository at this point in the history
…ons-17.0.24
  • Loading branch information
dependabot[bot] committed Jul 20, 2022
2 parents b4d513b + be80f51 commit 2220a5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IsIdentifiable/IsIdentifiable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="11.3.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
<PackageReference Include="NLog" Version="5.0.1" />
<PackageReference Include="System.IO.Abstractions" Version="17.0.23" />
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
<PackageReference Include="System.IO.FileSystem" Version="4.3.0" />
<PackageReference Include="Tesseract" Version="4.1.0-beta1" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/IsIdentifiable.NuGet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency id="Magick.NET-Q16-AnyCPU" version="11.3.0" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />
<dependency id="NLog" version="5.0.1" />
<dependency id="System.IO.Abstractions" version="17.0.23" />
<dependency id="System.IO.Abstractions" version="17.0.24" />
<dependency id="System.IO.FileSystem" version="4.3.0" />
<dependency id="Tesseract" version="4.1.0-beta1" />
</group>
Expand Down
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| HIC.DicomTypeTranslation | [GitHub](https://github.com/HicServices/DicomTypeTranslation) | [4.0.1](https://www.nuget.org/packages/HIC.DicomTypeTranslation/4.0.1) |[GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | Translate dicom types into C# / database types |
| Magick.NET-Q16-AnyCPU | [GitHub](https://github.com/dlemstra/Magick.NET) | [11.3.0](https://www.nuget.org/packages/Magick.NET-Q16-AnyCPU/11.3.0) | [Apache License v2](https://github.com/dlemstra/Magick.NET/blob/master/License.txt) | The .NET library for [ImageMagick](https://imagemagick.org/index.php) |
| Microsoft.Extensions.Caching.Memory | [GitHub](https://github.com/dotnet/extensions) | [6.0.1 ](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/6.0.1) | [Apache 2.0](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Memory/3.1.7/License) | Caching the results of evaluations already run to prevent constantly revalidating the same value(s) |
| System.IO.Abstractions | [GitHub](https://github.com/System-IO-Abstractions/System.IO.Abstractions) | [17.0.23](https://www.nuget.org/packages/System.IO.Abstractions/17.0.23) | [MIT](https://opensource.org/licenses/MIT) | Makes file system injectable in tests |
| System.IO.Abstractions | [GitHub](https://github.com/System-IO-Abstractions/System.IO.Abstractions) | [17.0.24](https://www.nuget.org/packages/System.IO.Abstractions/17.0.24) | [MIT](https://opensource.org/licenses/MIT) | Makes file system injectable in tests |
| System.IO.FileSystem | [GitHub](https://github.com/dotnet/corefx) | [4.3.0](https://www.nuget.org/packages/System.IO.FileSystem/4.3.0) |[MIT](https://opensource.org/licenses/MIT) | File I/O |
| Tesseract | [GitHub](https://github.com/charlesw/tesseract/) | [4.1.0-beta1](https://www.nuget.org/packages/Tesseract/4.1.0-beta1) | [Apache License v2](https://github.com/charlesw/tesseract/blob/master/LICENSE.txt) | Optical Character Recognition in Dicom Pixel data|

0 comments on commit 2220a5d

Please sign in to comment.