Skip to content

Commit b120340

Browse files
Merge pull request #274 from Avanade/feat/newcartridges
feat: release Liquid v8.0.0.
2 parents b22d656 + 241ee4c commit b120340

37 files changed

+136
-87
lines changed

src/Liquid.Cache.Memory/Liquid.Cache.Memory.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Avanade 2019</Copyright>
1212
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1313
<PackageIcon>logo.png</PackageIcon>
14-
<Version>8.0.0-beta-02</Version>
14+
<Version>8.0.0</Version>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<IsPackable>true</IsPackable>
1717
<DebugType>Full</DebugType>
@@ -29,8 +29,8 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
33-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
32+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
33+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
3434
</ItemGroup>
3535

3636
</Project>

src/Liquid.Cache.NCache/Liquid.Cache.NCache.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Avanade 2019</Copyright>
1212
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1313
<PackageIcon>logo.png</PackageIcon>
14-
<Version>8.0.0-beta-02</Version>
14+
<Version>8.0.0</Version>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<IsPackable>true</IsPackable>
1717
<DebugType>Full</DebugType>
@@ -29,8 +29,8 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Alachisoft.NCache.SDK" Version="5.3.4" />
33-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
32+
<PackageReference Include="Alachisoft.NCache.SDK" Version="5.3.5" />
33+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
3434
<PackageReference Include="NCache.Microsoft.Extensions.Caching" Version="5.3.3" />
3535
</ItemGroup>
3636
<ItemGroup>

src/Liquid.Cache.NCache/tls.ncconf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<tls-info>
2-
<certificate-name>certificate-name</certificate-name>
3-
<certificate-thumbprint>your-thumbprint</certificate-thumbprint>
2+
<server-certificate-cn>certificate-name</server-certificate-cn>
3+
<server-certificate-thumbprint>your-thumbprint</server-certificate-thumbprint>
4+
<client-certificate-cn>certificate-name</client-certificate-cn>
5+
<client-certificate-thumbprint>your-thumbprint</client-certificate-thumbprint>
46
<enable>false</enable>
57
<enable-client-server-tls>false</enable-client-server-tls>
68
<use-mutual-tls-for-client-to-server>false</use-mutual-tls-for-client-to-server>
9+
<protocol-version>tls12</protocol-version>
710
</tls-info>

src/Liquid.Cache.Redis/Liquid.Cache.Redis.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Avanade 2019</Copyright>
1111
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1212
<PackageIcon>logo.png</PackageIcon>
13-
<Version>8.0.0-beta-02</Version>
13+
<Version>8.0.0</Version>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<IsPackable>true</IsPackable>
1616
<DebugType>Full</DebugType>
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
31+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.6" />
3333
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
3434
</ItemGroup>

src/Liquid.Cache.SqlServer/Liquid.Cache.SqlServer.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Avanade 2019</Copyright>
1212
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1313
<PackageIcon>logo.png</PackageIcon>
14-
<Version>8.0.0-beta-02</Version>
14+
<Version>8.0.0</Version>
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<IsPackable>true</IsPackable>
1717
<DebugType>Full</DebugType>
@@ -29,11 +29,11 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="Azure.Identity" Version="1.12.0" />
33-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
34-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
32+
<PackageReference Include="Azure.Identity" Version="1.13.2" />
33+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
34+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
3535
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.6" />
36-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
36+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
3737
</ItemGroup>
3838

3939
</Project>

src/Liquid.Core.Telemetry.ElasticApm/Liquid.Core.Telemetry.ElasticApm.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Avanade 2021</Copyright>
1111
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1212
<PackageIcon>logo.png</PackageIcon>
13-
<Version>8.0.0-beta-02</Version>
13+
<Version>8.0.0</Version>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<ProjectGuid>{AD354CF6-C132-4B5D-944D-0DFE21509781}</ProjectGuid>
1616
<IsPackable>true</IsPackable>
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.27.3" />
23-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
22+
<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.31.0" />
23+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
2424
<PackageReference Include="MediatR" Version="12.3.0" />
2525
</ItemGroup>
2626

src/Liquid.Dataverse/Liquid.Dataverse.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Company>Avanade Inc.</Company>
99
<Product>Liquid - Modern Application Framework</Product>
1010
<Copyright>Avanade 2019</Copyright>
11-
<Version>8.0.0-rc-01</Version>
11+
<Version>8.0.0</Version>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<IsPackable>true</IsPackable>
1414
<Description>Adapter for Microsoft Dataverse integrations.
@@ -18,9 +18,9 @@ This component is part of Liquid Application Framework.</Description>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Liquid.Core" Version="8.0.0-rc-01" />
22-
<PackageReference Include="Microsoft.Identity.Client" Version="4.71.1" />
23-
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.2.5" />
21+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
22+
<PackageReference Include="Microsoft.Identity.Client" Version="4.72.0" />
23+
<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.2.7" />
2424
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.1" />
2525
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
2626
</ItemGroup>

