What's Changed
Breaking Changes
Version 7 removes the Id
methods from the IFlag
interface and Flag
class to avoid deserialisation problems if this ID is null. A flag's internal ID is an implementation detail that should not be relevant to SDK users. If you have a use case that requires using a flag's internal ID, please create an issue here: https://github.com/Flagsmith/flagsmith-dotnet-client/issues
Full Changelog: v6.0.0...v7.0.0