Release 2.0.0-beta0014
Pre-release
Pre-release
Moved to v2.0 because we're now targeting .NET 6 and Kontent SDK V16 has some breaking changes.
Still in beta because Statiq is in Beta.
- Kontent SDK v16
- Statiq Beta 60
⚠ There are namespace changes in Kontent SDK v16
Fortunately it's only namespace changes and adjusting using
statements should be enough to fix this.
For example:
Old | New |
---|---|
Kentico.Kontent.ImageTransformation | Kentico.Kontent.Urls.ImageTransformation |
Kentico.Kontent.Delivery.Urls.QueryParameters | Kentico.Kontent.Urls.Delivery.QueryParameters |
Please refer to the Kontent SDK v16 release for more details.