Skip to content

Commit

Permalink
Merge pull request #43 from KevM/Fix-IKVM-Version
Browse files Browse the repository at this point in the history
Fix Dependencies to have minimum versions
  • Loading branch information
KevM committed Apr 12, 2016
2 parents 5f98bb5 + 30c1778 commit 41dc6da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Release-Notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/TikaOnDotnet.TextExtractor/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ description
files
bin\Release\TikaOnDotNet.* ==> lib
dependencies
TikaOnDotnet
TikaOnDotnet ~> 1.12
projectUrl
https://github.com/KevM/tikaondotnet
https://github.com/KevM/tikaondotnet
2 changes: 1 addition & 1 deletion src/TikaOnDotnet/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description
files
..\..\lib\tika-app.dll ==> lib
dependencies
IKVM
IKVM 8.1.5717

0 comments on commit 41dc6da

Please sign in to comment.