Skip to content

Commit a16cebb

Browse files
[Bump] version to 5.1.1
1 parent 687d3ec commit a16cebb

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

COMET.Web.Common.Test/COMET.Web.Common.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>Latest</LangVersion>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Title>CDP4 WEB Common Test</Title>
8-
<Version>5.1.0</Version>
8+
<Version>5.1.1</Version>
99
<AssemblyVersion>5.0.1</AssemblyVersion>
1010
<FileVersion>5.0.1</FileVersion>
1111
<Description>A Common Library that includes DevExpress Blazor and Tasks test helpers</Description>
@@ -23,7 +23,7 @@
2323
<IncludeSymbols>true</IncludeSymbols>
2424
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2525
<PackageReleaseNotes>
26-
[Update] to Starion Group S.A.
26+
[Update] to System.Text.Json 8.0.5
2727
</PackageReleaseNotes>
2828
</PropertyGroup>
2929

COMET.Web.Common/COMET.Web.Common.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>Latest</LangVersion>
7-
<Version>5.1.0</Version>
7+
<Version>5.1.1</Version>
88
<AssemblyVersion>5.0.1</AssemblyVersion>
99
<FileVersion>5.0.1</FileVersion>
1010
<Title>CDP4 WEB Common</Title>
@@ -25,8 +25,9 @@
2525
<IncludeSymbols>true</IncludeSymbols>
2626
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2727
<PackageReleaseNotes>
28-
[Update] to CDP4-SDK 27.2.3
29-
[Update] to DevExpress.Blazor 23.2.8
28+
[Update] to Microsoft.AspNetCore.Components.Authorization 8.0.10
29+
[Update] to Microsoft.AspNetCore.WebUtilities 8.0.10
30+
[Update] to System.Drawing.Common 8.0.10
3031
</PackageReleaseNotes>
3132
</PropertyGroup>
3233
<ItemGroup>

COMETwebapp/COMETwebapp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>5.5.0</Version>
5+
<Version>5.5.1</Version>
66
<Title>CDP4-COMET WEB</Title>
77
<Description>A web application that implements ECSS-E-TM-10-25</Description>
88
<Company>Starion Group S.A.</Company>

0 commit comments

Comments
 (0)