thepirat000 / CachingFramework.Redis

Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Other
287 stars 52 forks source link

No code for 15 release #83

Closed GraySerg closed 1 year ago

GraySerg commented 1 year ago

Hi. I have found a 15 release, but no source code. Are you repository was hijacked?

thepirat000 commented 1 year ago

do you mean there is no 15.0.0 tag in the source code? I just forgot to push the tag, now the code is tagged for version 15.0.0

GraySerg commented 1 year ago

No, i mean no source code changes in repository. Last changes was made 05.08.2022. And, by the way, you can safely remove MsgPack.Cli from the references and bump StackExchange.Redis to the latest version

ovska commented 1 year ago

I think there were only build changes for 15.0.0, not code changes. See: #82

thepirat000 commented 1 year ago

Oh, I see...

I forgot to push the latest commit, the repository was outdated. I've fixed it already.

thepirat000 commented 1 year ago

No, i mean no source code changes in repository. Last changes was made 05.08.2022. And, by the way, you can safely remove MsgPack.Cli from the references and bump StackExchange.Redis to the latest version

Do you mean for CachingFramework.Redis.MsgPack package, right?