|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>OpenCvSharp-x64</id> |
5 | | - <version>2.4.8.20140405</version> |
| 5 | + <version>2.4.8.20140420</version> |
6 | 6 | <title>OpenCvSharp x64</title> |
7 | 7 | <authors>shimat</authors> |
8 | 8 | <licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl> |
9 | 9 | <projectUrl>https://github.com/shimat/opencvsharp</projectUrl> |
10 | 10 | <iconUrl>http://opencvsharp.googlecode.com/files/Lenna.ico</iconUrl> |
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
12 | 12 | <description>OpenCV wrapper for .NET Framework</description> |
13 | | - <releaseNotes>Added C++ objdetect methods.</releaseNotes> |
| 13 | + <releaseNotes>- Merged MachineLearning to CPlusPlus |
| 14 | +- Removed old Blob API</releaseNotes> |
14 | 15 | <copyright>Copyright 2008-2014</copyright> |
15 | 16 | <tags>Image Processing OpenCV Wrapper FFI</tags> |
16 | 17 | <frameworkAssemblies> |
|
50 | 51 | <file src="..\src\OpenCvSharp.CPlusPlus\bin\Release\OpenCvSharp.CPlusPlus.dll.config" target="lib\net20\OpenCvSharp.CPlusPlus.dll.config" /> |
51 | 52 | <file src="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll" target="lib\net20\OpenCvSharp.dll" /> |
52 | 53 | <file src="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll.config" target="lib\net20\OpenCvSharp.dll.config" /> |
53 | | - <file src="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll" target="lib\net20\OpenCvSharp.MachineLearning.dll" /> |
54 | | - <file src="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll.config" target="lib\net20\OpenCvSharp.MachineLearning.dll.config" /> |
55 | 54 | <file src="..\src\OpenCvSharp.UserInterface\bin\Release\OpenCvSharp.UserInterface.dll" target="lib\net20\OpenCvSharp.UserInterface.dll" /> |
56 | 55 | <file src="..\src\OpenCvSharp.Blob\bin\Release\OpenCvSharp.Blob.dll" target="lib\net35\OpenCvSharp.Blob.dll" /> |
57 | 56 | <file src="..\src\OpenCvSharp.Blob\bin\Release\OpenCvSharp.Blob.dll.config" target="lib\net35\OpenCvSharp.Blob.dll.config" /> |
|
60 | 59 | <file src="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll" target="lib\net35\OpenCvSharp.dll" /> |
61 | 60 | <file src="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll.config" target="lib\net35\OpenCvSharp.dll.config" /> |
62 | 61 | <file src="..\src\OpenCvSharp.Extensions\bin\Release\OpenCvSharp.Extensions.dll" target="lib\net35\OpenCvSharp.Extensions.dll" /> |
63 | | - <file src="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll" target="lib\net35\OpenCvSharp.MachineLearning.dll" /> |
64 | | - <file src="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll.config" target="lib\net35\OpenCvSharp.MachineLearning.dll.config" /> |
65 | 62 | <file src="..\src\OpenCvSharp.UserInterface\bin\Release\OpenCvSharp.UserInterface.dll" target="lib\net35\OpenCvSharp.UserInterface.dll" /> |
66 | 63 | <file src="..\src\OpenCvSharp.Blob\bin\Release\OpenCvSharp.Blob.dll" target="lib\net40\OpenCvSharp.Blob.dll" /> |
67 | 64 | <file src="..\src\OpenCvSharp.Blob\bin\Release\OpenCvSharp.Blob.dll.config" target="lib\net40\OpenCvSharp.Blob.dll.config" /> |
|
70 | 67 | <file src="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll" target="lib\net40\OpenCvSharp.dll" /> |
71 | 68 | <file src="..\src\OpenCvSharp\bin\Release\OpenCvSharp.dll.config" target="lib\net40\OpenCvSharp.dll.config" /> |
72 | 69 | <file src="..\src\OpenCvSharp.Extensions\bin\Release\OpenCvSharp.Extensions.dll" target="lib\net40\OpenCvSharp.Extensions.dll" /> |
73 | | - <file src="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll" target="lib\net40\OpenCvSharp.MachineLearning.dll" /> |
74 | | - <file src="..\src\OpenCvSharp.MachineLearning\bin\Release\OpenCvSharp.MachineLearning.dll.config" target="lib\net40\OpenCvSharp.MachineLearning.dll.config" /> |
75 | 70 | <file src="..\src\OpenCvSharp.UserInterface\bin\Release\OpenCvSharp.UserInterface.dll" target="lib\net40\OpenCvSharp.UserInterface.dll" /> |
76 | 71 | <file src="tools-x64\init.ps1" target="tools\init.ps1" /> |
77 | 72 | <file src="tools-x64\install.ps1" target="tools\install.ps1" /> |
|
0 commit comments