diff --git a/Release-Notes.md b/Release-Notes.md index 32094d8..25bc992 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,3 +1,7 @@ +## 1.12.1 + +Fix TikaOnDotNet.TextExtractor to depend on a compatible version (1.12) of TikaOnDotNet. + ## 1.12.0 **Breaking Change**: This release splits **TikaOneDotNet** into two Nugets. diff --git a/src/TikaOnDotnet.TextExtractor/paket.template b/src/TikaOnDotnet.TextExtractor/paket.template index d7cce51..7da8843 100644 --- a/src/TikaOnDotnet.TextExtractor/paket.template +++ b/src/TikaOnDotnet.TextExtractor/paket.template @@ -6,6 +6,6 @@ description files bin\Release\TikaOnDotNet.* ==> lib dependencies - TikaOnDotnet + TikaOnDotnet ~> 1.12 projectUrl - https://github.com/KevM/tikaondotnet \ No newline at end of file + https://github.com/KevM/tikaondotnet diff --git a/src/TikaOnDotnet/paket.template b/src/TikaOnDotnet/paket.template index 2336e82..c70d579 100644 --- a/src/TikaOnDotnet/paket.template +++ b/src/TikaOnDotnet/paket.template @@ -6,4 +6,4 @@ description files ..\..\lib\tika-app.dll ==> lib dependencies - IKVM + IKVM 8.1.5717