Skip to content

Commit e333f8c

Browse files
committed
[ksqlDb.RestApi.Client]: release v6.3.0
1 parent 164e4bc commit e333f8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Samples/ksqlDB.RestApi.Client.Sample/ksqlDB.RestApi.Client.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="ksqlDb.RestApi.Client" Version="6.3.0-rc.1" />
12+
<PackageReference Include="ksqlDb.RestApi.Client" Version="6.3.0" />
1313
<!-- <ProjectReference Include="..\..\ksqlDb.RestApi.Client\ksqlDb.RestApi.Client.csproj" /> -->
1414
<!-- <PackageReference Include="ksqlDb.RestApi.Client.ProtoBuf" Version="4.0.0" /> -->
1515
<ProjectReference Include="..\..\ksqlDb.RestApi.Client.ProtoBuf\ksqlDb.RestApi.Client.ProtoBuf.csproj" />

ksqlDb.RestApi.Client/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ksqlDB.RestApi.Client
22

3-
# 6.3.0-rc.1
3+
# 6.3.0
44
- added `AsStruct` function to the Fluent API for marking fields as ksqldb `STRUCT` types #89 (proposed by @mrt181)
55

66
# 6.2.1

ksqlDb.RestApi.Client/ksqlDb.RestApi.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Documentation for the library can be found at https://github.com/tomasfabian/ksqlDB.RestApi.Client-DotNet/blob/main/README.md.
1616
</Description>
1717
<PackageTags>ksql ksqlDB LINQ .NET csharp push query</PackageTags>
18-
<Version>6.3.0-rc.1</Version>
18+
<Version>6.3.0</Version>
1919
<AssemblyVersion>6.3.0.0</AssemblyVersion>
2020
<LangVersion>12.0</LangVersion>
2121
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)