We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f9793 commit da83047Copy full SHA for da83047
ksqlDb.RestApi.Client/ChangeLog.md
@@ -1,6 +1,6 @@
1
# ksqlDB.RestApi.Client
2
3
-# 6.1.0-rc.1
+# 6.1.0
4
- added `HasColumnName` to the Fluent API to allow overriding property names during JSON deserialization and code generation.
5
6
## BugFix
ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj
@@ -15,7 +15,7 @@
15
Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md.
16
</Description>
17
<PackageTags>ksql ksqlDB LINQ .NET csharp push query</PackageTags>
18
- <Version>6.1.0-rc.2</Version>
+ <Version>6.1.0</Version>
19
<AssemblyVersion>6.1.0.0</AssemblyVersion>
20
<LangVersion>12.0</LangVersion>
21
<ImplicitUsings>enable</ImplicitUsings>
0 commit comments