diff --git a/Release-Notes.md b/Release-Notes.md index dbf2ba7..e5f3cbc 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,3 +1,7 @@ +## 1.15 + +- Tika updated to 1.15. Please see the official Tika site for [what's changed](http://tika.apache.org/1.15/). + ## 1.14.2 - Fix `TextExtractor.Extract(string url)` Closes #84 diff --git a/paket.dependencies b/paket.dependencies index d56ca35..49e2370 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,15 +1,15 @@ -source https://www.nuget.org/api/v2 - -nuget FAKE - -nuget FSharp.Management -nuget NUnit ~> 2 -nuget NUnit.Runners ~> 2 -nuget FluentAssertions - -//IKVM dependencies - the nuget and tool versions need to be in sync. -nuget IKVM 8.1.5717 -http http://www.frijters.net/ikvmbin-8.1.5717.0.zip - -//Tika release Jar URL -http http://www-us.apache.org/dist/tika/tika-app-1.14.jar +source https://www.nuget.org/api/v2 + +nuget FAKE + +nuget FSharp.Management +nuget NUnit ~> 2 +nuget NUnit.Runners ~> 2 +nuget FluentAssertions + +//IKVM dependencies - the nuget and tool versions need to be in sync. +nuget IKVM 8.1.5717 +http http://www.frijters.net/ikvmbin-8.1.5717.0.zip + +//Tika release Jar URL +http http://www-us.apache.org/dist/tika/tika-app-1.15.jar