Releases: kontent-ai/boilerplate-net
Releases · kontent-ai/boilerplate-net
8.0.1
8.0.0
What's Changed
- Moved content type model classes to correct namespace, usings cleanup and related files update. by @MiroKentico in #103
- README.md typo fix by @MiroKentico in #102
- Add source header by @Simply007 in #107
- CTC-1518 Update URLs to Kontent Learn by @jancerman in #106
- 💥 Breaking change! Migration to Kontent.ai by @Simply007 in #108
- Renaming template name from
kentico-kontent-mvc
tokontent-ai-mvc
(and package name fromKentico.Kontent.Boilerplate
toKontent.Ai.Boilerplate
)
- Renaming template name from
- 💥 Breaking change! Targeting .NET 6
New Contributors
- @MiroKentico made their first contribution in #103
Full Changelog: 7.0.1...8.0.0
7.0.1
Bugfixes
- running model generation script on linux/macos
7.0.0
6.0.0 - the last release for .NET Core 3.1
New features:
- webhook validation & responsive images extracted to https://www.nuget.org/packages/Kentico.Kontent.AspNetCore/ (https://github.com/Kentico/kontent-aspnetcore)
- compatible with the .NET Delivery SDK v14 and model generator v6
https://www.nuget.org/packages/Kentico.Kontent.Boilerplate/6.0.0
5.0.0
https://www.nuget.org/packages/Kentico.Kontent.Boilerplate/5.0.0
New features:
- based on the new Delivery SDK v13 and code generator v5
- caching extracted to a separate nuget package Kentico.Kontent.Delivery.Caching
- code generation as a pre-build event
4.0.2
4.0.1
4.0.0
https://www.nuget.org/packages/Kentico.Kontent.Boilerplate/4.0.0
Features:
- Supports .NET Core 3
- Supports template parameters for setting up the project id and domain
- Includes best practices for caching
3.0.0
Breaking changes
- Kentico Cloud is now Kentico Kontent.
As we finalize our move to Content as a Service, we decided to reflect that in our brand so we renamed repository, Nuget feed, namespaces, classes and all related code. - All occurrences of
Cloud
in class names and namespaces replaced withKontent
. KenticoCloudWebhookSecret
renamed toKenticoKontentWebhookSecret
.