Skip to content

Commit e8745e3

Browse files
committed
updated nuget packages
1 parent 1b90ebf commit e8745e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

nuget/OpenCvSharp3-AnyCPU.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>OpenCvSharp3-AnyCPU</id>
5-
<version>3.0.0.20151220</version>
5+
<version>3.1.0.20160116</version>
66
<title>OpenCvSharp3</title>
77
<authors>shimat</authors>
88
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>OpenCV wrapper for .NET Framework</description>
1313
<summary>OpenCV 3.x wrapper</summary>
14-
<releaseNotes>- fixed many bugs</releaseNotes>
14+
<releaseNotes>- upgrade to OpenCV 3.1</releaseNotes>
1515
<copyright>Copyright 2008-2015</copyright>
1616
<tags>Image Processing OpenCV Wrapper FFI</tags>
1717
<frameworkAssemblies>
@@ -61,13 +61,13 @@
6161
<file src="..\lib\vc++\x64\msvcp120.dll" target="NativeDlls\x64\msvcp120.dll" />
6262
<file src="..\lib\vc++\x64\msvcr120.dll" target="NativeDlls\x64\msvcr120.dll" />
6363
<file src="..\src\Release\x64\OpenCvSharpExtern.dll" target="NativeDlls\x64\OpenCvSharpExtern.dll" />
64-
<file src="..\lib\opencv\x64\vc12\bin\opencv_ffmpeg300_64.dll" target="NativeDlls\x64\opencv_ffmpeg300_64.dll" />
65-
<file src="..\lib\opencv\x64\vc12\bin\opencv_world300.dll" target="NativeDlls\x64\opencv_world300.dll" />
64+
<file src="..\lib\opencv\x64\vc12\bin\opencv_ffmpeg310_64.dll" target="NativeDlls\x64\opencv_ffmpeg300_64.dll" />
65+
<file src="..\lib\opencv\x64\vc12\bin\opencv_world310.dll" target="NativeDlls\x64\opencv_world300.dll" />
6666
<file src="..\lib\vc++\x86\msvcp120.dll" target="NativeDlls\x86\msvcp120.dll" />
6767
<file src="..\lib\vc++\x86\msvcr120.dll" target="NativeDlls\x86\msvcr120.dll" />
6868
<file src="..\src\Release\Win32\OpenCvSharpExtern.dll" target="NativeDlls\x86\OpenCvSharpExtern.dll" />
69-
<file src="..\lib\opencv\x86\vc12\bin\opencv_ffmpeg300.dll" target="NativeDlls\x86\opencv_ffmpeg300.dll" />
70-
<file src="..\lib\opencv\x86\vc12\bin\opencv_world300.dll" target="NativeDlls\x86\opencv_world300.dll" />
69+
<file src="..\lib\opencv\x86\vc12\bin\opencv_ffmpeg310.dll" target="NativeDlls\x86\opencv_ffmpeg300.dll" />
70+
<file src="..\lib\opencv\x86\vc12\bin\opencv_world310.dll" target="NativeDlls\x86\opencv_world300.dll" />
7171
<file src="tools\init.ps1" target="tools\init.ps1" />
7272
<file src="tools\uninstall.ps1" target="tools\uninstall.ps1" />
7373
</files>

nuget/OpenCvSharp3-WithoutDll.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>OpenCvSharp3-WithoutDll</id>
5-
<version>3.0.0.20151220</version>
5+
<version>3.1.0.20160116</version>
66
<title>OpenCvSharp3 (without DLLs)</title>
77
<authors>shimat</authors>
88
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>OpenCV wrapper for .NET Framework</description>
1313
<summary>OpenCV 3.x wrapper</summary>
14-
<releaseNotes>- fixed many bugs</releaseNotes>
14+
<releaseNotes>- upgrade to OpenCV 3.1</releaseNotes>
1515
<copyright>Copyright 2008-2015</copyright>
1616
<tags>Image Processing OpenCV Wrapper FFI</tags>
1717
<frameworkAssemblies>

0 commit comments

Comments
 (0)