From 0667ff8fc89abd30d4cacd50c6865fac0b69c63d Mon Sep 17 00:00:00 2001 From: Randy Armstrong Date: Fri, 1 Dec 2023 23:08:49 -0800 Subject: [PATCH] Force update. --- Opc.Ua.CloudLib.Client/RestClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Opc.Ua.CloudLib.Client/RestClient.cs b/Opc.Ua.CloudLib.Client/RestClient.cs index c6ed100d..a3bd9b29 100644 --- a/Opc.Ua.CloudLib.Client/RestClient.cs +++ b/Opc.Ua.CloudLib.Client/RestClient.cs @@ -76,7 +76,7 @@ public void Dispose() client.Dispose(); } - [Obsolete("Use GetBasicNodesetInformationAsync with offset and limit")] + [Obsolete("Use GetBasicNodesetInformationAsync with offset and limit.")] public async Task> GetBasicNodesetInformationAsync(List keywords = null) { var nodeSetResults = new List();