Skip to content

Commit

Permalink
[Update] versions to 1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 8, 2018
1 parent bc4a67b commit 780340b
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 32 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.0.7-rc1" />
<PackageReference Include="CDP4Common-CE" Version="1.1.0-rc1" />
</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.0.7-rc1" />
<PackageReference Include="CDP4Common-CE" Version="1.1.0-rc1" />
</ItemGroup>
</When>

Expand Down
11 changes: 8 additions & 3 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;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4Common Community Edition</Title>
<Version>1.0.7-rc1</Version>
<Version>1.1.0-rc1</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 @@ -15,7 +15,12 @@
<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] from GPL to LGPL [Update] nlog 4.5.0-rc05</PackageReleaseNotes>
<PackageReleaseNotes>
[Refactor] Thing.GetContainerOfType and CopyPermissionHelper
[Refactor] OrderedItemList
[Add] QueryParameterType method to ParameterValueSet
[Update] nlog 4.5.2
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

Expand All @@ -37,7 +42,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.5.0" />
<PackageReference Include="NLog" Version="4.5.2" />
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" Condition="'$(TargetFramework)' == 'netstandard1.6'" />
</ItemGroup>
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.0.7-rc1" />
<PackageReference Include="CDP4Dal-CE" Version="1.1.0-rc1" />
</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.0.7-rc1" />
<PackageReference Include="CDP4Dal-CE" Version="1.1.0-rc1" />
</ItemGroup>
</When>

Expand Down
9 changes: 6 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;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4Dal Community Edition</Title>
<Version>1.0.7-rc1</Version>
<Version>1.1.0-rc1</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, Patxi</Authors>
Expand All @@ -15,14 +15,17 @@
<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 CDP4Common-CE version 1.0.7</PackageReleaseNotes>
<PackageReleaseNotes>
[Add] Proxy server uri to Credentials
[Update] to CDP4Common-CE version 1.1.0
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.0.7-rc1" />
<PackageReference Include="CDP4Common-CE" Version="1.1.0-rc1" />
</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.0.7-rc1" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="1.1.0-rc1" />
</ItemGroup>
</When>

Expand Down
8 changes: 4 additions & 4 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.0.7-rc1</Version>
<Version>1.1.0-rc1</Version>
<Description>CDP4 Json File Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -15,15 +15,15 @@
<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.0.7-rc1</PackageReleaseNotes>
<PackageReleaseNotes>[Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.1.0-rc1</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

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

Expand Down
9 changes: 6 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;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonSerializer Community Edition</Title>
<Version>1.0.7-rc1</Version>
<Version>1.1.0-rc1</Version>
<Description>CDP4 JSON Serialization Library</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -15,14 +15,17 @@
<RepositoryUrl>https://github.com/RHEAGROUP/CDP4-SDK-Community-Edition.git</RepositoryUrl>
<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.0.7-rc1</PackageReleaseNotes>
<PackageReleaseNotes>
[Update] Newtonsoft.Json version 11.0.2
[Update] to CDP4Common-CE version 1.1.0-rc1
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.0.7-rc1" />
<PackageReference Include="CDP4Common-CE" Version="1.1.0-rc1" />
</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.0.7-rc1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="1.1.0-rc1" />
</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.0.7-rc1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="1.1.0-rc1" />
</ItemGroup>
</When>

Expand Down
11 changes: 7 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;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4ServicesDal Community Edition</Title>
<Version>1.0.7-rc1</Version>
<Version>1.1.0-rc1</Version>
<Description>CDP4ServicesDal Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -15,15 +15,18 @@
<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.0.7-rc1. [Fix] Multi-Part Post file upload</PackageReleaseNotes>
<PackageReleaseNotes>
[Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.1.0-rc1.
[Add] cross model copy capability
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

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

Expand Down
11 changes: 7 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;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4WspDal Community Edition</Title>
<Version>1.0.7-rc1</Version>
<Version>1.1.0-rc1</Version>
<Description>CDP4 WSP Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -15,15 +15,18 @@
<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.0.7-rc1.</PackageReleaseNotes>
<PackageReleaseNotes>
[Update] to CDP4JsonSerializer-CE and CDP4Dal-CE version 1.1.0-rc1.
[Cleanup] WspDal
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

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

Expand Down

0 comments on commit 780340b

Please sign in to comment.