You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The package is available via the [Python Package Index (PyPI)](https://pypi.org/
43
43
pip install videoipath-automation-tool
44
44
```
45
45
46
-
**Note:** By default, the latest Long-Term Support (LTS) version (currently **2024.1.4**) is used for schema validation and IntelliSense.
46
+
**Note:** By default, the latest Long-Term Support (LTS) version (currently **2024.4.12**) is used for schema validation and IntelliSense.
47
47
48
48
To switch to a specific version, see the [Driver Versioning Guide](https://github.com/SWR-MoIP/VideoIPath-Automation-Tool/blob/main/docs/driver-versioning.md)
Copy file name to clipboardExpand all lines: docs/driver-versioning.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
Driver schemas are auto-generated from the VideoIPath API's JSON schema, enabling IntelliSense support during development and runtime validation of custom settings.
5
5
6
-
By default, the system uses the latest Long-Term Support (LTS) version, currently **2024.1.4**.
6
+
By default, the system uses the latest Long-Term Support (LTS) version, currently **2024.4.12**.
7
7
8
8
To switch to a different version after installation, run:
Copy file name to clipboardExpand all lines: docs/getting-started-guide/01_Setup_and_connect_to_Server.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Before establishing a connection to the VideoIPath Server, ensure that the follo
17
17
18
18
### Driver Versioning
19
19
20
-
To ensure IntelliSense support and runtime validation of custom settings, the VideoIPath Server should be running a compatible version of the driver schema. By default, the package uses the latest Long-Term Support (LTS) version, which is currently **2024.1.4**. If you need to use a different version, refer to the [Driver Versioning Guide](../driver-versioning.md).
20
+
To ensure IntelliSense support and runtime validation of custom settings, the VideoIPath Server should be running a compatible version of the driver schema. By default, the package uses the latest Long-Term Support (LTS) version, which is currently **2024.4.12**. If you need to use a different version, refer to the [Driver Versioning Guide](../driver-versioning.md).
21
21
22
22
## Example 1: Establishing a Connection to the VideoIPath Server via Environment Variables
0 commit comments