Skip to content

Commit

Permalink
Updated nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Feb 4, 2015
1 parent a03a4d0 commit 381f2fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 2 additions & 5 deletions nuget/OpenCvSharp-AnyCPU.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp-AnyCPU</id>
<version>2.4.10.20141111</version>
<version>2.4.10.20150203</version>
<title>OpenCvSharp</title>
<authors>shimat</authors>
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/shimat/opencvsharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/shimat/opencvsharp/master/nuget/icon/lenna-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenCV wrapper for .NET Framework</description>
<releaseNotes>- Fixed Mat bugs
- Fixed bugs of conversion Mat &lt;-&gt; Bitmap/WriteableBitmap</releaseNotes>
<releaseNotes>- Fixed bugs</releaseNotes>
<copyright>Copyright 2008-2014</copyright>
<tags>Image Processing OpenCV Wrapper FFI</tags>
<frameworkAssemblies>
Expand Down Expand Up @@ -57,14 +56,12 @@
<file src="..\lib\opencv\x86\vc11\opencv_gpu2410.dll" target="Content\dll\x86\opencv_gpu2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_highgui2410.dll" target="Content\dll\x86\opencv_highgui2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_imgproc2410.dll" target="Content\dll\x86\opencv_imgproc2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_imgproc2410d.dll" target="Content\dll\x86\opencv_imgproc2410d.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_legacy2410.dll" target="Content\dll\x86\opencv_legacy2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_ml2410.dll" target="Content\dll\x86\opencv_ml2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_nonfree2410.dll" target="Content\dll\x86\opencv_nonfree2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_objdetect2410.dll" target="Content\dll\x86\opencv_objdetect2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_ocl2410.dll" target="Content\dll\x86\opencv_ocl2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_photo2410.dll" target="Content\dll\x86\opencv_photo2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_photo2410d.dll" target="Content\dll\x86\opencv_photo2410d.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_stitching2410.dll" target="Content\dll\x86\opencv_stitching2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_superres2410.dll" target="Content\dll\x86\opencv_superres2410.dll" />
<file src="..\lib\opencv\x86\vc11\opencv_video2410.dll" target="Content\dll\x86\opencv_video2410.dll" />
Expand Down
5 changes: 2 additions & 3 deletions nuget/OpenCvSharp-WithoutDll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp-WithoutDll</id>
<version>2.4.10.20141111</version>
<version>2.4.10.20150203</version>
<title>OpenCvSharp (without DLLs)</title>
<authors>shimat</authors>
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/shimat/opencvsharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/shimat/opencvsharp/master/nuget/icon/lenna-icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenCV wrapper for .NET Framework</description>
<releaseNotes>- Fixed Mat bugs
- Fixed bugs of conversion Mat &lt;-&gt; Bitmap/WriteableBitmap</releaseNotes>
<releaseNotes>- Fixed bugs</releaseNotes>
<copyright>Copyright 2008-2014</copyright>
<tags>Image Processing OpenCV Wrapper FFI</tags>
<frameworkAssemblies>
Expand Down

0 comments on commit 381f2fe

Please sign in to comment.