Skip to content

Commit 8e019ca

Browse files
committed
Add parser version number
1 parent bfba605 commit 8e019ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/iot-develop/concepts-digital-twin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand IoT Plug and Play digital twins
33
description: Understand how IoT Plug and Play uses digital twins
44
author: dominicbetts
55
ms.author: dobett
6-
ms.date: 11/17/2022
6+
ms.date: 04/25/2023
77
ms.topic: conceptual
88
ms.service: iot-develop
99
services: iot-develop

articles/iot-develop/concepts-model-parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand the Azure Digital Twins model parser | Microsoft Docs
33
description: As a developer, learn how to use the DTDL parser to validate models.
44
author: rido-min
55
ms.author: rmpablos
6-
ms.date: 11/17/2022
6+
ms.date: 04/25/2023
77
ms.topic: conceptual
88
ms.custom: mvc
99
ms.service: iot-develop
@@ -24,7 +24,7 @@ dotnet add package DTDLParser
2424
```
2525

2626
> [!NOTE]
27-
> At the time of writing, the parser version is <!-- TODO -->.
27+
> At the time of writing, the parser version is `1.0.52`.
2828
2929
## Use the parser to validate and inspect a model
3030

0 commit comments

Comments
 (0)