Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Magick.NET-Q16-AnyCPU from 12.1.0 to 12.2.0 #215

Merged
merged 2 commits into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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="HIC.DicomTypeTranslation" Version="4.0.1"/>
<PackageReference Include="HIC.FAnsiSql" Version="3.0.0"/>
<PackageReference Include="Lib.Harmony" Version="2.2.2"/>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="12.1.0"/>
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="12.2.0"/>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1"/>
<PackageReference Include="NLog" Version="5.0.4"/>
<PackageReference Include="System.IO.Abstractions" Version="17.2.3"/>
Expand Down
2 changes: 1 addition & 1 deletion Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| YamlDotNet | [GitHub](https://github.com/aaubry/YamlDotNet) | [11.2.1](https://www.nuget.org/packages/YamlDotNet/11.2.1) | [MIT](https://opensource.org/licenses/MIT) |Loading configuration files|
| fo-dicom.Imaging.ImageSharp | [GitHub](https://github.com/fo-dicom/fo-dicom) | [5.0.3](https://www.nuget.org/packages/fo-dicom.Imaging.ImageSharp/5.0.3) | [MS-PL](https://opensource.org/licenses/MS-PL)| Support library for reading DICOM pixel data |
| 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) | [12.1.0](https://www.nuget.org/packages/Magick.NET-Q16-AnyCPU/12.1.0) | [Apache License v2](https://github.com/dlemstra/Magick.NET/blob/master/License.txt) | The .NET library for [ImageMagick](https://imagemagick.org/index.php) |
| Magick.NET-Q16-AnyCPU | [GitHub](https://github.com/dlemstra/Magick.NET) | [12.2.0](https://www.nuget.org/packages/Magick.NET-Q16-AnyCPU/12.2.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.2.3](https://www.nuget.org/packages/System.IO.Abstractions/17.2.3) | [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 |
Expand Down