Skip to content

Commit

Permalink
[Bump] project versions and update PackageReleaseNotes
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Dec 9, 2024
1 parent 208d88b commit 79a5a46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion COMET.Web.Common.Test/COMET.Web.Common.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] to CDP4.WEB.Common 5.1.2
[Update] to CDP4.WEB.Common 5.2.0
[Update] to bUnit 1.36.0
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
10 changes: 6 additions & 4 deletions COMET.Web.Common/COMET.Web.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>Latest</LangVersion>
<Version>5.1.2</Version>
<AssemblyVersion>5.1.2</AssemblyVersion>
<FileVersion>5.1.2</FileVersion>
<Version>5.2.0</Version>
<AssemblyVersion>5.2.0</AssemblyVersion>
<FileVersion>5.2.0</FileVersion>
<Title>CDP4 WEB Common</Title>
<Description>A Common Library for any Blazor based application related to ECSS-E-TM-10-25</Description>
<Company>Starion Group S.A.</Company>
Expand All @@ -25,7 +25,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] to CDP4-SDK 27.4.0
[Update] to CDP4-SDK 27.4.1
[Add] CacheService to cache reusable data inside one session
[Update] Open viewmodel such that last selected EngineeringModel, Iteration and Domain is preselected
</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion COMETwebapp/COMETwebapp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>5.5.2</Version>
<Version>5.6.0</Version>
<Title>CDP4-COMET WEB</Title>
<Description>A web application that implements ECSS-E-TM-10-25</Description>
<Company>Starion Group S.A.</Company>
Expand Down

0 comments on commit 79a5a46

Please sign in to comment.