Skip to content

Commit

Permalink
use the latest CA_InputValidation (no changes; only README and nuspec…
Browse files Browse the repository at this point in the history
… changed)
  • Loading branch information
dbernhard committed Mar 11, 2019
1 parent 8e5e58c commit 33e6bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TikaServiceInstaller/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<Binary Id="CA_DirectoryChooser" SourceFile="$(var.SolutionDir)/packages/CA_DirectoryChooser.1.0.0/lib/net45/CA_DirectoryChooser.CA.dll" />

<!-- dll to make input validation -->
<Binary Id="CA_InputValidation" SourceFile="$(var.SolutionDir)/packages/CA_InputValidation.1.0.0/lib/net45/CA_InputValidation.CA.dll" />
<Binary Id="CA_InputValidation" SourceFile="$(var.SolutionDir)/packages/CA_InputValidation.1.0.1/lib/net45/CA_InputValidation.CA.dll" />

<!-- property for the launch condition -->
<Property Id="JRE_INSTALLED" Value="0" />
Expand Down
2 changes: 1 addition & 1 deletion TikaServiceInstaller/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="CA_CheckJava" version="1.0.1" />
<package id="CA_DirectoryChooser" version="1.0.0" />
<package id="CA_InputValidation" version="1.0.0" />
<package id="CA_InputValidation" version="1.0.1" />
</packages>

0 comments on commit 33e6bb4

Please sign in to comment.