Skip to content

Commit

Permalink
[Upgrade] to CDP4-SDK version 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Aug 13, 2023
1 parent f7bc33d commit 71a1a60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DEH-CSV/DEH-CSV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>DEH-CSV</PackageId>
<PackageTags>CDP COMET ECSS-E-TM-10-25 CSV</PackageTags>
<PackageIcon>cdp4-icon.png</PackageIcon>
<RootNamespace>RHEAGROUP.DEHCSV</RootNamespace>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<LangVersion>latest</LangVersion>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -32,8 +33,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonFileDal-CE" Version="23.0.0-PR-272-01" />
<PackageReference Include="CDP4ServicesDal-CE" Version="23.0.0-PR-272-01" />
<PackageReference Include="CDP4JsonFileDal-CE" Version="24.0.0" />
<PackageReference Include="CDP4ServicesDal-CE" Version="24.0.0" />
<PackageReference Include="CsvHelper" Version="30.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
Expand All @@ -45,6 +46,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Nuget.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<configuration>
<packageSources>
<clear />
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# DEH-CSV

A library that converts ECSS-E-TM-10-25 datasets into CSV

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_DEH-CSV&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_DEH-CSV)
Expand Down
Binary file added cdp4-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 71a1a60

Please sign in to comment.