File tree 3 files changed +3
-3
lines changed
Samples/ksqlDB.RestApi.Client.Sample
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" ksqlDb.RestApi.Client" Version =" 6.3.0-rc.1 " />
12
+ <PackageReference Include =" ksqlDb.RestApi.Client" Version =" 6.3.0" />
13
13
<!-- <ProjectReference Include="..\..\ksqlDb.RestApi.Client\ksqlDb.RestApi.Client.csproj" /> -->
14
14
<!-- <PackageReference Include="ksqlDb.RestApi.Client.ProtoBuf" Version="4.0.0" /> -->
15
15
<ProjectReference Include =" ..\..\ksqlDb.RestApi.Client.ProtoBuf\ksqlDb.RestApi.Client.ProtoBuf.csproj" />
Original file line number Diff line number Diff line change 1
1
# ksqlDB.RestApi.Client
2
2
3
- # 6.3.0-rc.1
3
+ # 6.3.0
4
4
- added ` AsStruct ` function to the Fluent API for marking fields as ksqldb ` STRUCT ` types #89 (proposed by @mrt181 )
5
5
6
6
# 6.2.1
Original file line number Diff line number Diff line change 15
15
Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md.
16
16
</Description >
17
17
<PackageTags >ksql ksqlDB LINQ .NET csharp push query</PackageTags >
18
- <Version >6.3.0-rc.1 </Version >
18
+ <Version >6.3.0</Version >
19
19
<AssemblyVersion >6.3.0.0</AssemblyVersion >
20
20
<LangVersion >12.0</LangVersion >
21
21
<ImplicitUsings >enable</ImplicitUsings >
You can’t perform that action at this time.
0 commit comments