aliostad / CacheCow

An implementation of HTTP Caching in .NET Core and 4.5.2+ for both the client and the server
MIT License
847 stars 172 forks source link

Strong named assemblies #222

Open jagbarcelo opened 5 years ago

jagbarcelo commented 5 years ago

It seems the three assemblies (CacheCow.Common.sn, CacheCow.Server.sn & CacheCow.Client.sn) were one time releases and were left in version 1.1.1

Any chances to update them to their latest version (2.4.2)?

Thanks in advance.

aliostad commented 5 years ago

Hi, I will look into releasing them soon - next couple of days.

denis-a-evdokimov commented 3 years ago

Any chance that package with signed assemblies will be released? Thank you!

martinsuchan commented 1 year ago

Hi, any chance to reopen this task and strongname sign the assemblies?

We're using CacheCow dependency in our project that is producing signed assemblies, and in order to make our project build pipeline work we had to sign the CacheCow assemblies ourselves. Having signed assemblies out of the box would help us a lot.

Note I can try creating Pull Request adding .snk file and enabling signing of all your projects during the build. It should be quite straightforward.

martinsuchan commented 11 months ago

Created pull request that adds strong-naming of all assemblies, feel free to use it.