Skip to content

Commit

Permalink
Merge pull request #528 from SMI/feature/dependanot
Browse files Browse the repository at this point in the history
Bump IKVM from 8.7.1 to 8.9.1
  • Loading branch information
rkm authored Jul 18, 2024
2 parents 5a66b91 + 2646100 commit 2a449f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<PackageVersion Include="HIC.FAnsiSql" Version="3.2.6" />
<PackageVersion Include="HIC.RDMP.Plugin" Version="8.2.0" />
<PackageVersion Include="HIC.Tesseract" Version="4.1.1" />
<PackageVersion Include="IKVM" Version="8.7.1" />
<PackageVersion Include="Lib.Harmony" Version="2.2.2" />
<PackageVersion Include="IKVM" Version="8.9.1" />
<PackageVersion Include="Magick.NET-Q16-AnyCPU" Version="13.10.0" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
Expand Down
1 change: 0 additions & 1 deletion PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
| HIC.FAnsiSql | [GitHub](https://github.com/HicServices/FAnsiSql) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | DBMS abstraction layer |
| HIC.RDMP.Plugin | [GitHub](https://github.com/HicServices/RDMP) | [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.html) | API for RDMP plugin mode |
| IKVM | [GitHub](https://github.com/ikvm-revived/ikvm) | [GPL plus Classpath exception](https://github.com/ikvm-revived/ikvm/blob/develop/LICENSE.md) | Converts Java bytecode to MSIL for integration in .Net |
| Lib.Harmony | [GitHub](https://github.com/pardeike/Harmony) | [MIT](https://opensource.org/licenses/MIT) | .Net patcher tool for Tesseract bugs |
| Magick.NET-Q16-AnyCPU | [GitHub](https://github.com/dlemstra/Magick.NET) | [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) | [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) |
| Microsoft.Extensions.FileSystemGlobbing | [GitHub](https://github.com/dotnet/runtime) | [MIT](https://opensource.org/licenses/MIT) | File system globbing to find files matching a specified pattern |
Expand Down

0 comments on commit 2a449f5

Please sign in to comment.