Skip to content

Commit

Permalink
[Bump] version of CDP4JsonSerializer-CE to 1.2.1, bump XXDal to 1.2.1…
Browse files Browse the repository at this point in the history
…, this fixes #19
  • Loading branch information
samatrhea committed May 11, 2018
1 parent 899c57a commit 428c432
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 18 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="1.2.0" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="1.2.1" />
</ItemGroup>
</When>

Expand Down
8 changes: 5 additions & 3 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</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonFileDal Community Edition</Title>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Description>CDP4 Json File Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -15,14 +15,16 @@
<RepositoryUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition.git</RepositoryUrl>
<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 and CDP4Dal-CE version 1.2.0</PackageReleaseNotes>
<PackageReleaseNotes>
[Update] to CDP4JsonSerializer-CE version 1.2.1
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.2.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.2.1" />
<PackageReference Include="CDP4Dal-CE" Version="1.2.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="CDP4JsonSerializer-CE" Version="1.2.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.2.1" />
</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="1.2.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.2.1" />
</ItemGroup>
</When>

Expand Down
4 changes: 2 additions & 2 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;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonSerializer Community Edition</Title>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Description>CDP4 JSON Serialization Library</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 JSON</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Update] to CDP4Common-CE version 1.2.0
[Refactor] serialization and deserialization of ValueArray to handle special characters suchs as double-quotes
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>
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="1.2.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="1.2.1" />
</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="1.2.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="1.2.1" />
</ItemGroup>
</When>

Expand Down
6 changes: 3 additions & 3 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;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4ServicesDal Community Edition</Title>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Description>CDP4ServicesDal Dal Plugin</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</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.2.0
[Update] to CDP4JsonSerializer-CE version 1.2.1
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.2.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.2.1" />
<PackageReference Include="CDP4Dal-CE" Version="1.2.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="1.2.0" />
<PackageReference Include="CDP4WspDal-CE" Version="1.2.1" />
</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="1.2.0" />
<PackageReference Include="CDP4WspDal-CE" Version="1.2.1" />
</ItemGroup>
</When>

Expand Down
6 changes: 3 additions & 3 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;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4WspDal Community Edition</Title>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Description>CDP4 WSP Dal Plugin</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</PackageTags>
<PackageLicenseUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition/blob/master/COPYING.LESSER</PackageLicenseUrl>
<PackageReleaseNotes>
[Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.2.0
[Update] to CDP4JsonSerializer-CE version 1.2.1
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

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

0 comments on commit 428c432

Please sign in to comment.