Skip to content

Commit 6d6d1d6

Browse files
committed
0.4.1
1 parent 0e144d0 commit 6d6d1d6

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Partial COM+ binding to [mediapipe](https://google.github.io/mediapipe/)
4343

4444
- Download and extract [opencv-4.10.0-windows.exe](https://opencv.org/releases/) into a folder
4545
- Download and extract [autoit-opencv-4.10.0-com-v2.6.2.7z](https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.6.2/autoit-opencv-4.10.0-com-v2.6.2.7z) into a folder
46-
- Download and extract [autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z](https://github.com/smbape/node-autoit-mediapipe-com/releases/download/v0.4.0/autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z) into a folder
46+
- Download and extract [autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z](https://github.com/smbape/node-autoit-mediapipe-com/releases/download/v0.4.1/autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z) into a folder
4747

4848
## Usage
4949

@@ -2582,11 +2582,11 @@ Install [7-zip](https://www.7-zip.org/download.html) and add the 7-zip folder to
25822582
Then, in [Git Bash](https://gitforwindows.org/), execute the following commands
25832583

25842584
```sh
2585-
# download autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z
2586-
curl -L 'https://github.com/smbape/node-autoit-mediapipe-com/releases/download/v0.4.0/autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z' -o autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z
2585+
# download autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z
2586+
curl -L 'https://github.com/smbape/node-autoit-mediapipe-com/releases/download/v0.4.1/autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z' -o autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z
25872587

2588-
# extract the content of autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z into a folder named autoit-mediapipe-com
2589-
7z x autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0.7z -aoa -oautoit-mediapipe-com
2588+
# extract the content of autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z into a folder named autoit-mediapipe-com
2589+
7z x autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1.7z -aoa -oautoit-mediapipe-com
25902590

25912591
# download autoit-opencv-4.10.0-com-v2.6.2.7z
25922592
curl -L 'https://github.com/smbape/node-autoit-opencv-com/releases/download/v2.6.2/autoit-opencv-4.10.0-com-v2.6.2.7z' -o autoit-opencv-4.10.0-com-v2.6.2.7z
@@ -2600,13 +2600,13 @@ curl -L 'https://github.com/opencv/opencv/releases/download/4.8.0/opencv-4.10.0-
26002600
# extract the content of opencv-4.10.0-windows.exe into a folder named opencv-4.10.0-windows
26012601
./opencv-4.10.0-windows.exe -oopencv-4.10.0-windows -y
26022602

2603-
# download autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0-src.zip
2604-
curl -L 'https://github.com/smbape/node-autoit-mediapipe-com/archive/refs/tags/v0.4.0.zip' -o autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0-src.zip
2603+
# download autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1-src.zip
2604+
curl -L 'https://github.com/smbape/node-autoit-mediapipe-com/archive/refs/tags/v0.4.1.zip' -o autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1-src.zip
26052605

2606-
# extract the examples folder of autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0-src.zip
2607-
7z x autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.0-src.zip -aoa 'node-autoit-mediapipe-com-0.4.0\examples'
2608-
cp -rf node-autoit-mediapipe-com-0.4.0/* ./
2609-
rm -rf node-autoit-mediapipe-com-0.4.0
2606+
# extract the examples folder of autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1-src.zip
2607+
7z x autoit-mediapipe-0.10.14-opencv-4.10.0-com-v0.4.1-src.zip -aoa 'node-autoit-mediapipe-com-0.4.1\examples'
2608+
cp -rf node-autoit-mediapipe-com-0.4.1/* ./
2609+
rm -rf node-autoit-mediapipe-com-0.4.1
26102610

26112611
# download mediapipe-0.10.14-src.tar.gz
26122612
curl -L 'https://github.com/google-ai-edge/mediapipe/archive/refs/tags/v0.10.14.tar.gz' -o mediapipe-0.10.14-src.tar.gz

autoit-mediapipe-com/dotnet/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
// You can specify all the values or you can default the Build and Revision Numbers
4141
// by using the '*' as shown below:
4242
// [assembly: AssemblyVersion("1.0.*")]
43-
[assembly: AssemblyVersion("0.4.0.0")]
44-
[assembly: AssemblyFileVersion("0.4.0.0")]
43+
[assembly: AssemblyVersion("0.4.1.0")]
44+
[assembly: AssemblyFileVersion("0.4.1.0")]

autoit-mediapipe-com/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@TITLE AutoIt Mediapipe COM
5656
@ECHO. AutoIt Mediapipe COM
5757
@ECHO.
58-
@ECHO. VERSION: 0.4.0
58+
@ECHO. VERSION: 0.4.1
5959
@ECHO. DLLNAME: %DLLNAME%
6060
@ECHO.
6161
@ECHO.

autoit-mediapipe-com/src/mediapipeCOM.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ END
6060
//
6161

6262
VS_VERSION_INFO VERSIONINFO
63-
FILEVERSION 0,4,0
64-
PRODUCTVERSION 0,4,0
63+
FILEVERSION 0,4,1
64+
PRODUCTVERSION 0,4,1
6565
FILEFLAGSMASK 0x3fL
6666
#ifdef _DEBUG
6767
FILEFLAGS 0x1L
@@ -78,7 +78,7 @@ BEGIN
7878
BEGIN
7979
// VALUE "CompanyName", "TODO: <Nom de la société>"
8080
VALUE "FileDescription", "COM+ for Mediapipe"
81-
VALUE "FileVersion", "0.4.0"
81+
VALUE "FileVersion", "0.4.1"
8282
// VALUE "LegalCopyright", "TODO: (c) <Nom de la société>. Tous droits réservés."
8383
#ifdef _DEBUG
8484
VALUE "InternalName", "autoit_mediapipe_com-0.10.14-4100d.dll"
@@ -88,7 +88,7 @@ BEGIN
8888
VALUE "OriginalFilename", "autoit_mediapipe_com-0.10.14-4100.dll"
8989
#endif
9090
VALUE "ProductName", "AutoIt Mediapipe COM"
91-
VALUE "ProductVersion", "0.4.0"
91+
VALUE "ProductVersion", "0.4.1"
9292
END
9393
END
9494
BLOCK "VarFileInfo"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="mediapipe.sxs" version="0.4.0.0" />
3+
<assemblyIdentity type="win32" name="mediapipe.sxs" version="0.4.1.0" />
44

55
<dependency>
66
<dependentAssembly>
@@ -10,7 +10,7 @@
1010

1111
<dependency>
1212
<dependentAssembly>
13-
<assemblyIdentity type="win32" name="autoit_mediapipe_com-0.10.14-4100.sxs" version="0.4.0.0" />
13+
<assemblyIdentity type="win32" name="autoit_mediapipe_com-0.10.14-4100.sxs" version="0.4.1.0" />
1414
</dependentAssembly>
1515
</dependency>
1616
</assembly>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="mediapiped.sxs" version="0.4.0.0" />
3+
<assemblyIdentity type="win32" name="mediapiped.sxs" version="0.4.1.0" />
44

55
<dependency>
66
<dependentAssembly>
@@ -10,7 +10,7 @@
1010

1111
<dependency>
1212
<dependentAssembly>
13-
<assemblyIdentity type="win32" name="autoit_mediapipe_com-0.10.14-4100d.sxs" version="0.4.0.0" />
13+
<assemblyIdentity type="win32" name="autoit_mediapipe_com-0.10.14-4100d.sxs" version="0.4.1.0" />
1414
</dependentAssembly>
1515
</dependency>
1616
</assembly>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-autoit-mediapipe-com",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"scripts": {
66
"build": "node scripts/build.js",

0 commit comments

Comments
 (0)