Skip to content

Commit

Permalink
[Update] CDP4JsonSerializer to CDP4Common-CE version 2.1.0
Browse files Browse the repository at this point in the history
[Update] CDP4JsonFileDal to CDP4JsonSerializer-CE version 2.0.2
[Update] CDP4ServicesDal to CDP4JsonSerializer-CE version 2.0.2
[Update] CDP4JsonFileDal to DotNetZip version 1.13.2
[Update] CDP4WspDal to CDP4JsonSerializer-CE version 2.0.2
[Bump] version to 4.0.2
  • Loading branch information
samatrhea committed Feb 2, 2019
1 parent bbc079f commit df90694
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 23 deletions.
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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonFileDal-CE" Version="4.0.1" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="4.0.2" />
</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</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonFileDal Community Edition</Title>
<Version>4.0.1</Version>
<Version>4.0.2</Version>
<Description>CDP4 Json File Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,16 +16,16 @@
<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 2.0.1
[Update] to CDP4Dal-CE version 4.1.0
[Update] to CDP4JsonSerializer-CE version 2.0.2
[Update] to DotNetZip version 1.13.2
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.2" />
<PackageReference Include="CDP4Dal-CE" Version="4.1.0" />
</ItemGroup>
</When>
Expand All @@ -40,7 +40,7 @@
</Choose>

<ItemGroup>
<PackageReference Include="DotNetZip" Version="1.13.0" />
<PackageReference Include="DotNetZip" Version="1.13.2" />
<Reference Include="System.ComponentModel.Composition" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.2" />
</ItemGroup>
</When>

Expand Down
6 changes: 3 additions & 3 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>2.0.1</Version>
<Version>2.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,15 +16,15 @@
<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 2.1.0
[Update] to CDP4Common-CE version 2.1.0 (fixed)
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="2.0.0" />
<PackageReference Include="CDP4Common-CE" Version="2.1.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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="4.0.1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="4.0.2" />
</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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="4.0.1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="4.0.2" />
</ItemGroup>
</When>

Expand Down
7 changes: 3 additions & 4 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>4.0.1</Version>
<Version>4.0.2</Version>
<Description>CDP4ServicesDal Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,16 +16,15 @@
<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 2.0.1
[Update] to CDP4Dal-CE version 4.1.0
[Update] to CDP4JsonSerializer-CE version 2.0.2
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.2" />
<PackageReference Include="CDP4Dal-CE" Version="4.1.0" />
</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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4WspDal-CE" Version="4.0.1" />
<PackageReference Include="CDP4WspDal-CE" Version="4.0.2" />
</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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4WspDal-CE" Version="4.0.1" />
<PackageReference Include="CDP4WspDal-CE" Version="4.0.2" />
</ItemGroup>
</When>

Expand Down
7 changes: 3 additions & 4 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>4.0.1</Version>
<Version>4.0.2</Version>
<Description>CDP4 WSP Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,16 +16,15 @@
<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 2.0.1
[Update] to CDP4Dal-CE version 4.1.0
[Update] to CDP4JsonSerializer-CE version 2.0.2
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="2.0.2" />
<PackageReference Include="CDP4Dal-CE" Version="4.1.0" />
</ItemGroup>
</When>
Expand Down

0 comments on commit df90694

Please sign in to comment.