We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97064b4 commit b3a722aCopy full SHA for b3a722a
manifest.json
@@ -13,7 +13,7 @@
13
},
14
"dependencies": [
15
{
16
- "version": "^1.27.0",
+ "version": "^2.0.0",
17
"url": "github.com/Norgate-AV/NAVFoundation.Amx"
18
}
19
]
src/mConfigFromFile.axs
@@ -6,6 +6,8 @@ MODULE_NAME='mConfigFromFile' (
6
#DEFINE USING_NAV_MODULE_BASE_CALLBACKS
7
#DEFINE USING_NAV_MODULE_BASE_PROPERTY_EVENT_CALLBACK
8
#include 'NAVFoundation.ModuleBase.axi'
9
+#include 'NAVFoundation.StringUtils.axi'
10
+#include 'NAVFoundation.ErrorLogUtils.axi'
11
#include 'NAVFoundation.FileUtils.axi'
12
/*
0 commit comments