From 17e249e96ff43e42595a9e8c2317293f9bcc7548 Mon Sep 17 00:00:00 2001 From: samatrhea Date: Sun, 16 Sep 2018 15:31:55 +0200 Subject: [PATCH] [Bump] version to 1.6.0 --- .../CDP4Common.NetCore.Tests.csproj | 2 +- CDP4Common.Tests/CDP4Common.Tests.csproj | 2 +- CDP4Common/CDP4Common.csproj | 5 +++-- CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj | 2 +- CDP4Dal.Tests/CDP4Dal.Tests.csproj | 2 +- CDP4Dal/CDP4Dal.csproj | 8 ++++---- CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj | 2 +- CDP4JsonFileDal/CDP4JsonFileDal.csproj | 12 ++++++------ .../CDP4JsonSerializer.NetCore.Tests.csproj | 2 +- .../CDP4JsonSerializer.Tests.csproj | 2 +- CDP4JsonSerializer/CDP4JsonSerializer.csproj | 6 +++--- .../CDP4ServicesDal.NetCore.Tests.csproj | 2 +- CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj | 2 +- CDP4ServicesDal/CDP4ServicesDal.csproj | 11 ++++++----- .../CDP4WspDal.NetCore.Tests.csproj | 2 +- CDP4WspDal.Tests/CDP4WspDal.Tests.csproj | 2 +- CDP4WspDal/CDP4WspDal.csproj | 10 +++++----- 17 files changed, 38 insertions(+), 36 deletions(-) diff --git a/CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj b/CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj index aae40c547..3a42ac484 100644 --- a/CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj +++ b/CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4Common.Tests/CDP4Common.Tests.csproj b/CDP4Common.Tests/CDP4Common.Tests.csproj index daead74fc..543326f21 100644 --- a/CDP4Common.Tests/CDP4Common.Tests.csproj +++ b/CDP4Common.Tests/CDP4Common.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4Common/CDP4Common.csproj b/CDP4Common/CDP4Common.csproj index f06ee27b5..f983b8900 100644 --- a/CDP4Common/CDP4Common.csproj +++ b/CDP4Common/CDP4Common.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard1.6;netstandard2.0 RHEA System S.A. CDP4Common Community Edition - 1.5.1 + 1.6.0 CDP4 Common Class Library that contains DTOs, POCOs Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,7 +16,8 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Add] add ArrayParameterType to collection of PossibleContainers of ParameterTypeComponentMetaInfo; fixes #29 + [Add] TokenGenerator + [Update] NLog to version 4.5.9 Debug;Release;Dev diff --git a/CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj b/CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj index 4a70b33a1..7fb084977 100644 --- a/CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj +++ b/CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj @@ -11,7 +11,7 @@ - + diff --git a/CDP4Dal.Tests/CDP4Dal.Tests.csproj b/CDP4Dal.Tests/CDP4Dal.Tests.csproj index 96ce052cc..3026c5751 100644 --- a/CDP4Dal.Tests/CDP4Dal.Tests.csproj +++ b/CDP4Dal.Tests/CDP4Dal.Tests.csproj @@ -12,7 +12,7 @@ - + diff --git a/CDP4Dal/CDP4Dal.csproj b/CDP4Dal/CDP4Dal.csproj index c0e988a0d..b1c81a4b8 100644 --- a/CDP4Dal/CDP4Dal.csproj +++ b/CDP4Dal/CDP4Dal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0 RHEA System S.A. CDP4Dal Community Edition - 1.5.2 + 1.6.0 CDP4 Data Access Layer library, a consumer of an ECSS-E-TM-10-25 Annex C API Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,8 +16,8 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4Common-CE version 1.5.1 - [Add] refactor Assembler.UpdateThingRevisions + [Update] to CDP4Common-CE version 1.6.0 + [Refactor] ISession interface; Close() method is now async Debug;Release;Dev @@ -25,7 +25,7 @@ - + diff --git a/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj b/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj index c968fa1c5..1604ceff4 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 ed21eb1fd..4af9c3e8f 100644 --- a/CDP4JsonFileDal/CDP4JsonFileDal.csproj +++ b/CDP4JsonFileDal/CDP4JsonFileDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472 RHEA System S.A. CDP4JsonFileDal Community Edition - 1.5.2 + 1.6.0 CDP4 Json File Dal Plugin Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,8 +16,8 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4JsonSerializer-CE version 1.5.1 - [Update] to CDP4Dal-CE version 1.5.2 + [Update] to CDP4JsonSerializer-CE version 1.6.0 + [Update] to CDP4Dal-CE version 1.6.0 Debug;Release;Dev @@ -25,8 +25,8 @@ - - + + @@ -44,4 +44,4 @@ - + \ No newline at end of file diff --git a/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj b/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj index 6195a0cc2..635481cc8 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 99bc3e2b1..169bdbb11 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 96fc35cb0..3df778dab 100644 --- a/CDP4JsonSerializer/CDP4JsonSerializer.csproj +++ b/CDP4JsonSerializer/CDP4JsonSerializer.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard1.6;netstandard2.0 RHEA System S.A. CDP4JsonSerializer Community Edition - 1.5.1 + 1.6.0 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.5.1 + [Update] to CDP4Common-CE version 1.6.0 Debug;Release;Dev @@ -24,7 +24,7 @@ - + diff --git a/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj b/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj index eb5a93e1d..529fd0920 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 cce20e31a..a89d391b3 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 d556a9072..db1dff4e9 100644 --- a/CDP4ServicesDal/CDP4ServicesDal.csproj +++ b/CDP4ServicesDal/CDP4ServicesDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0 RHEA System S.A. CDP4ServicesDal Community Edition - 1.5.2 + 1.6.0 CDP4ServicesDal Dal Plugin Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,8 +16,9 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4JsonSerializer-CE version 1.5.1 - [Update] to CDP4Dal-CE version 1.5.2 + [Update] to CDP4JsonSerializer-CE version 1.6.0 + [Update] to CDP4Dal-CE version 1.6.0 + [Add] correlation token to GET and POST requests Debug;Release;Dev @@ -25,8 +26,8 @@ - - + + diff --git a/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj b/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj index 90d045980..935ba0f0d 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 9e5230912..81129abdf 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 d9ccc44c7..0d018e43b 100644 --- a/CDP4WspDal/CDP4WspDal.csproj +++ b/CDP4WspDal/CDP4WspDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0 RHEA System S.A. CDP4WspDal Community Edition - 1.5.2 + 1.6.0 CDP4 WSP Dal Plugin Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,8 +16,8 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Update] to CDP4JsonSerializer-CE version 1.5.1 - [Update] to CDP4Dal-CE version 1.5.2 + [Update] to CDP4JsonSerializer-CE version 1.6.0 + [Update] to CDP4Dal-CE version 1.6.0 Debug;Release;Dev @@ -25,8 +25,8 @@ - - + +