drlsdee
drlsdee
To enable support for expressions like this: ```Get-ADComputer -Filter "(OperatingSystem -like '*Windows*') -and (Enabled -eq '$true')" | Select-Object -ExpandProperty DNSHostName | Get-STDotNetVersion @otherParams``` This means that not only should the...
Resolves #425 In `win32\win32_config.h`: - added version check for `librdkafka`; - if the version >= `0x00090100`, sets `ENABLE_KAFKACONSUMER` to 1; - otherwise sets `ENABLE_KAFKACONSUMER` to 0. - also added definitions...
# Description This PR resolves edenhill#429 and adds file version info and product version info to the compiled output executable for Windows # Added - `win32/kcat.rc` - contains file and...
Feature Request: Include version info in the binary file properties, at least for Windows builds. This is necessary for application discovery rules and version control. Also refers to [librdkafka](https://github.com/confluentinc/librdkafka).
# Steps to reproduce 1. Download the source code, latest release or even just pull from master 2. Do not touch, edit etc, just build with MS Visual Studio and...