From a246e0294aac4927ac122b23d891c03b95fcc275 Mon Sep 17 00:00:00 2001 From: Michael Hoffmeister Date: Mon, 11 Dec 2023 16:19:57 +0100 Subject: [PATCH] * bug fix for SM Documents in some cases --- src/AasxPluginDocumentShelf/DocumentShelfOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AasxPluginDocumentShelf/DocumentShelfOptions.cs b/src/AasxPluginDocumentShelf/DocumentShelfOptions.cs index 4dc7e0776..462ddc987 100644 --- a/src/AasxPluginDocumentShelf/DocumentShelfOptions.cs +++ b/src/AasxPluginDocumentShelf/DocumentShelfOptions.cs @@ -90,7 +90,7 @@ public static DocumentShelfOptions CreateDefault() { UsageInfo = "Some manufacturers use manufacturer documentation to provide models for " + "Computer Aided Design (CAD) and further engineering tools.", - ForceVersion = DocumentEntity.SubmodelVersion.V11 + ForceVersion = DocumentEntity.SubmodelVersion.V12 }; opt.Records.Add(rec);