Skip to content

Conversation

@liamgold
Copy link
Owner

Summary

Updates the package to support Xperience by Kentico v31.0.0.

Breaking Change ⚠️

This is a breaking change that requires consuming applications to be running XbyK v31.0.0.

Changes

  • 🔢 Bumped package version to 3.0.0 (major version for breaking change)
  • 📦 Updated Kentico package references from v30.11.1 to v31.0.0 in Directory.Packages.props
  • 📚 Updated README Library Version Matrix to reflect v31.0.0 → 3.0.0+ mapping
  • 🗑️ Removed deprecated DataProtectionSamples module and related files from DancingGoat example
  • 🔒 Updated package lock files for reproducible builds

Resolves #18

🤖 Generated with Claude Code

BREAKING CHANGE: Updated Kentico package references from v30.11.1 to v31.0.0

- Bumped package version to 3.0.0 (major version for breaking change)
- Updated Kentico package references to v31.0.0 in Directory.Packages.props
- Updated README Library Version Matrix to reflect v31.0.0 support
- Removed deprecated DataProtectionSamples module and related files from DancingGoat example
- Updated package lock files for both main library and example project

Resolves #18

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings December 17, 2025 20:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the XperienceCommunity.ImageProcessing package to support Xperience by Kentico v31.0.0, introducing a breaking change that requires consuming applications to upgrade to XbyK v31.0.0.

  • Updated all Kentico package references from v30.11.1 to v31.0.0
  • Bumped package version from 2.0.1 to 3.0.0 to indicate breaking change
  • Removed deprecated DataProtectionSamples module from DancingGoat example

Reviewed changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/XperienceCommunity.ImageProcessing.csproj Updated package version to 3.0.0
Directory.Packages.props Updated Kentico package references to v31.0.0
README.md Updated version matrix to reflect v31.0.0 → 3.0.0+ mapping
src/packages.lock.json Updated package lock with v31.0.0 dependencies
examples/DancingGoat/packages.lock.json Updated DancingGoat example dependencies to v31.0.0
examples/DancingGoat/DancingGoat.sln Updated Visual Studio version and added project reference
examples/DancingGoat/DataProtectionSamples/* Removed deprecated DataProtectionSamples module files

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@liamgold liamgold merged commit a1dbc39 into main Dec 17, 2025
4 checks passed
@liamgold liamgold deleted the feature/18-support-xbyk-v31 branch December 17, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support XbyK v31.0.0

2 participants