Skip to content

Commit

Permalink
Bump version number, remove old dependencies and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ravazquez committed Nov 12, 2024
1 parent 283a8fc commit 184a524
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ All notable changes to the VL.OpenCV repository will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

# [3.0.0] - 12/11/2024

## Changed
* Upgraded project to .net 8

## Removed
* All vvvv beta related files and dependencies

# [2.6.4] - 26/10/2024

## Added
Expand Down
7 changes: 1 addition & 6 deletions deployment/main.VL.OpenCV.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/10/nuspec.xsd">
<metadata>
<id>VL.OpenCV</id>
<version>2.6.4</version>
<version>3.0.0</version>
<title>VL.OpenCV</title>
<authors>Randall Vásquez, vvvv</authors>
<owners>vvvv</owners>
Expand All @@ -14,19 +14,14 @@
<icon>icon\nugeticon.png</icon>
<license type="expression">LGPL-3.0-only</license>
<dependencies>
<dependency id="DirectShowLib" version="1.0.0" />
<dependency id="OpenCvSharp4" version="4.9.0.20240103" />
<dependency id="OpenCvSharp4.runtime.win" version="4.9.0.20240103" />
<dependency id="OpenCvSharp4.Extensions" version="4.9.0.20240103" />
<dependency id="SharpDX.MediaFoundation" version="4.2.0" />
</dependencies>
<readme>docs\README.md</readme>
</metadata>
<files>
<file src="..\lib\net472\VL.OpenCV.dll" target="lib\net472\" exclude="" />
<file src="..\lib\dx11\**" target="lib\dx11\" exclude="" />
<file src="..\*.vl" target="" exclude="" />
<file src="..\vvvv\**" target="vvvv\" exclude="" />
<file src="..\help\**" target="help\" exclude="" />
<file src="..\content\haarcascades\*.xml" target="content\haarcascades" />
<file src="..\content\calibrations\*.xml" target="content\calibrations" />
Expand Down

0 comments on commit 184a524

Please sign in to comment.