Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
* bug fix for SM Documents in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
festo-i40 committed Dec 11, 2023
1 parent 677f0c0 commit a246e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AasxPluginDocumentShelf/DocumentShelfOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit a246e02

Please sign in to comment.