Skip to content

Commit

Permalink
[Update] CDP4Common to 1.8.1
Browse files Browse the repository at this point in the history
[Update] CDP4Dal to 2.0.2
[Update] CDP4JsonSerializer to 1.8.1
[Update] CDP4JsonFileDal to 2.0.2
[Update] CDP4ServicesDal to 2.0.3
[Update] CDP4WspDal to 2.0.3
  • Loading branch information
samatrhea committed Dec 22, 2018
1 parent 3c7bf04 commit 7a945cf
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 37 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.8.0" />
<PackageReference Include="CDP4Common-CE" Version="1.8.1" />
</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.8.0" />
<PackageReference Include="CDP4Common-CE" Version="1.8.1" />
</ItemGroup>
</When>

Expand Down
5 changes: 2 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;net471;net472;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4Common Community Edition</Title>
<Version>1.8.0</Version>
<Version>1.8.1</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,8 +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>
[Add] ActualFiniteStateComparer
[fix] IValueSet to extends IModelCode
[Update] NLog 4.5.11
</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="2.0.1" />
<PackageReference Include="CDP4Dal-CE" Version="2.0.2" />
</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="2.0.1" />
<PackageReference Include="CDP4Dal-CE" Version="2.0.2" />
</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>2.0.1</Version>
<Version>2.0.2</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,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 CDP4Common-CE version 1.8.0, [Fix] Multi-iteration support
[Update] to CDP4Common-CE version 1.8.1
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4Common-CE" Version="1.8.0" />
<PackageReference Include="CDP4Common-CE" Version="1.8.1" />
</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="2.0.1" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="2.0.2" />
</ItemGroup>
</When>

Expand Down
7 changes: 4 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;net471;net472</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonFileDal Community Edition</Title>
<Version>2.0.1</Version>
<Version>2.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,8 +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>
[Update] to CDP4JsonSerializer-CE version 1.8.0
[Update] to CDP4Dal-CE version 2.0.1
[Update] to CDP4JsonSerializer-CE version 1.8.1
[Update] to CDP4Dal-CE version 2.0.2
[Update] to DotNetZip version 1.13.0
</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="CDP4JsonSerializer-CE" Version="1.8.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.8.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.8.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.8.1" />
</ItemGroup>
</When>

Expand Down
5 changes: 3 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;net471;net472;netstandard1.6;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4JsonSerializer Community Edition</Title>
<Version>1.8.0</Version>
<Version>1.8.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,8 @@
<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.8.0
[Update] to CDP4Common-CE version 1.8.1
[Update] to Newtonsoft.Json version 12.0.1
</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="2.0.1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="2.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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="2.0.1" />
<PackageReference Include="CDP4ServicesDal-CE" Version="2.0.3" />
</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;net471;net472;netstandard2.0</TargetFrameworks>
<Company>RHEA System S.A.</Company>
<Title>CDP4ServicesDal Community Edition</Title>
<Version>2.0.2</Version>
<Version>2.0.3</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>[remove] creation of subscriptions with override</PackageReleaseNotes>
<PackageReleaseNotes>
[Remove] creation of subscriptions with override
[Add] User-Agent HTTP Header
</PackageReleaseNotes>
<Configurations>Debug;Release;Dev</Configurations>
</PropertyGroup>

<Choose>
<When Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.8.0" />
<PackageReference Include="CDP4Dal-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.8.1" />
<PackageReference Include="CDP4Dal-CE" Version="2.0.2" />
</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="2.0.1" />
<PackageReference Include="CDP4WspDal-CE" Version="2.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)'=='Debug' or '$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4WspDal-CE" Version="2.0.1" />
<PackageReference Include="CDP4WspDal-CE" Version="2.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>2.0.1</Version>
<Version>2.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,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.8.0
[Update] to CDP4Dal-CE version 2.0.1
[Update] to CDP4JsonSerializer-CE version 1.8.1
[Update] to CDP4Dal-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="1.8.0" />
<PackageReference Include="CDP4Dal-CE" Version="2.0.1" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="1.8.1" />
<PackageReference Include="CDP4Dal-CE" Version="2.0.2" />
</ItemGroup>
</When>

Expand Down
12 changes: 6 additions & 6 deletions Nuget.Config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 7a945cf

Please sign in to comment.