Skip to content

Commit c690f6e

Browse files
committed
Update parser version
1 parent 98f9d5d commit c690f6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

includes/digital-twins-validate.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.author: baanders
1212
1313
There is a language-agnostic [DTDL Validator sample](/samples/azure-samples/dtdl-validator/dtdl-validator) for validating model documents to make sure the DTDL is correct before uploading it to your instance.
1414

15-
The DTDL validator sample is built on a .NET DTDL parser library, which is available on NuGet as a client-side library: [Microsoft.Azure.DigitalTwins.Parser](https://nuget.org/packages/Microsoft.Azure.DigitalTwins.Parser/). You can also use the library directly to design your own validation solution. When using the parser library, make sure to use a version that is compatible with the version that Azure Digital Twins is running. Currently, this is version 3.12.4.
15+
The DTDL validator sample is built on a .NET DTDL parser library, which is available on NuGet as a client-side library: [Microsoft.Azure.DigitalTwins.Parser](https://nuget.org/packages/Microsoft.Azure.DigitalTwins.Parser/). You can also use the library directly to design your own validation solution.
16+
17+
Version 4.0.8 of the parser library is the version that's currently recommended for compatibility with Azure Digital Twins.
1618

1719
You can learn more about the validator sample and parser library, including usage examples, in [Parse and validate models](../articles/digital-twins/how-to-parse-models.md).

0 commit comments

Comments
 (0)