What's Changed
✨ New Features
- Introduced
CollectionParameterTemplateFormat
for enhanced parameter handling to avoid collisions when parameter collections are expanded. by @mishael-o in #107
🐛 Bug Fixes
- Fix
CollectionParameterFormat
construction logic when set, to use the right values. by @mishael-o in #110
🛠 Enhancements
- Dropped
net462
target. However, the library still targetsnetstandard2.0
which supportsnet462
tonet481
. by @mishael-o in #108
📦 Other Changes
- Fix for doc-site xref reference. by @mishael-o in #103
Full Changelog: v4.1.2...v4.2.3