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

Source code cannot be mapped for released nuget packages #282

Closed patspaeth closed 2 years ago

patspaeth commented 2 years ago

We as a company need to do license clearing and so we need to know what source code matches a particular released nuget version. Is it possible to at least tag the source code with the released version?

aliostad commented 2 years ago

Hi,

Yes tagging is a good practice. I can tag it from now on. Would that be fine for you?

patspaeth commented 2 years ago

Please tag for the latest release 2.11.1 if suitable.

patspaeth commented 2 years ago

then it is fine for me, when you tag all future releases

aliostad commented 2 years ago

This is done now v2.11.1. I actually had been tagging until version 2.7.1 but somehow I have forgotten to do that.