Skip to content

Releases: aas-core-works/aas-core3.0-csharp

aas-core3.0-csharp 1.0.3

16 Apr 17:10
b798c90
Compare
Choose a tag to compare

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

aas-core3.0-csharp 1.0.2

23 Mar 10:54
a024d3b
Compare
Choose a tag to compare

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

13 Mar 16:32
cbda555
Compare
Choose a tag to compare

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

02 Feb 16:10
0cb7de7
Compare
Choose a tag to compare

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

09 Nov 11:52
d358e80
Compare
Choose a tag to compare
Pre-release
  • 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

08 Sep 10:16
Compare
Choose a tag to compare
Pre-release
  • 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 and Transform 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

28 Jun 08:18
e0ebc9f
Compare
Choose a tag to compare
Pre-release
  • 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

24 Mar 20:31
99870fd
Compare
Choose a tag to compare
aas-core3.0 1.0.0-rc2 Pre-release
Pre-release
  • Refactor unwrapper from enhancer (#12)
  • Updates to latest aas-core-meta, codegen and testgen

aas-core3.0 1.0.0-rc1

16 Mar 17:24
27566ed
Compare
Choose a tag to compare
aas-core3.0 1.0.0-rc1 Pre-release
Pre-release

This is the first public version.