Skip to content

Commit

Permalink
Upgrade COMET-SDK to 27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Delft committed May 13, 2024
1 parent 066d8ae commit 162885f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CDP4Orm/CDP4Orm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="26.6.2" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="27.0.0" />
<PackageReference Include="Npgsql" Version="8.0.3" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions CometServer/CometServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<Company>Starion Group S.A.</Company>
<Title>CometServer-CE</Title>
<Version>8.0.0-RC28</Version>
<Version>8.0.0-RC29</Version>
<Description>CDP4-COMET Services API</Description>
<Copyright>Copyright © Starion Group S.A.</Copyright>
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
Expand All @@ -19,8 +19,8 @@
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Carter" Version="8.1.0" />
<PackageReference Include="CDP4MessagePackSerializer-CE" Version="26.6.2" />
<PackageReference Include="CDP4ServicesMessaging-CE" Version="26.6.2" />
<PackageReference Include="CDP4MessagePackSerializer-CE" Version="27.0.0" />
<PackageReference Include="CDP4ServicesMessaging-CE" Version="27.0.0" />
<PackageReference Include="FluentValidation" Version="11.9.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
Expand Down

0 comments on commit 162885f

Please sign in to comment.