File tree Expand file tree Collapse file tree 6 files changed +51
-10
lines changed
Confluent.SchemaRegistry.Serdes.Avro
Confluent.SchemaRegistry.Serdes.Json
Confluent.SchemaRegistry.Serdes.Protobuf Expand file tree Collapse file tree 6 files changed +51
-10
lines changed Original file line number Diff line number Diff line change 1+ # 2.5.0
2+
3+ ## Fixes
4+
5+ - Switch license expression and other repo information. (#2192 , @thompson-tomo )
6+
7+
18# 2.4.0
29
310## Enhancements
Original file line number Diff line number Diff line change 55 <Description >Confluent's .NET Client for Apache Kafka</Description >
66 <Copyright >Copyright 2016-2020 Confluent Inc., Andreas Heider</Copyright >
77 <PackageProjectUrl >https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl >
8- <PackageLicenseUrl >https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/LICENSE</PackageLicenseUrl >
8+ <PackageLicenceExpression >Apache-2.0</PackageLicenceExpression >
9+ <RepositoryUrl >https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl >
10+ <RepositoryType >git</RepositoryType >
11+ <PackageIcon >confluent-logo.png</PackageIcon >
912 <PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
1013 <PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
1114 <PackageTags >Kafka;Confluent;librdkafka</PackageTags >
2326
2427 <ItemGroup >
2528 <PackageReference Include =" librdkafka.redist" Version =" 2.5.0-RC3" >
26- <PrivateAssets Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >None</PrivateAssets >
29+ <PrivateAssets Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >None</PrivateAssets >
2730 </PackageReference >
2831 <PackageReference Include =" System.Memory" Version =" 4.5.0" />
2932 </ItemGroup >
3740 </ItemGroup >
3841
3942 <ItemGroup >
43+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
4044 <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
4145 </ItemGroup >
4246
Original file line number Diff line number Diff line change 66 <Description >Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description >
77 <Copyright >Copyright 2017-2022 Confluent Inc.</Copyright >
88 <PackageProjectUrl >https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl >
9- <PackageLicenseUrl >https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/LICENSE</PackageLicenseUrl >
10- <PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
9+ <PackageLicenceExpression >Apache-2.0</PackageLicenceExpression >
10+ <RepositoryUrl >https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl >
11+ <RepositoryType >git</RepositoryType >
12+ <PackageIcon >confluent-logo.png</PackageIcon >
1113 <PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
1214 <PackageTags >Kafka;Confluent;Schema Registry;Avro</PackageTags >
1315 <PackageId >Confluent.SchemaRegistry.Serdes.Avro</PackageId >
3537 <PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
3638 </ItemGroup >
3739
40+ <ItemGroup >
41+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
42+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
43+ </ItemGroup >
44+
3845</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
55 <Authors >Confluent Inc.</Authors >
66 <Description >Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description >
77 <Copyright >Copyright 2020-2022 Confluent Inc.</Copyright >
88 <PackageProjectUrl >https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl >
9- <PackageLicenseUrl >https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/LICENSE</PackageLicenseUrl >
10- <PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
9+ <PackageLicenceExpression >Apache-2.0</PackageLicenceExpression >
10+ <RepositoryUrl >https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl >
11+ <RepositoryType >git</RepositoryType >
12+ <PackageIcon >confluent-logo.png</PackageIcon >
1113 <PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
1214 <PackageTags >Kafka;Confluent;Schema Registry;JSON</PackageTags >
1315 <PackageId >Confluent.SchemaRegistry.Serdes.Json</PackageId >
3537 <PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
3638 </ItemGroup >
3739
40+ <ItemGroup >
41+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
42+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
43+ </ItemGroup >
44+
3845</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
55 <Authors >Confluent Inc.</Authors >
66 <Description >Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description >
77 <Copyright >Copyright 2020-2022 Confluent Inc.</Copyright >
88 <PackageProjectUrl >https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl >
9- <PackageLicenseUrl >https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/LICENSE</PackageLicenseUrl >
9+ <PackageLicenceExpression >Apache-2.0</PackageLicenceExpression >
10+ <RepositoryUrl >https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl >
11+ <RepositoryType >git</RepositoryType >
12+ <PackageIcon >confluent-logo.png</PackageIcon >
1013 <PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
1114 <PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
1215 <PackageTags >Kafka;Confluent;Schema Registry;Protobuf</PackageTags >
3841 <PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
3942 </ItemGroup >
4043
44+ <ItemGroup >
45+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
46+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
47+ </ItemGroup >
48+
4149 <ItemGroup >
4250 <None Remove =" proto\confluent\type\decimal.proto" />
4351 <EmbeddedResource Include =" proto\confluent\type\decimal.proto" />
Original file line number Diff line number Diff line change 66 <Description >A .NET Client for Confluent Schema Registry</Description >
77 <Copyright >Copyright 2017-2022 Confluent Inc.</Copyright >
88 <PackageProjectUrl >https://github.com/confluentinc/confluent-kafka-dotnet/</PackageProjectUrl >
9- <PackageLicenseUrl >https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/LICENSE</PackageLicenseUrl >
9+ <PackageLicenceExpression >Apache-2.0</PackageLicenceExpression >
10+ <RepositoryUrl >https://github.com/confluentinc/confluent-kafka-dotnet.git</RepositoryUrl >
11+ <RepositoryType >git</RepositoryType >
12+ <PackageIcon >confluent-logo.png</PackageIcon >
1013 <PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
1114 <PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
1215 <PackageTags >Kafka;Confluent;Schema Registry</PackageTags >
3134 <PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
3235 </ItemGroup >
3336
37+ <ItemGroup >
38+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
39+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
40+ </ItemGroup >
41+
3442</Project >
You can’t perform that action at this time.
0 commit comments