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
+
1
8
# 2.4.0
2
9
3
10
## Enhancements
Original file line number Diff line number Diff line change 5
5
<Description >Confluent's .NET Client for Apache Kafka</Description >
6
6
<Copyright >Copyright 2016-2020 Confluent Inc., Andreas Heider</Copyright >
7
7
<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 >
9
12
<PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
10
13
<PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
11
14
<PackageTags >Kafka;Confluent;librdkafka</PackageTags >
23
26
24
27
<ItemGroup >
25
28
<PackageReference Include =" librdkafka.redist" Version =" 2.5.0-RC3" >
26
- <PrivateAssets Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >None</PrivateAssets >
29
+ <PrivateAssets Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >None</PrivateAssets >
27
30
</PackageReference >
28
31
<PackageReference Include =" System.Memory" Version =" 4.5.0" />
29
32
</ItemGroup >
37
40
</ItemGroup >
38
41
39
42
<ItemGroup >
43
+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
40
44
<None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
41
45
</ItemGroup >
42
46
Original file line number Diff line number Diff line change 6
6
<Description >Provides an Avro Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description >
7
7
<Copyright >Copyright 2017-2022 Confluent Inc.</Copyright >
8
8
<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 >
11
13
<PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
12
14
<PackageTags >Kafka;Confluent;Schema Registry;Avro</PackageTags >
13
15
<PackageId >Confluent.SchemaRegistry.Serdes.Avro</PackageId >
35
37
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
36
38
</ItemGroup >
37
39
40
+ <ItemGroup >
41
+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
42
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
43
+ </ItemGroup >
44
+
38
45
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
5
5
<Authors >Confluent Inc.</Authors >
6
6
<Description >Provides a JSON Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description >
7
7
<Copyright >Copyright 2020-2022 Confluent Inc.</Copyright >
8
8
<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 >
11
13
<PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
12
14
<PackageTags >Kafka;Confluent;Schema Registry;JSON</PackageTags >
13
15
<PackageId >Confluent.SchemaRegistry.Serdes.Json</PackageId >
35
37
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
36
38
</ItemGroup >
37
39
40
+ <ItemGroup >
41
+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
42
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
43
+ </ItemGroup >
44
+
38
45
</Project >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
5
5
<Authors >Confluent Inc.</Authors >
6
6
<Description >Provides a Protobuf Serializer and Deserializer for use with Confluent.Kafka with Confluent Schema Registry integration</Description >
7
7
<Copyright >Copyright 2020-2022 Confluent Inc.</Copyright >
8
8
<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 >
10
13
<PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
11
14
<PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
12
15
<PackageTags >Kafka;Confluent;Schema Registry;Protobuf</PackageTags >
38
41
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
39
42
</ItemGroup >
40
43
44
+ <ItemGroup >
45
+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
46
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
47
+ </ItemGroup >
48
+
41
49
<ItemGroup >
42
50
<None Remove =" proto\confluent\type\decimal.proto" />
43
51
<EmbeddedResource Include =" proto\confluent\type\decimal.proto" />
Original file line number Diff line number Diff line change 6
6
<Description >A .NET Client for Confluent Schema Registry</Description >
7
7
<Copyright >Copyright 2017-2022 Confluent Inc.</Copyright >
8
8
<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 >
10
13
<PackageIconUrl >https://raw.githubusercontent.com/confluentinc/confluent-kafka-dotnet/master/confluent-logo.png</PackageIconUrl >
11
14
<PackageReleaseNotes >https://github.com/confluentinc/confluent-kafka-dotnet/releases</PackageReleaseNotes >
12
15
<PackageTags >Kafka;Confluent;Schema Registry</PackageTags >
31
34
<PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
32
35
</ItemGroup >
33
36
37
+ <ItemGroup >
38
+ <None Include =" ..\..\confluent-logo.png" Pack =" true" PackagePath =" \" />
39
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
40
+ </ItemGroup >
41
+
34
42
</Project >
You can’t perform that action at this time.
0 commit comments