From e1d807fc15dc67dda5aca3ed22790c6214d32c10 Mon Sep 17 00:00:00 2001 From: Patrick Peters Date: Wed, 13 Sep 2023 14:00:14 +0200 Subject: [PATCH] Version bump 1.2.2 --- Scoring/ScoringEngine.csproj | 2 +- release_notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Scoring/ScoringEngine.csproj b/Scoring/ScoringEngine.csproj index 3e3fec2..f197645 100644 --- a/Scoring/ScoringEngine.csproj +++ b/Scoring/ScoringEngine.csproj @@ -5,7 +5,7 @@ Citolab.QTI.ScoringEngine {2A7091CD-6A49-4B7B-85BB-A140C8B5397C} Citolab.QTI.ScoringEngine - 1.2.1 + 1.2.2 Cito Stichting Cito Instituut voor Toetsontwikkeling, Arnhem (2023) Citolab diff --git a/release_notes.md b/release_notes.md index bd9f236..7cee7f0 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,6 @@ +## 1.2.2 +* fixed empty xmlns in assessmentResult +* ## 1.2.1 * fixed parsing float fails on specific cultures