Skip to content

Commit 166eb47

Browse files
Version Bump (#360)
1 parent 4d268e1 commit 166eb47

File tree

12 files changed

+25
-31
lines changed

12 files changed

+25
-31
lines changed

CDP4Common/CDP4Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4Common Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 Common Class Library that contains DTOs, POCOs</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Merlin, Alex, Naron, Alexander, Yevhen, Nathanael, Ahmed</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[BUMP] Version to 27.4.2
23+
[BUMP] Version to 28.0.0
2424
</PackageReleaseNotes>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<LangVersion>latest</LangVersion>

CDP4Dal/CDP4Dal.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4Dal Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 Data Access Layer library, a consumer of an ECSS-E-TM-10-25 Annex C API</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Merlin, Alex, Naron, Alexander, Yevhen, Nathanael, Ahmed</Authors>
@@ -20,7 +20,8 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[BUMP] To CDP4DalCommon 27.4.2
23+
[ADD] Support of Multiple Authentication Scheme (JWT-based)
24+
[REMOVE] Support of WSP Authentication
2425
</PackageReleaseNotes>
2526
<PackageReadmeFile>README.md</PackageReadmeFile>
2627
<LangVersion>latest</LangVersion>

CDP4DalCommon/CDP4DalCommon.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Company>Starion Group S.A.</Company>
66
<Language>latest</Language>
77
<Title>CDP4DalCommon Community Edition</Title>
8-
<VersionPrefix>27.4.2</VersionPrefix>
8+
<VersionPrefix>28.0.0</VersionPrefix>
99
<Description>CDP4 Common Class Library that contains common types for any CDP4 server and the CDP4Dal</Description>
1010
<Copyright>Copyright © Starion Group S.A.</Copyright>
1111
<Authors>Sam, Alex, Alexander, Nathanael, Antoine, Omar, Jaime</Authors>
@@ -21,7 +21,7 @@
2121
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2222
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2323
<PackageReleaseNotes>
24-
[BUMP] To CDP4Common 27.4.2
24+
[ADD] Support of Multiple Authentication Scheme (JWT-based)
2525
</PackageReleaseNotes>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
2727
<GenerateDocumentationFile>true</GenerateDocumentationFile>

CDP4JsonFileDal/CDP4JsonFileDal.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4JsonFileDal Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 Json File Dal Plugin</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Merlin, Alex, Naron, Alexander, Yevhen, Nathanael</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[Update] to CDP4Common 27.4.2
23+
[Update] to CDP4Dal 28.0.0
2424
</PackageReleaseNotes>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<LangVersion>latest</LangVersion>

CDP4JsonSerializer/CDP4JsonSerializer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4JsonSerializer Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 JSON Serialization Library</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Merlin, Alex, Naron, Alexander, Yevhen, Nathanael</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25 JSON</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[Update] to CDP4Common 27.4.2
23+
[BUMP] to CDP4Dal 28.0.0
2424
</PackageReleaseNotes>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<LangVersion>latest</LangVersion>

CDP4MessagePackSerializer/CDP4MessagePackSerializer.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4MessagePackSerializer Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 MessagePack Serialization Library</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Alex, Alexander, Nathanael, Antoine, Omar</Authors>
@@ -20,9 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25 MessagePack</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[Update] to CDP4Common 27.4.2
24-
[Update] to MessagePack 3.1.1
25-
[Update] to System.IO.Pipelines 9.0.1
23+
[BUMP] to CDP4Dal 28.0.0
2624
</PackageReleaseNotes>
2725
<PackageReadmeFile>README.md</PackageReadmeFile>
2826
<LangVersion>latest</LangVersion>

CDP4Reporting/CDP4Reporting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4Reporting Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 Reporting</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Alex, Alexander</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[BUMP] To CDP4Common 27.4.2
23+
[BUMP] to CDP4Dal 28.0.0
2424
</PackageReleaseNotes>
2525
<LangVersion>latest</LangVersion>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>

CDP4RequirementsVerification/CDP4RequirementsVerification.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4RequirementsVerification Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 Class Library that provides requirement verification</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Alex, Alexander, Yevhen, Nathanael</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[BUMP] To CDP4Common 27.4.2
23+
[BUMP] to CDP4Dal 28.0.0
2424
</PackageReleaseNotes>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<LangVersion>latest</LangVersion>

CDP4Rules/CDP4Rules.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4Rules Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4 Class Library that provides Model Analysis and Rule Checking</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Alex, Alexander, Yevhen, Nathanael</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[BUMP] To CDP4Common 27.4.2
23+
[BUMP] to CDP4Dal 28.0.0
2424
</PackageReleaseNotes>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<LangVersion>latest</LangVersion>

CDP4ServicesDal/CDP4ServicesDal.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
55
<Company>Starion Group S.A.</Company>
66
<Title>CDP4ServicesDal Community Edition</Title>
7-
<VersionPrefix>27.4.2</VersionPrefix>
7+
<VersionPrefix>28.0.0</VersionPrefix>
88
<Description>CDP4ServicesDal Dal Plugin</Description>
99
<Copyright>Copyright © Starion Group S.A.</Copyright>
1010
<Authors>Sam, Merlin, Alex, Naron, Alexander, Yevhen, Nathanael</Authors>
@@ -20,7 +20,7 @@
2020
<PackageTags>CDP COMET ECSS-E-TM-10-25</PackageTags>
2121
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
2222
<PackageReleaseNotes>
23-
[BUMP] To CDP4Common 27.4.2
23+
[ADD] Supports multiple authentication scheme, requires compatible WebServices
2424
</PackageReleaseNotes>
2525
<PackageReadmeFile>README.md</PackageReadmeFile>
2626
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)