From 572adae59f63cf3881931c3ea52af0b6679494d1 Mon Sep 17 00:00:00 2001 From: "maofeng.huang" Date: Mon, 17 Mar 2025 13:59:35 +0800 Subject: [PATCH] Add version notes for ix driver 4.2.0 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d61d6a..312a25b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # GO-IXML -GO-IXML is Go bindings for the **IluvatarCorex Management Library API(ixml)**. +GO-IXML is Go bindings for the **IluvatarCorex Management Library API(IXML)**. -**Note:** The runtime environment requires the library of **libixml.so**, please install **IluvatarCorex** SDK firstly. +**Note:** +- The runtime environment requires the library of **libixml.so**, please install IX SDK firstly. +- The current version of GO-IXML is compatible with IX driver version **4.2.0**. ## Build -- Gitee