src/Liquid.GenAi.OpenAi/Liquid.GenAi.OpenAi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Copyright>Avanade 2019</Copyright>
1414
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1515
<PackageIcon>logo.png</PackageIcon>
16-
<Version>8.0.0-rc-01</Version>
16+
<Version>8.0.0</Version>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1818
<IsPackable>true</IsPackable>
1919
<DebugType>Full</DebugType>
@@ -32,7 +32,7 @@
3232

3333
<ItemGroup>
3434
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
35-
<PackageReference Include="Liquid.Core" Version="8.0.0-rc-01" />
35+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
3636
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
3737
</ItemGroup>
3838

src/Liquid.Messaging.Kafka/Liquid.Messaging.Kafka.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Avanade 2019</Copyright>
1111
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1212
<PackageIcon>logo.png</PackageIcon>
13-
<Version>8.0.0-beta-05</Version>
13+
<Version>8.0.0</Version>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<Description>
1616
The Liquid.Messaging.Kafka provides producer and consumer patterns to allow the send and consumption of Messaging inside your microservice.
@@ -27,8 +27,8 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Confluent.Kafka" Version="2.4.0" />
31-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-09" />
32-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
30+
<PackageReference Include="Confluent.Kafka" Version="2.10.0" />
31+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
32+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
3333
</ItemGroup>
3434
</Project>

src/Liquid.Messaging.RabbitMq/Liquid.Messaging.RabbitMq.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Copyright>Avanade 2019</Copyright>
1010
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1111
<PackageIcon>logo.png</PackageIcon>
12-
<Version>8.0.0-beta-02</Version>
12+
<Version>8.0.0</Version>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1414
<Description>
1515
The Liquid.Messaging.RabbitMq provides producer and consumer patterns to allow the send and consumption of Messaging inside your microservice.
@@ -20,8 +20,8 @@
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
24-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
23+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
2525
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" />
2626
</ItemGroup>
2727

src/Liquid.Messaging.RabbitMq/RabbitMqConsumer.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public RabbitMqConsumer(IRabbitMqFactory factory, IOptions<RabbitMqConsumerSetti
4646
}
4747

4848
///<inheritdoc/>
49-
public void RegisterMessageHandler()
49+
public async Task RegisterMessageHandler(CancellationToken cancellationToken = default)
5050
{
5151
if (ConsumeMessageAsync is null)
5252
{
@@ -57,7 +57,8 @@ public void RegisterMessageHandler()
5757

5858
var consumer = new EventingBasicConsumer(_channelModel);
5959

60-
consumer.Received += async (model, deliverEvent) => { await MessageHandler(deliverEvent, new CancellationToken()); };
60+
61+
consumer.Received += async (model, deliverEvent) => { await MessageHandler(deliverEvent, cancellationToken); };
6162

6263
_channelModel.BasicConsume(_settings.Queue, _autoAck, consumer);
6364
}

src/Liquid.Messaging.ServiceBus/Liquid.Messaging.ServiceBus.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Avanade 2019</Copyright>
1111
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1212
<PackageIcon>logo.png</PackageIcon>
13-
<Version>8.0.0-beta-02</Version>
13+
<Version>8.0.0</Version>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<Description>
1616
The Liquid.Messaging.ServiceBus provides producer and consumer patterns to allow the send and consumption of Messaging inside your microservice.
@@ -21,8 +21,8 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.17.5" />
25-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
24+
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.19.0" />
25+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
2727
</ItemGroup>
2828

src/Liquid.Messaging.ServiceBus/ServiceBusConsumer.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public ServiceBusConsumer(IServiceBusFactory factory, string settingsName)
3838
}
3939

4040
///<inheritdoc/>
41-
public void RegisterMessageHandler()
41+
public async Task RegisterMessageHandler(CancellationToken cancellationToken = default)
4242
{
4343
if (ConsumeMessageAsync is null)
4444
{
@@ -52,8 +52,7 @@ public void RegisterMessageHandler()
5252
_messageProcessor.ProcessMessageAsync += MessageHandler;
5353
_messageProcessor.ProcessErrorAsync += ErrorHandler;
5454

55-
_messageProcessor.StartProcessingAsync().GetAwaiter();
56-
55+
await _messageProcessor.StartProcessingAsync(cancellationToken);
5756
}
5857

5958
/// <summary>
@@ -90,9 +89,10 @@ private ConsumerMessageEventArgs<TEntity> GetEventArgs(ServiceBusReceivedMessage
9089
/// </summary>
9190
/// <param name="args"><see cref="ConsumerErrorEventArgs"/></param>
9291
/// <exception cref="MessagingConsumerException"></exception>
93-
protected Task ProcessError(ConsumerErrorEventArgs args)
92+
protected static Task ProcessError(ConsumerErrorEventArgs args)
9493
{
9594
throw new MessagingConsumerException(args.Exception);
9695
}
96+
9797
}
9898
}

