Flagsmith / flagsmith-dotnet-client

.NET Standard Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://www.flagsmith.com/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

chore: bump version 5.2.0 #79

Closed matthewelwell closed 8 months ago

JFCote commented 8 months ago

@matthewelwell Nice! Looking forward trying this version :)

matthewelwell commented 8 months ago

@JFCote the new version has been deployed at: https://www.nuget.org/packages/Flagsmith/5.2.0 (although this might not be visible to you yet while it's propagating to the nuget CDN).

I know you mentioned you wanted to contribute more to the Flagsmith project, would you be willing to add some documentation for the caching that you added. We have some docs for the other libraries here that you can follow. The docs are included in the main flagsmith repository here.

Let me know if you think you'll be able to do that, otherwise I will add it to my backlog :)

JFCote commented 8 months ago

@matthewelwell I will try to do it but only once the caching feature will be considered "stable". Right now there is a bug preventing its use. You can find the fix here: https://github.com/Flagsmith/flagsmith-dotnet-client/pull/81