Releases: aas-core-works/aas-core3.0-csharp
aas-core3.0-csharp 1.0.3
aas-core3.0-csharp 1.0.2
In this patch version, we propagate the fix from abnf-to-regex related to maximum qualifiers which had been mistakenly represented as exact repetition before.
aas-core3.0-csharp 1.0.1
This patch release brings about the fix for patterns concerning dates and date-times with zone offset 14:00
which previously allowed for a concatenation without a plus sign.
aas-core3.0-csharp 1.0.0
This is the first stable release. The release candidates stood the test of time, so we are now confident to publish a stable version.
aas-core3.0-csharp 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.
aas-core3.0-csharp 1.0.0-rc4
-
Update to aas-core-meta, codegen, testgen 4d7e59e, f3d9538,
9b43de2e (#22)This propagates the following fixes from aas-core-meta and
aas-core-codegen:- 281 and 280 in aas-core-meta which fix invariants AASc-3a-010 and AASd-131, respectively.
- 399 in aas-core-codegen which makes the visitation methods
Visit
andTransform
in the abstract visitors and transformers virtual. This is necessary so that the implementors can override them, e.g., for updating the current path to the visited object.
aas-core3.0-csharp 1.0.0-rc3
- Report unexpected test in XML sequences (#19)
- Update to aas-core-meta, codegen, testgen 44756fb, e2b793f, bf3720d7 (#18)
- This is an important patch propagating in particular the following fixes which affected the constraints and their documentation:
- Pull requests in aas-core-meta 271, 272 and 273 which affect the nullability checks in constraints,
- Pull request in aas-core-meta 275 which affects the documentation of many constraints.
aas-core3.0 1.0.0-rc2
- Refactor unwrapper from enhancer (#12)
- Updates to latest aas-core-meta, codegen and testgen
aas-core3.0 1.0.0-rc1
This is the first public version.