Skip to content

Commit

Permalink
test to fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaspanel committed Dec 8, 2014
1 parent a2cb8d9 commit cd05e3d
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions LIBSVM/LIBSVM.NET.csproj
Expand Up @@ -31,10 +31,22 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="IKVM.OpenJDK.Charsets">
<HintPath>..\packages\IKVM.OpenJDK.Charsets.7.2.4630.5\lib\IKVM.OpenJDK.Charsets.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Core, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IKVM.OpenJDK.Core.7.2.4630.5\lib\IKVM.OpenJDK.Core.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Security">
<HintPath>..\packages\IKVM.OpenJDK.Security.7.2.4630.5\lib\IKVM.OpenJDK.Security.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.SwingAWT">
<HintPath>..\packages\IKVM.OpenJDK.SwingAWT.7.2.4630.5\lib\IKVM.OpenJDK.SwingAWT.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Text">
<HintPath>..\packages\IKVM.OpenJDK.Text.7.2.4630.5\lib\IKVM.OpenJDK.Text.dll</HintPath>
</Reference>
<Reference Include="IKVM.OpenJDK.Util, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IKVM.OpenJDK.Util.7.2.4630.5\lib\IKVM.OpenJDK.Util.dll</HintPath>
Expand Down
4 changes: 4 additions & 0 deletions LIBSVM/packages.config
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="IKVM.OpenJDK.Charsets" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.OpenJDK.Core" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.OpenJDK.Security" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.OpenJDK.SwingAWT" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.OpenJDK.Text" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.OpenJDK.Util" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.OpenJDK.XML.API" version="7.2.4630.5" targetFramework="net40" />
<package id="IKVM.Runtime" version="7.2.4630.5" targetFramework="net40" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@

libsvm.net is an easy way to use [Support Vector Machines](https://en.wikipedia.org/wiki/Support_vector_machine) in your .NET projects.

Current version : 2.1.7
Current version : 2.1.8

##How to use it
First of all, if you are not familiar with SVM, I highly recommend to read this [guide](http://www.csie.ntu.edu.tw/~cjlin/papers/guide/guide.pdf).
Expand Down
6 changes: 4 additions & 2 deletions libsvm.net.2.1.7.nuspec → libsvm.net.2.1.8.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>libsvm.net</id>
<version>2.1.7</version>
<version>2.1.8</version>
<authors>nicolas.panel@live.fr</authors>
<owners>Nicolas Panel</owners>
<licenseUrl>https://github.com/nicolaspanel/libsvm.net#license</licenseUrl>
Expand All @@ -16,7 +16,9 @@
<group>
<dependency id="IKVM.Runtime" version="7.2.4630.5" />
<dependency id="IKVM.OpenJDK.Util" version="7.2.4630.5" />
<dependency id="IKVM.OpenJDK.Core" version="7.2.4630.5" />
<dependency id="IKVM.OpenJDK.Core" version="7.2.4630.5" />
<dependency id="IKVM.OpenJDK.Security" version="7.2.4630.5" />
<dependency id="IKVM.OpenJDK.SwingAWT" version="7.2.4630.5" />
</group>
</dependencies>
</metadata>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit cd05e3d

Please sign in to comment.