Skip to content

Commit

Permalink
Release 1.0.3 (#35)
Browse files Browse the repository at this point in the history
The `dataSpecification` field in `EmbeddedDataSpecification` is made
optional, according to the book.
  • Loading branch information
mristin authored Apr 16, 2024
1 parent b6c9952 commit b798c90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/source/change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.0.3 (2024-04-16)

The `dataSpecification` field in `EmbeddedDataSpecification` is made
optional, according to the book.

## 1.0.2 (2024-03-23)

In this patch version, we propagate the fix from abnf-to-regex related
Expand Down
2 changes: 1 addition & 1 deletion src/AasCore.Aas3_0/AasCore.Aas3_0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LangVersion>8</LangVersion>

<PackageId>AasCore.Aas3_0</PackageId>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<Authors>Marko Ristin</Authors>
<Description>
An SDK for manipulating, verifying and de/serializing Asset Administration Shells.
Expand Down

0 comments on commit b798c90

Please sign in to comment.