diff --git a/CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj b/CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj index 2049fa6f5..6857861fc 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 9694a5490..cfbb0e711 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 237eec0ca..ace13d7bf 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 - 3.2.0 + 3.3.0 CDP4 Common Class Library that contains DTOs, POCOs Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,7 +16,9 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Add] IsCategoryInChainOfRdls convience method to CategorizableThingExtensions; fixes #52 + [Update] TypeResolver with QueryBaseClassesAndInterfaces method + [Refactor] CategorizableThingExtensions.GetAllCategories method + [Update] ReferenceDataLibrary with Is-XXX-InChainOfRdls methods Debug;Release diff --git a/CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj b/CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj index 6d08ea456..572293701 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 e36b5495d..c9f43ea8c 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 52f9c8a0d..f23a922f2 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 - 5.0.2 + 5.0.3 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,7 +16,7 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER - [Improve] error logging in Assembler.Synchronize() method + [Update] to CDP4Common 3.3.0 Debug;Release @@ -29,7 +29,7 @@ - + diff --git a/CDP4JsonFileDal.NetCore.Tests/CDP4JsonFileDal.NetCore.Tests.csproj b/CDP4JsonFileDal.NetCore.Tests/CDP4JsonFileDal.NetCore.Tests.csproj index bd0d8ec76..f73d74618 100644 --- a/CDP4JsonFileDal.NetCore.Tests/CDP4JsonFileDal.NetCore.Tests.csproj +++ b/CDP4JsonFileDal.NetCore.Tests/CDP4JsonFileDal.NetCore.Tests.csproj @@ -12,7 +12,7 @@ - + @@ -51,4 +51,4 @@ - + \ No newline at end of file diff --git a/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj b/CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj index aaf88458b..671ed3ba6 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 a1e77bc63..4c0e5f351 100644 --- a/CDP4JsonFileDal/CDP4JsonFileDal.csproj +++ b/CDP4JsonFileDal/CDP4JsonFileDal.csproj @@ -4,7 +4,7 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0 RHEA System S.A. CDP4JsonFileDal Community Edition - 5.0.2 + 5.0.3 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 3.0.1 - [Update] to DotNetZip version 1.13.3 + [Update] to CDP4JsonSerializer-CE version 3.0.2 + [Update] to CDP4Dal-CE version 5.0.3 Debug;Release @@ -30,8 +30,8 @@ - - + + diff --git a/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj b/CDP4JsonSerializer.NetCore.Tests/CDP4JsonSerializer.NetCore.Tests.csproj index d236ca937..68797e4e7 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 a9b8bae1d..f2cf2f779 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 24aba3f32..ec4636f58 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 - 3.0.1 + 3.0.2 CDP4 JSON Serialization Library Copyright © RHEA System S.A. Sam, Merlin, Alex, Naron @@ -16,8 +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 3.1.0 - [Update] to Newtonsoft.Json version 12.0.2 + [Update] to CDP4Common-CE version 3.3.0 Debug;Release @@ -30,7 +29,7 @@ - + diff --git a/CDP4Rules.NetCore.Tests/CDP4Rules.NetCore.Tests.csproj b/CDP4Rules.NetCore.Tests/CDP4Rules.NetCore.Tests.csproj index 534215bec..5c9e0a9c6 100644 --- a/CDP4Rules.NetCore.Tests/CDP4Rules.NetCore.Tests.csproj +++ b/CDP4Rules.NetCore.Tests/CDP4Rules.NetCore.Tests.csproj @@ -14,13 +14,14 @@ - + + @@ -33,8 +34,4 @@ - - - - - + \ No newline at end of file diff --git a/CDP4Rules/CDP4Rules.csproj b/CDP4Rules/CDP4Rules.csproj index 0a2593197..7343c1d66 100644 --- a/CDP4Rules/CDP4Rules.csproj +++ b/CDP4Rules/CDP4Rules.csproj @@ -4,10 +4,10 @@ net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0 RHEA System S.A. CDP4Rules Community Edition - 0.0.1 + 1.0.0 CDP4 Class Library that provides Model Analysis and Rule Checking Copyright © RHEA System S.A. - Sam + Sam Gerené CDP4Rules-CE true http://sdk.cdp4.org @@ -16,6 +16,7 @@ CDP CDP4 ECSS-E-TM-10-25 https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER + [Initial] Release version 1.0.0 Debug;Release @@ -28,7 +29,7 @@ - + @@ -47,5 +48,4 @@ - \ No newline at end of file diff --git a/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj b/CDP4ServicesDal.NetCore.Tests/CDP4ServicesDal.NetCore.Tests.csproj index afb77351e..4458209df 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 359a83af4..a13196ad1 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 63f2ecc70..23d20ee6c 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 - 5.0.1 + 5.0.3 CDP4ServicesDal 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 3.0.1 - [Update] to CDP4Dal-CE version 5.0.1 + [Update] to CDP4JsonSerializer-CE version 3.0.2 + [Update] to CDP4Dal-CE version 5.0.3 Debug;Release @@ -30,8 +30,8 @@ - - + + diff --git a/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj b/CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj index d4de3473a..2b0807c94 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 4772a2266..94772ceb7 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 107578560..af4e161d9 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 - 5.0.1 + 5.0.3 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 3.0.1 - [Update] to CDP4Dal-CE version 5.0.1 + [Update] to CDP4JsonSerializer-CE version 3.0.2 + [Update] to CDP4Dal-CE version 5.0.3 Debug;Release @@ -30,8 +30,8 @@ - - + +