src/Liquid.Repository.EntityFramework/Liquid.Repository.EntityFramework.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<PackageId>Liquid.Repository.EntityFramework</PackageId>
6-
<Version>8.0.0-beta-03</Version>
6+
<Version>8.0.0</Version>
77
<Authors>Avanade Brazil</Authors>
88
<Company>Avanade Inc.</Company>
99
<Product>Liquid - Modern Application Framework</Product>
@@ -17,8 +17,8 @@
1717
<NoWarn>1701;1702;1584;1658</NoWarn>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.6" />
20+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.15" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<None Include="..\..\logo.png">

src/Liquid.Repository.Mongo/Exceptions/MongoException.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using Liquid.Core.Exceptions;
22
using System;
33
using System.Diagnostics.CodeAnalysis;
4-
using System.Runtime.Serialization;
54

65
namespace Liquid.Repository.Mongo.Exceptions
76
{

src/Liquid.Repository.Mongo/Extensions/IServiceCollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Liquid.Core.Extensions.DependencyInjection;
33
using Liquid.Core.Implementations;
44
using Liquid.Core.Interfaces;
5-
using Liquid.Repository.Mongo.Configuration;
5+
using Liquid.Repository.Mongo.Settings;
66
using Microsoft.Extensions.Configuration;
77
using Microsoft.Extensions.DependencyInjection;
88
using Microsoft.Extensions.DependencyInjection.Extensions;

src/Liquid.Repository.Mongo/IMongoClientFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Liquid.Core.Settings;
2-
using Liquid.Repository.Mongo.Configuration;
2+
using Liquid.Repository.Mongo.Settings;
33
using MongoDB.Driver;
44

55
namespace Liquid.Repository.Mongo

src/Liquid.Repository.Mongo/IMongoDataContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Liquid.Core.Interfaces;
2-
using Liquid.Repository.Mongo.Configuration;
2+
using Liquid.Repository.Mongo.Settings;
33
using MongoDB.Driver;
44

55
namespace Liquid.Repository.Mongo

src/Liquid.Repository.Mongo/Liquid.Repository.Mongo.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Copyright>Avanade 2019</Copyright>
1111
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1212
<PackageIcon>logo.png</PackageIcon>
13-
<Version>8.0.0-beta-02</Version>
13+
<Version>8.0.0</Version>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<IsPackable>true</IsPackable>
1616
<DebugType>Full</DebugType>
@@ -25,9 +25,9 @@
2525

2626

2727
<ItemGroup>
28-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-06" />
29-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
30-
<PackageReference Include="MongoDB.Driver" Version="2.26.0" />
28+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
29+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
30+
<PackageReference Include="MongoDB.Driver" Version="3.4.0" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

src/Liquid.Repository.Mongo/MongoClientFactory.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
using Liquid.Core.Settings;
2-
using Liquid.Repository.Mongo.Configuration;
3-
using Liquid.Repository.Mongo.Exceptions;
1+
using Liquid.Repository.Mongo.Exceptions;
2+
using Liquid.Repository.Mongo.Settings;
43
using Microsoft.Extensions.Options;
54
using MongoDB.Driver;
65
using System;

src/Liquid.Repository.Mongo/MongoDataContext.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
using Liquid.Repository.Mongo.Configuration;
2-
using Liquid.Repository.Mongo.Exceptions;
3-
using Microsoft.Extensions.Options;
1+
using Liquid.Repository.Mongo.Exceptions;
2+
using Liquid.Repository.Mongo.Settings;
43
using MongoDB.Driver;
54
using System;
65
using System.Threading.Tasks;

src/Liquid.Repository.Mongo/MongoRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Liquid.Core.Entities;
22
using Liquid.Core.Interfaces;
3-
using Liquid.Repository.Mongo.Configuration;
43
using Liquid.Repository.Mongo.Extensions;
4+
using Liquid.Repository.Mongo.Settings;
55
using MongoDB.Bson;
66
using MongoDB.Driver;
77
using System;

src/Liquid.Repository.Mongo/Configuration/MongoEntitySettings.cs renamed to src/Liquid.Repository.Mongo/Settings/MongoEntitySettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Diagnostics.CodeAnalysis;
44

5-
namespace Liquid.Repository.Mongo.Configuration
5+
namespace Liquid.Repository.Mongo.Settings
66
{
77
/// <summary>
88
/// Properties set list of service bus configurations.

src/Liquid.Repository.OData/Liquid.Repository.OData.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Copyright>Avanade 2019</Copyright>
1414
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
1515
<PackageIcon>logo.png</PackageIcon>
16-
<Version>8.0.0-beta-04</Version>
16+
<Version>8.0.0</Version>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1818
<IsPackable>true</IsPackable>
1919
<DebugType>Full</DebugType>
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="Liquid.Core" Version="8.0.0-beta-07" />
34+
<PackageReference Include="Liquid.Core" Version="8.0.0" />
3535
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
3636
<PackageReference Include="Simple.OData.Client" Version="6.0.1" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)