Update Semantic Kernel dependencies to 1.68.0, bump version#182
Merged
Update Semantic Kernel dependencies to 1.68.0, bump version#182
Conversation
Upgraded all Microsoft.SemanticKernel-related dependencies to 1.68.0 (including preview/alpha packages where applicable) across the solution. Updated the changelog and incremented the solution version to 10.0.1.
MarioEncamina
previously approved these changes
Dec 16, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates all Microsoft Semantic Kernel dependencies from version 1.66.0 to 1.68.0 across the ENMARCHA solution to prevent configuration drift. The solution version is also incremented from 10.0.0 to 10.0.1, and the CHANGELOG is updated to document this minor change.
- Updated all Microsoft.SemanticKernel-related packages to version 1.68.0 (including preview and alpha variants)
- Bumped solution version to 10.0.1
- Updated CHANGELOG.md with version 10.0.1 entry
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Build.props | Incremented version prefix from 10.0.0 to 10.0.1 |
| CHANGELOG.md | Added version 10.0.1 entry documenting Semantic Kernel dependency updates, and corrected version reference in 10.0.0 section |
| src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj | Updated Microsoft.SemanticKernel.Abstractions from 1.66.0 to 1.68.0 |
| src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj | Updated Microsoft.SemanticKernel.Abstractions from 1.66.0 to 1.68.0 |
| src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj | Updated Microsoft.SemanticKernel.Abstractions from 1.66.0 to 1.68.0 |
| src/Encamina.Enmarcha.SemanticKernel.Connectors.Memory/Encamina.Enmarcha.SemanticKernel.Connectors.Memory.csproj | Updated Microsoft.SemanticKernel.Connectors.AzureAISearch and Microsoft.SemanticKernel.Connectors.Qdrant from 1.64.0-preview to 1.68.0-preview |
| src/Encamina.Enmarcha.SemanticKernel.Connectors.Document/Encamina.Enmarcha.SemanticKernel.Connectors.Document.csproj | Updated Microsoft.SemanticKernel.Connectors.AzureOpenAI from 1.66.0 to 1.68.0 and Microsoft.SemanticKernel.Plugins.Document from 1.64.0-alpha to 1.68.0-alpha |
| src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj | Updated Microsoft.SemanticKernel.Connectors.AzureOpenAI and Microsoft.SemanticKernel.Core from 1.66.0 to 1.68.0 |
| src/Encamina.Enmarcha.Agents/Encamina.Enmarcha.Agents.csproj | Updated Microsoft.SemanticKernel from 1.66.0 to 1.68.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated all Semantic Kernel dependencies to version 1.68.0.
Corrected a typo in the changelog for the 1.66.0 update ("Consolitaded" to "consolidated").
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
MarioEncamina
approved these changes
Dec 16, 2025
corregidor10
approved these changes
Dec 16, 2025
jorgegcanoencamina
approved these changes
Dec 16, 2025
corregidor10
approved these changes
Dec 16, 2025
encamina-hramos
approved these changes
Dec 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgraded all Microsoft.SemanticKernel-related dependencies to 1.68.0 (including preview/alpha packages where applicable) across the solution. Updated the changelog and incremented the solution version to 10.0.1.
Motivation and Context
Keep the ENMARCHA solution updated to mitigate configuration drift.
Type of change
Please check only those options that are relevant with a (✅).
Checklist
Please check all options from this checklist when validating your pull request with a (✅).