3.0.0
Breaking Changes:
- This release moves the core
ProblemDetails
type into its own library/package (IntelligentPlant.ProblemDetails.Core
). This is to allow for easier consumption of problem details responses by C# clients. The updatedIntelligentPlant.ProblemDetails.WebApi
package will automatically reference this dependency, so there is no need to add a new package reference to consuming projects when updating.