From d143d926849501e7cbaff4003d720453fae88acb Mon Sep 17 00:00:00 2001 From: Tomas Fabian Date: Mon, 15 Apr 2024 15:46:18 +0200 Subject: [PATCH] [ksqlDb.RestApi.Client]: release v5.0.0 --- ksqlDb.RestApi.Client/ChangeLog.md | 2 +- ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ksqlDb.RestApi.Client/ChangeLog.md b/ksqlDb.RestApi.Client/ChangeLog.md index d54048a8..c0d4b13e 100644 --- a/ksqlDb.RestApi.Client/ChangeLog.md +++ b/ksqlDb.RestApi.Client/ChangeLog.md @@ -1,6 +1,6 @@ # ksqlDB.RestApi.Client -# 5.0.0-rc.2 +# 5.0.0 - added `ModelBuilder` to **configure the model**, allowing the customization of **keys** and ignoring properties during code generation - added `FieldTypeBuilderExtensions` for configuring **decimal types** #66 (requested by @mrt181) - added `IFromItemTypeConfiguration` to apply model-related configurations using the provided `ModelBuilder` diff --git a/ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj b/ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj index 90f948db..eed1dd7c 100644 --- a/ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj +++ b/ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj @@ -15,7 +15,7 @@ Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md. ksql ksqlDB LINQ .NET csharp push query - 5.0.0-rc.3 + 5.0.0 5.0.0.0 12.0 enable