Skip to content

Commit

Permalink
2014/05/10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed May 10, 2014
1 parent c5cb383 commit 834e466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions nuget/OpenCvSharp-x64.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp-x64</id>
<version>2.4.8.20140503</version>
<version>2.4.8.20140510</version>
<title>OpenCvSharp x64</title>
<authors>shimat</authors>
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
Expand All @@ -11,7 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenCV wrapper for .NET Framework</description>
<releaseNotes>- Fixed IplImage memory leak
- Upgraded C++ Compiler (vc100 -&gt; vc110)</releaseNotes>
- Upgraded C++ Compiler (vc100 -&gt; vc110)
- Fixed crash bugs in x64</releaseNotes>
<copyright>Copyright 2008-2014</copyright>
<tags>Image Processing OpenCV Wrapper FFI</tags>
<frameworkAssemblies>
Expand Down
5 changes: 3 additions & 2 deletions nuget/OpenCvSharp-x86.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp-x86</id>
<version>2.4.8.20140503</version>
<version>2.4.8.20140510</version>
<title>OpenCvSharp x86</title>
<authors>shimat</authors>
<licenseUrl>http://www.gnu.org/licenses/lgpl-3.0.en.html</licenseUrl>
Expand All @@ -11,7 +11,8 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenCV wrapper for .NET Framework</description>
<releaseNotes>- Fixed IplImage memory leak
- Upgraded C++ Compiler (vc100 -&gt; vc110)</releaseNotes>
- Upgraded C++ Compiler (vc100 -&gt; vc110)
- Fixed crash bugs in x64</releaseNotes>
<copyright>Copyright 2008-2014</copyright>
<tags>Image Processing OpenCV Wrapper FFI</tags>
<frameworkAssemblies>
Expand Down

0 comments on commit 834e466

Please sign in to comment.