Skip to content

Commit

Permalink
[Bump] to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 8, 2024
1 parent 6b18446 commit 6ff88ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 3 additions & 2 deletions DEH-REQIF.Console/DEH-REQIF.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>DEHReqIF.Console</RootNamespace>
<Version>2.0.1</Version>
<Version>3.0.0</Version>
<Description>A Commandline application used to convert an E-TM-10-25 data source into a ReqIF document.</Description>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright 2022-2024 Starion Group S.A.</Copyright>
Expand All @@ -14,7 +14,8 @@
<Authors>Sam Gerené</Authors>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>
[Update] dependencies
[Update] to net9.0
[Update] Autofac to version 8.1.1
</PackageReleaseNotes>
<PackageIcon>cdp4-comet-logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down
7 changes: 5 additions & 2 deletions DEH-REQIF/DEH-REQIF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>DEHReqIF</RootNamespace>
<Version>2.0.1</Version>
<Version>3.0.0</Version>
<Description>A .NET library to conver ECSS-E-TM-10-25 requirements to an OMG ReqIF file.</Description>
<PackageId>DEH-ReqIF</PackageId>
<Company>Starion Group S.A.</Company>
Expand All @@ -18,7 +18,10 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] dependencies
[Update] CDP4-SDK to version 27.4.1
[Update] ReqIFSharp.Extensions to version 3.1.1
[Update] NLog to version 5.3.4
[Update] System.Text.Json to version 9.0.0
</PackageReleaseNotes>
<LangVersion>latest</LangVersion>
<PackageIcon>cdp4-comet-logo.png</PackageIcon>
Expand Down

0 comments on commit 6ff88ab

Please sign in to comment.