2020IP / TwentyTwenty.Storage

A cross-cloud storage abstraction
Other
100 stars 26 forks source link

Upgrade nuget packages for providers #11

Closed juchom closed 6 years ago

juchom commented 7 years ago

Current package for IStorageProvider is 2.1

For Azure & LocalStorage package is 2.0.

The signature of the interface has change (CopyBlobAsync) which is not present in the 2.0 packages of implementations

ghost commented 6 years ago

I'm sad to see that this issue is almost a year old.

SemVer rules were violated, TwentyTwenty.Storage contained a breaking change. TwentyTwenty.Storage 2.1 is not usable if you need TwentyTwenty.Storage.Local.

jarroda commented 6 years ago

Fixed in version 2.4. All providers have been updated.