From 428c4326689bc3c07fd9afd345788e75c6b39118 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Fri, 11 May 2018 18:15:40 +0200 Subject: [PATCH] [Bump] version of CDP4JsonSerializer-CE to 1.2.1, bump XXDal to 1.2.1, this fixes #19 --- CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj | 2 +- CDP4JsonFileDal/CDP4JsonFileDal.csproj | 8 +++++--- .../CDP4JsonSerializer.NetCore.Tests.csproj | 2 +- CDP4JsonSerializer.Tests/CDP4JsonSerializer.Tests.csproj | 2 +- CDP4JsonSerializer/CDP4JsonSerializer.csproj | 4 ++-- .../CDP4ServicesDal.NetCore.Tests.csproj | 2 +- CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj | 2 +- CDP4ServicesDal/CDP4ServicesDal.csproj | 6 +++--- CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj | 2 +- CDP4WspDal.Tests/CDP4WspDal.Tests.csproj | 2 +- CDP4WspDal/CDP4WspDal.csproj | 6 +++--- 11 files changed, 20 insertions(+), 18 deletions(-) diff --git a/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj b/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj index cc3130294..8774a9149 100644 --- a/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj +++ b/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4JsonFileDal/CDP4JsonFileDal.csproj b/CDP4JsonFileDal/CDP4JsonFileDal.csproj index 015d39a11..daeba7900 100644 --- a/CDP4JsonFileDal/CDP4JsonFileDal.csproj +++ b/CDP4JsonFileDal/CDP4JsonFileDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47 RHEA System S.A. CDP4JsonFileDal Community Edition - 1.2.0 + 1.2.1 CDP4 Json File Dal Plugin Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -15,14 +15,16 @@ https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition.git CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.2.0 + + [Update] to CDP4JsonSerializer-CE version 1.2.1 + Debug;Release;Dev - + diff --git a/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj b/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj index 19f1ccae0..3ab9bf4e7 100644 --- a/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj +++ b/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4JsonSerializer.Tests/CDP4JsonSerializer.Tests.csproj b/CDP4JsonSerializer.Tests/CDP4JsonSerializer.Tests.csproj index 96fa93ab9..e0221851b 100644 --- a/CDP4JsonSerializer.Tests/CDP4JsonSerializer.Tests.csproj +++ b/CDP4JsonSerializer.Tests/CDP4JsonSerializer.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4JsonSerializer/CDP4JsonSerializer.csproj b/CDP4JsonSerializer/CDP4JsonSerializer.csproj index cbb07a1e5..b66eabe08 100644 --- a/CDP4JsonSerializer/CDP4JsonSerializer.csproj +++ b/CDP4JsonSerializer/CDP4JsonSerializer.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;netstandard1.6;netstandard2.0 RHEA System S.A. CDP4JsonSerializer Community Edition - 1.2.0 + 1.2.1 CDP4 JSON Serialization Library Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,7 +16,7 @@ CDP CDP4 ECSS-E-TM-10-25 JSON https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4Common-CE version 1.2.0 + [Refactor] serialization and deserialization of ValueArray to handle special characters suchs as double-quotes Debug;Release;Dev diff --git a/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj b/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj index 7626ddeee..5b28ba618 100644 --- a/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj +++ b/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj b/CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj index 55f6a24ef..f5ba27423 100644 --- a/CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj +++ b/CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4ServicesDal/CDP4ServicesDal.csproj b/CDP4ServicesDal/CDP4ServicesDal.csproj index 9ec73c040..1e5c19800 100644 --- a/CDP4ServicesDal/CDP4ServicesDal.csproj +++ b/CDP4ServicesDal/CDP4ServicesDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;netstandard2.0 RHEA System S.A. CDP4ServicesDal Community Edition - 1.2.0 + 1.2.1 CDP4ServicesDal Dal Plugin Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,7 +16,7 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.2.0 + [Update] to CDP4JsonSerializer-CE version 1.2.1 Debug;Release;Dev @@ -24,7 +24,7 @@ - + diff --git a/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj b/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj index 614b5d598..f9ed14932 100644 --- a/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj +++ b/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4WspDal.Tests/CDP4WspDal.Tests.csproj b/CDP4WspDal.Tests/CDP4WspDal.Tests.csproj index 54675860b..a6c9846da 100644 --- a/CDP4WspDal.Tests/CDP4WspDal.Tests.csproj +++ b/CDP4WspDal.Tests/CDP4WspDal.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4WspDal/CDP4WspDal.csproj b/CDP4WspDal/CDP4WspDal.csproj index 958649186..290164e69 100644 --- a/CDP4WspDal/CDP4WspDal.csproj +++ b/CDP4WspDal/CDP4WspDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;netstandard2.0 RHEA System S.A. CDP4WspDal Community Edition - 1.2.0 + 1.2.1 CDP4 WSP Dal Plugin Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,7 +16,7 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.2.0 + [Update] to CDP4JsonSerializer-CE version 1.2.1 Debug;Release;Dev @@ -24,7 +24,7 @@ - +