Skip to content

Commit

Permalink
updated samples and nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
shimat committed Aug 19, 2015
1 parent e5e28a0 commit b791290
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions nuget/OpenCvSharp3-AnyCPU.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp3-AnyCPU</id>
<version>3.0.0.20150816</version>
<version>3.0.0.20150819</version>
<title>OpenCvSharp3</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/mandrill-ico.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenCV wrapper for .NET Framework</description>
<releaseNotes>- support OpenCV 3.0</releaseNotes>
<releaseNotes>- support OpenCV 3.0
- Added KAZE, AKAZE, AGAST and connectedComponent</releaseNotes>
<copyright>Copyright 2008-2015</copyright>
<tags>Image Processing OpenCV Wrapper FFI</tags>
<frameworkAssemblies>
Expand Down
5 changes: 3 additions & 2 deletions nuget/OpenCvSharp3-WithoutDll.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>OpenCvSharp3-WithoutDll</id>
<version>3.0.0.20150816</version>
<version>3.0.0.20150819</version>
<title>OpenCvSharp3 (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/mandrill-ico.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>OpenCV wrapper for .NET Framework</description>
<releaseNotes>- support OpenCV 3.0</releaseNotes>
<releaseNotes>- support OpenCV 3.0
- Added KAZE, AKAZE, AGAST and connectedComponent</releaseNotes>
<copyright>Copyright 2008-2015</copyright>
<tags>Image Processing OpenCV Wrapper FFI</tags>
<frameworkAssemblies>
Expand Down

0 comments on commit b791290

Please sign in to comment.