phillipsj / Cake.AzureStorage

Cake Addin for working with Azure Storage
Apache License 2.0
6 stars 10 forks source link

Error: The assembly 'Cake.AzureStorage, Version=0.11.53.0' is referencing an older version of Cake.Core (0.17.0) #17

Closed samirem closed 5 years ago

samirem commented 6 years ago

Getting the following error when trying to run Cake 0.22, 0.23 or 0.24.

Error: The assembly 'Cake.AzureStorage, Version=0.11.53.0, Culture=neutral, PublicKeyToken=null' is referencing an older version of Cake.Core (0.17.0).
This assembly need to reference at least Cake.Core version 0.22.0. Another option is to downgrade Cake to an earlier version.
It's not recommended, but you can explicitly opt-out of assembly verification by configuring the Skip Verification setting to true (i.e. command line parameter "--settings_skipverification=true", environment variable "CAKE_SETTINGS_SKIPVERIFICATION=true", read more about configuration at https://cakebuild.net/docs/fundamentals/configuration)
phillipsj commented 6 years ago

I apologize for being slow on getting this published. An updated version should be published today.

samirem commented 6 years ago

I'm still getting this problem, but now it says "Cake.AzureStorage, Version=0.11.0.0" instead. Tried to explicitly reference 0.14.0 in Cake through:

addin nuget:?package=Cake.AzureStorage&version=0.14.0

Am I doing something wrong, or is it not fixed yet? :)

medokin commented 5 years ago

It seems to be fixed with https://github.com/RadioSystems/Cake.AzureStorage/pull/21, but there no release yet 😢

phillipsj commented 5 years ago

A release should be going out this week.