Skip to content

Commit

Permalink
[Bump] version to 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Oct 23, 2024
1 parent 9ecc748 commit d398a55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions COMET.Web.Common.Test/COMET.Web.Common.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<LangVersion>Latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Title>CDP4 WEB Common Test</Title>
<Version>5.1.1</Version>
<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1</FileVersion>
<Version>5.1.2</Version>
<AssemblyVersion>5.1.2</AssemblyVersion>
<FileVersion>5.1.2</FileVersion>
<Description>A Common Library that includes DevExpress Blazor and Tasks test helpers</Description>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright 2023-2024 Starion Group S.A.</Copyright>
Expand All @@ -23,7 +23,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] to System.Text.Json 8.0.5
[Update] to CDP4.WEB.Common 5.1.2
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
10 changes: 4 additions & 6 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.1</Version>
<AssemblyVersion>5.0.1</AssemblyVersion>
<FileVersion>5.0.1</FileVersion>
<Version>5.1.2</Version>
<AssemblyVersion>5.1.2</AssemblyVersion>
<FileVersion>5.1.2</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,9 +25,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
[Update] to Microsoft.AspNetCore.Components.Authorization 8.0.10
[Update] to Microsoft.AspNetCore.WebUtilities 8.0.10
[Update] to System.Drawing.Common 8.0.10
[Update] to CDP4-SDK 27.4.0
</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.1</Version>
<Version>5.5.2</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 d398a55

Please sign in to comment.