Skip to content

Commit

Permalink
[Bump] CDP4ServicesDal to version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 26, 2019
1 parent ad47a28 commit 55b73d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.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)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="5.0.1" />
</ItemGroup>
</When>

Expand Down
10 changes: 5 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>5.0.0</Version>
<Version>5.0.1</Version>
<Description>CDP4ServicesDal Dal Plugin</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron</Authors>
Expand All @@ -16,8 +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>
[Update] to CDP4JsonSerializer-CE version 3.0.0
[Fix] CdpPostOperation for copy operations
[Update] to CDP4JsonSerializer-CE version 3.0.1
[Update] to CDP4Dal-CE version 5.0.1
</PackageReleaseNotes>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand All @@ -30,8 +30,8 @@
<Choose>
<When Condition="'$(Configuration)'=='Release'">
<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.0" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="3.0.1" />
<PackageReference Include="CDP4Dal-CE" Version="5.0.1" />
</ItemGroup>
</When>

Expand Down

0 comments on commit 55b73d0

Please sign in to comment.