Skip to content

Commit 834e466

Browse files
committed
2014/05/10 Release
1 parent c5cb383 commit 834e466

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

nuget/OpenCvSharp-x64.nuspec

Lines changed: 3 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>OpenCvSharp-x64</id>
5-
<version>2.4.8.20140503</version>
5+
<version>2.4.8.20140510</version>
66
<title>OpenCvSharp x64</title>
77
<authors>shimat</authors>
88
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
@@ -11,7 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>OpenCV wrapper for .NET Framework</description>
1313
<releaseNotes>- Fixed IplImage memory leak
14-
- Upgraded C++ Compiler (vc100 -&gt; vc110)</releaseNotes>
14+
- Upgraded C++ Compiler (vc100 -&gt; vc110)
15+
- Fixed crash bugs in x64</releaseNotes>
1516
<copyright>Copyright 2008-2014</copyright>
1617
<tags>Image Processing OpenCV Wrapper FFI</tags>
1718
<frameworkAssemblies>

nuget/OpenCvSharp-x86.nuspec

Lines changed: 3 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>OpenCvSharp-x86</id>
5-
<version>2.4.8.20140503</version>
5+
<version>2.4.8.20140510</version>
66
<title>OpenCvSharp x86</title>
77
<authors>shimat</authors>
88
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
@@ -11,7 +11,8 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>OpenCV wrapper for .NET Framework</description>
1313
<releaseNotes>- Fixed IplImage memory leak
14-
- Upgraded C++ Compiler (vc100 -&gt; vc110)</releaseNotes>
14+
- Upgraded C++ Compiler (vc100 -&gt; vc110)
15+
- Fixed crash bugs in x64</releaseNotes>
1516
<copyright>Copyright 2008-2014</copyright>
1617
<tags>Image Processing OpenCV Wrapper FFI</tags>
1718
<frameworkAssemblies>

0 commit comments

Comments
 (0)