Skip to content

Commit

Permalink
Release 1.0.0-rc5 (#26)
Browse files Browse the repository at this point in the history
* Fix error message in xmlization on XML declaration (#25)

  When we encountered XML declarations, we threw exceptions with
  uninformative messages. Namely, we expect the reader to be moved to the
  content, but most users omitted to read that in the documentation.

  We refine the error message for this particular situation, and hint at
  `MoveToContent` method on the reader.
  • Loading branch information
mristin committed Nov 9, 2023
1 parent 03e74a7 commit d358e80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/source/change_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 1.0.0-rc5

* Fix error message in xmlization on XML declaration (#25)

When we encountered XML declarations, we threw exceptions with
uninformative messages. Namely, we expect the reader to be moved to the
content, but most users omitted to read that in the documentation.

We refine the error message for this particular situation, and hint at
`MoveToContent` method on the reader.

## 1.0.0-rc4

* Update to aas-core-meta, codegen, testgen 4d7e59e, f3d9538,
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.0-rc4</Version>
<Version>1.0.0-rc5</Version>
<Authors>Marko Ristin</Authors>
<Description>
An SDK for manipulating, verifying and de/serializing Asset Administration Shells.
Expand Down

0 comments on commit d358e80

Please sign in to comment.