Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smbape committed Dec 30, 2023
1 parent 2eb6dda commit 5b847dd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In fact, the dll being a [Component Object Model (COM)](https://docs.microsoft.c
## Prerequisites

- Download and extract [opencv-4.9.0-windows.exe](https://opencv.org/releases/) into a folder
- Download and extract [autoit-opencv-4.9.0-com-v2.5.0.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.5.0/autoit-opencv-4.9.0-com-v2.5.0.7z) into a folder
- Download and extract [autoit-opencv-4.9.0-com-v2.6.0.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.6.0/autoit-opencv-4.9.0-com-v2.6.0.7z) into a folder

## Usage

Expand Down Expand Up @@ -248,25 +248,25 @@ Then, in [Git Bash](https://gitforwindows.org/), execute the following commands
# go to the folder of your choice
# cd ...

# download autoit-opencv-4.9.0-com-v2.5.0.7z
curl -L 'https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.5.0/autoit-opencv-4.9.0-com-v2.5.0.7z' -o autoit-opencv-4.9.0-com-v2.5.0.7z
# download autoit-opencv-4.9.0-com-v2.6.0.7z
curl -L 'https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.6.0/autoit-opencv-4.9.0-com-v2.6.0.7z' -o autoit-opencv-4.9.0-com-v2.6.0.7z

# extract the content of autoit-opencv-4.9.0-com-v2.5.0.7z into a folder named autoit-opencv-com
7z x autoit-opencv-4.9.0-com-v2.5.0.7z -aoa -oautoit-opencv-com
# extract the content of autoit-opencv-4.9.0-com-v2.6.0.7z into a folder named autoit-opencv-com
7z x autoit-opencv-4.9.0-com-v2.6.0.7z -aoa -oautoit-opencv-com

# download opencv-4.9.0-windows.exe
curl -L 'https://github.com/opencv/opencv/releases/download/4.9.0/opencv-4.9.0-windows.exe' -o opencv-4.9.0-windows.exe

# extract the content of opencv-4.9.0-windows.exe into a folder named opencv-4.9.0-windows
./opencv-4.9.0-windows.exe -oopencv-4.9.0-windows -y

# download autoit-opencv-4.9.0-com-v2.5.0-src.zip
curl -L 'https://github.com/smbape/node-autoit-opencv-com/archive/refs/tags/v2.5.0.zip' -o autoit-opencv-4.9.0-com-v2.5.0-src.zip
# download autoit-opencv-4.9.0-com-v2.6.0-src.zip
curl -L 'https://github.com/smbape/node-autoit-opencv-com/archive/refs/tags/v2.6.0.zip' -o autoit-opencv-4.9.0-com-v2.6.0-src.zip

# extract the autoit-addon and samples folders of autoit-opencv-4.9.0-com-v2.5.0-src.zip
7z x autoit-opencv-4.9.0-com-v2.5.0-src.zip -aoa 'node-autoit-opencv-com-2.5.0\autoit-addon\*' 'node-autoit-opencv-com-2.5.0\samples\*'
cp -rf node-autoit-opencv-com-2.5.0/* ./
rm -rf node-autoit-opencv-com-2.5.0
# extract the autoit-addon and samples folders of autoit-opencv-4.9.0-com-v2.6.0-src.zip
7z x autoit-opencv-4.9.0-com-v2.6.0-src.zip -aoa 'node-autoit-opencv-com-2.6.0\autoit-addon\*' 'node-autoit-opencv-com-2.6.0\samples\*'
cp -rf node-autoit-opencv-com-2.6.0/* ./
rm -rf node-autoit-opencv-com-2.6.0
```

### autoit
Expand Down
4 changes: 2 additions & 2 deletions autoit-opencv-com/dotnet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.5.0.0")]
[assembly: AssemblyFileVersion("2.5.0.0")]
[assembly: AssemblyVersion("2.6.0.0")]
[assembly: AssemblyFileVersion("2.6.0.0")]
2 changes: 1 addition & 1 deletion autoit-opencv-com/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@TITLE AutoIt OpenCV COM
@ECHO. AutoIt OpenCV COM
@ECHO.
@ECHO. VERSION: 2.5.0
@ECHO. VERSION: 2.6.0
@ECHO. DLLNAME: %DLLNAME%
@ECHO.
@ECHO.
Expand Down
8 changes: 4 additions & 4 deletions autoit-opencv-com/src/cvLib.rc
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,0
PRODUCTVERSION 2,5,0
FILEVERSION 2,6,0
PRODUCTVERSION 2,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,7 +78,7 @@ BEGIN
BEGIN
// VALUE "CompanyName", "TODO: <Nom de la société>"
VALUE "FileDescription", "COM+ for OpenCV"
VALUE "FileVersion", "2.5.0"
VALUE "FileVersion", "2.6.0"
// VALUE "LegalCopyright", "TODO: (c) <Nom de la société>. Tous droits réservés."
#ifdef _DEBUG
VALUE "InternalName", "autoit_opencv_com490d.dll"
Expand All @@ -88,7 +88,7 @@ BEGIN
VALUE "OriginalFilename", "autoit_opencv_com490.dll"
#endif
VALUE "ProductName", "AutoIt OpenCV COM"
VALUE "ProductVersion", "2.5.0"
VALUE "ProductVersion", "2.6.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-autoit-opencv-com",
"version": "2.5.0",
"version": "2.6.0",
"private": true,
"scripts": {
"build": "node scripts/build.js",
Expand Down

0 comments on commit 5b847dd

Please sign in to comment.