Skip to content

Commit

Permalink
[ksqlDb.RestApi.Client]: release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfabian committed Apr 15, 2024
1 parent 6284c1f commit d143d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ksqlDb.RestApi.Client/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md.
</Description>
<PackageTags>ksql ksqlDB LINQ .NET csharp push query</PackageTags>
<Version>5.0.0-rc.3</Version>
<Version>5.0.0</Version>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit d143d92

Please sign in to comment.