Skip to content

Commit

Permalink
[Bump] version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Sep 16, 2018
1 parent bd1ad3b commit 17e249e
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 36 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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.5.1" />
<PackageReference Include="CDP4Common-CE" Version="1.6.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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.5.1" />
<PackageReference Include="CDP4Common-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand Down
5 changes: 3 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>1.5.1</Version>
<Version>1.6.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,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>
[Add] add ArrayParameterType to collection of PossibleContainers of ParameterTypeComponentMetaInfo; fixes #29
[Add] TokenGenerator
[Update] NLog to version 4.5.9
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Dal-CE" Version="1.5.2" />
<PackageReference Include="CDP4Dal-CE" Version="1.6.0" />
</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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Dal-CE" Version="1.5.2" />
<PackageReference Include="CDP4Dal-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand Down
8 changes: 4 additions & 4 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>1.5.2</Version>
<Version>1.6.0</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,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 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
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.5.1" />
<PackageReference Include="CDP4Common-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand Down
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.5.2" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand Down
12 changes: 6 additions & 6 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>1.5.2</Version>
<Version>1.6.0</Version>
<Description>CDP4 Json File Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,17 +16,17 @@
<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 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
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.5.1" />
<PackageReference Include="CDP4Dal-CE" Version="1.5.2" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.6.0" />
<PackageReference Include="CDP4Dal-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand All @@ -44,4 +44,4 @@
<Reference Include="System.ComponentModel.Composition" />
</ItemGroup>

</Project>
</Project>
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.5.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.6.0" />
</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.5.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.6.0" />
</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>1.5.1</Version>
<Version>1.6.0</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 1.5.1
[Update] to CDP4Common-CE version 1.6.0
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.5.1" />
<PackageReference Include="CDP4Common-CE" Version="1.6.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="1.5.2" />
<PackageReference Include="CDP4ServicesDal-CE" Version="1.6.0" />
</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.5.2" />
<PackageReference Include="CDP4ServicesDal-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand Down
11 changes: 6 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>1.5.2</Version>
<Version>1.6.0</Version>
<Description>CDP4ServicesDal Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,17 +16,18 @@
<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 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
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.5.1" />
<PackageReference Include="CDP4Dal-CE" Version="1.5.2" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.6.0" />
<PackageReference Include="CDP4Dal-CE" Version="1.6.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.5.2" />
<PackageReference Include="CDP4WspDal-CE" Version="1.6.0" />
</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.5.2" />
<PackageReference Include="CDP4WspDal-CE" Version="1.6.0" />
</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>1.5.2</Version>
<Version>1.6.0</Version>
<Description>CDP4 WSP Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,17 +16,17 @@
<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 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
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.5.1" />
<PackageReference Include="CDP4Dal-CE" Version="1.5.2" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.6.0" />
<PackageReference Include="CDP4Dal-CE" Version="1.6.0" />
</ItemGroup>
</When>

Expand Down

0 comments on commit 17e249e

Please sign in to comment.