Closed sethfduke closed 3 years ago
bump
@sethfduke Hi there, why do we need this? Does it currently not work with 1.1?
@sethfduke Hi there, why do we need this? Does it currently not work with 1.1?
It does work without issue with Cake v1.0.0, however it does throw a warning about using such an old version of Cake.Core. Seemed like a logical fix to just bump the version.
The assembly 'Cake.Docker, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (0.33.0).
For best compatibility it should target Cake.Core version 1.0.0.
@sethfduke Are you sure that you are using the latest Cake.Docker 1.0.0. It references Cake.Core 1.0.0, not 0.33.0 as your warning says.
@sethfduke Are you sure that you are using the latest Cake.Docker 1.0.0. It references Cake.Core 1.0.0, not 0.33.0 as your warning says.
Ah, I see now, there was a second addin line in one of our Cake files that was using the older version still. My apologies.
@sethfduke Hey, no worries, have fun with Cake.Docker and thanks for creating a PR nevertheless.
Update Cake packages to v1.1.0.