From a024d3b3c05e9698c3e73f00808dd5e92a7e06ef Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 23 Mar 2024 11:54:14 +0100 Subject: [PATCH] Release 1.0.2 (#32) 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. --- doc/source/change_log.md | 6 ++++++ src/AasCore.Aas3_0/AasCore.Aas3_0.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/change_log.md b/doc/source/change_log.md index 4a4c156c..fa112f80 100644 --- a/doc/source/change_log.md +++ b/doc/source/change_log.md @@ -1,5 +1,11 @@ # Change Log +## 1.0.2 (2024-03-23) + +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. + ## 1.0.1 (2024-03-13) This patch release brings about the fix for patterns concerning dates and diff --git a/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj b/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj index 69a38068..cd02e17d 100644 --- a/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj +++ b/src/AasCore.Aas3_0/AasCore.Aas3_0.csproj @@ -7,7 +7,7 @@ 8 AasCore.Aas3_0 - 1.0.1 + 1.0.2 Marko Ristin An SDK for manipulating, verifying and de/serializing Asset Administration Shells.