Skip to content

Commit

Permalink
Target Confluent.Kafka / librdkafka 1.5.2 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink authored Oct 21, 2020
1 parent 0c92c27 commit 0823f35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added
### Changed

- Target [`Confluent.Kafka [1.5.2]`](https://github.com/confluentinc/confluent-kafka-dotnet/blob/v1.5.2/CHANGELOG.md#152), [`librdkafka.redist [1.5.2]`](https://github.com/edenhill/librdkafka/releases/tag/v1.5.2) [#80](https://github.com/jet/FsKafka/pull/80)

### Removed
### Fixed

Expand Down
4 changes: 2 additions & 2 deletions src/FsKafka/FsKafka.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageReference Include="FSharp.Core" Version="4.3.4" Condition=" '$(TargetFramework)' != 'net461' " />

<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Confluent.Kafka" Version="[1.5.0]" />
<PackageReference Include="librdkafka.redist" Version="[1.5.0]" />
<PackageReference Include="Confluent.Kafka" Version="[1.5.2]" />
<PackageReference Include="librdkafka.redist" Version="[1.5.2]" />
<PackageReference Include="Serilog" Version="2.7.1" />
</ItemGroup>

Expand Down

0 comments on commit 0823f35

Please sign in to comment.