Skip to content

Commit

Permalink
[Release] CDP4Rules version 1.0.0
Browse files Browse the repository at this point in the history
[Update] CDP4Common to 3.3.0
[Update] CDP4JsonSerializer to 3.0.2
[Update] CDP4Dal to 5.0.3
[Update] CDP4JsonFileDal to 5.0.3
[Update] CDP4WspDal to 5.0.3
[Update] CDP4ServicesDal to 5.0.3
  • Loading branch information
samatrhea committed Sep 1, 2019
1 parent fe086e9 commit 1ee6a9e
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 47 deletions.
2 changes: 1 addition & 1 deletion CDP4Common.NetCore.Tests/CDP4Common.NetCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="3.2.0" />
<PackageReference Include="CDP4Common-CE" Version="3.3.0" />
</ItemGroup>
</When>

Expand Down
2 changes: 1 addition & 1 deletion CDP4Common.Tests/CDP4Common.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="3.2.0" />
<PackageReference Include="CDP4Common-CE" Version="3.3.0" />
</ItemGroup>
</When>

Expand Down
6 changes: 4 additions & 2 deletions CDP4Common/CDP4Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4Common Community Edition</Title>
<Version>3.2.0</Version>
<Version>3.3.0</Version>
<Description>CDP4 Common Class Library that contains DTOs, POCOs</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,7 +16,9 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Add] IsCategoryInChainOfRdls convience method to CategorizableThingExtensions; fixes #52
[Update] TypeResolver with QueryBaseClassesAndInterfaces method
[Refactor] CategorizableThingExtensions.GetAllCategories method
[Update] ReferenceDataLibrary with Is-XXX-InChainOfRdls methods
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion CDP4Dal.NetCore.Tests/CDP4Dal.NetCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Dal-CE" Version="5.0.1" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
2 changes: 1 addition & 1 deletion CDP4Dal.Tests/CDP4Dal.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Dal-CE" Version="5.0.1" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
6 changes: 3 additions & 3 deletions CDP4Dal/CDP4Dal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4Dal Community Edition</Title>
<Version>5.0.2</Version>
<Version>5.0.3</Version>
<Description>CDP4 Data Access Layer library, a consumer of an ECSS-E-TM-10-25 Annex C API</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,7 +16,7 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Improve] error logging in Assembler.Synchronize() method
[Update] to CDP4Common 3.3.0
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -29,7 +29,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="3.1.0" />
<PackageReference Include="CDP4Common-CE" Version="3.3.0" />
</ItemGroup>
</When>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonFileDal-CE" Version="5.0.2" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down Expand Up @@ -51,4 +51,4 @@
<Folder Include="Json\" />
</ItemGroup>

</Project>
</Project>
2 changes: 1 addition & 1 deletion CDP4JsonFileDal.Tests/CDP4JsonFileDal.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonFileDal-CE" Version="5.0.2" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
10 changes: 5 additions & 5 deletions CDP4JsonFileDal/CDP4JsonFileDal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonFileDal Community Edition</Title>
<Version>5.0.2</Version>
<Version>5.0.3</Version>
<Description>CDP4 Json File Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,8 +16,8 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[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
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -30,8 +30,8 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.0" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.2" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.2" />
</ItemGroup>
</When>

Expand Down
2 changes: 1 addition & 1 deletion CDP4JsonSerializer.Tests/CDP4JsonSerializer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.2" />
</ItemGroup>
</When>

Expand Down
7 changes: 3 additions & 4 deletions CDP4JsonSerializer/CDP4JsonSerializer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonSerializer Community Edition</Title>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<Description>CDP4 JSON Serialization Library</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,8 +16,7 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25 JSON</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Update] to CDP4Common-CE version 3.1.0
[Update] to Newtonsoft.Json version 12.0.2
[Update] to CDP4Common-CE version 3.3.0
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -30,7 +29,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="3.1.0" />
<PackageReference Include="CDP4Common-CE" Version="3.3.0" />
</ItemGroup>
</When>

Expand Down
9 changes: 3 additions & 6 deletions CDP4Rules.NetCore.Tests/CDP4Rules.NetCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="3.2.0" />
<PackageReference Include="CDP4Rules-CE" Version="1.0.0" />
</ItemGroup>
</When>

<When Condition="'$(Configuration)'=='Debug'">
<ItemGroup>
<ProjectReference Include="..\CDP4Common\CDP4Common.csproj" />
<ProjectReference Include="..\CDP4Rules\CDP4Rules.csproj" />
</ItemGroup>
</When>
</Choose>
Expand All @@ -33,8 +34,4 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.14.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CDP4Rules\CDP4Rules.csproj" />
</ItemGroup>

</Project>
</Project>
8 changes: 4 additions & 4 deletions CDP4Rules/CDP4Rules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4Rules Community Edition</Title>
<Version>0.0.1</Version>
<Version>1.0.0</Version>
<Description>CDP4 Class Library that provides Model Analysis and Rule Checking</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam</Authors>
<Authors>Sam Gerené</Authors>
<PackageId>CDP4Rules-CE</PackageId>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>http://sdk.cdp4.org</PackageProjectUrl>
Expand All @@ -16,6 +16,7 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Initial] Release version 1.0.0
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -28,7 +29,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="3.1.0" />
<PackageReference Include="CDP4Common-CE" Version="3.3.0" />
</ItemGroup>
</When>

Expand All @@ -47,5 +48,4 @@
<EmbeddedResource Include="Resources\rules.xml" />
</ItemGroup>


</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
2 changes: 1 addition & 1 deletion CDP4ServicesDal.Tests/CDP4ServicesDal.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
10 changes: 5 additions & 5 deletions CDP4ServicesDal/CDP4ServicesDal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4ServicesDal Community Edition</Title>
<Version>5.0.1</Version>
<Version>5.0.3</Version>
<Description>CDP4ServicesDal Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,8 +16,8 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[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
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -30,8 +30,8 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.1" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.2" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
2 changes: 1 addition & 1 deletion CDP4WspDal.NetCore.Tests/CDP4WspDal.NetCore.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4WspDal-CE" Version="5.0.1" />
<PackageReference Include="CDP4WspDal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
2 changes: 1 addition & 1 deletion CDP4WspDal.Tests/CDP4WspDal.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4WspDal-CE" Version="5.0.1" />
<PackageReference Include="CDP4WspDal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down
10 changes: 5 additions & 5 deletions CDP4WspDal/CDP4WspDal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net45;net451;net452;net46;net461;net462;net47;net471;net472;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4WspDal Community Edition</Title>
<Version>5.0.1</Version>
<Version>5.0.3</Version>
<Description>CDP4 WSP Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,8 +16,8 @@
<PackageTags>CDP CDP4 ECSS-E-TM-10-25</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[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
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -30,8 +30,8 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.0" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.2" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.3" />
</ItemGroup>
</When>

Expand Down

0 comments on commit 1ee6a9e

Please sign in to comment.