Bump Semantic Kernel to 1.74.0 and update deps - #188
Merged
Merged
Conversation
Add project guidelines and markdownlint config, bump VersionPrefix to 10.0.3 and add CHANGELOG entry for 10.0.3. Update Semantic Kernel dependencies to 1.74.0 (Core, Abstractions, Connectors.AzureOpenAI, Plugins.Document => 1.74.0-alpha, Plugins.Memory => 1.74.0-alpha, AzureAISearch/Qdrant => 1.74.0-preview) across multiple projects and sample. Also update related package versions (Microsoft.Extensions.DependencyInjection.Abstractions -> 10.0.4, Microsoft.Extensions.Options -> 10.0.2) and perform formatting/cleanup in CHANGELOG.md.
albertodiazencamina
approved these changes
Apr 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s Semantic Kernel dependency set (and a couple of related Microsoft.Extensions.* packages), bumps the library version to 10.0.3, and adds supporting repository guidelines/lint configuration.
Changes:
- Bump Semantic Kernel packages across several projects to
1.74.0(including-alpha/-previewSK packages where applicable). - Update
VersionPrefixto10.0.3and add a10.0.3entry inCHANGELOG.md(plus formatting cleanup). - Add
.github/copilot-instructions.mdproject guidelines and a.markdownlint.jsonconfiguration.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering/Encamina.Enmarcha.SemanticKernel.Plugins.QuestionAnswering.csproj | Bumps Microsoft.SemanticKernel.Abstractions to 1.74.0. |
| src/Encamina.Enmarcha.SemanticKernel.Plugins.Memory/Encamina.Enmarcha.SemanticKernel.Plugins.Memory.csproj | Bumps Microsoft.SemanticKernel.Abstractions to 1.74.0. |
| src/Encamina.Enmarcha.SemanticKernel.Plugins.Chat/Encamina.Enmarcha.SemanticKernel.Plugins.Chat.csproj | Bumps SK abstractions and Microsoft.Extensions.Options. |
| src/Encamina.Enmarcha.SemanticKernel.Connectors.Memory/Encamina.Enmarcha.SemanticKernel.Connectors.Memory.csproj | Bumps SK memory connector packages and DI abstractions. |
| src/Encamina.Enmarcha.SemanticKernel.Connectors.Document/Encamina.Enmarcha.SemanticKernel.Connectors.Document.csproj | Bumps SK Azure OpenAI connector and Document plugin packages. |
| src/Encamina.Enmarcha.SemanticKernel.Abstractions/Encamina.Enmarcha.SemanticKernel.Abstractions.csproj | Bumps SK Core and Azure OpenAI connector dependencies. |
| src/Encamina.Enmarcha.Agents/Encamina.Enmarcha.Agents.csproj | Bumps Microsoft.SemanticKernel meta-package to 1.74.0. |
| samples/SemanticKernel/Encamina.Enmarcha.Samples.SemanticKernel.QuestionAnswering/Encamina.Enmarcha.Samples.SemanticKernel.QuestionAnswering.csproj | Bumps SK Memory plugin package to 1.74.0-alpha. |
| Directory.Build.props | Updates VersionPrefix to 10.0.3. |
| CHANGELOG.md | Adds 10.0.3 entry and normalizes markdown formatting. |
| .markdownlint.json | Adds markdownlint configuration. |
| .github/copilot-instructions.md | Adds repo/project guidelines for Copilot usage and contributor conventions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lmarcos000
approved these changes
Apr 2, 2026
encamina-hramos
approved these changes
Apr 2, 2026
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
Add project guidelines and markdownlint config, bump VersionPrefix to 10.0.3 and add CHANGELOG entry for 10.0.3. Update Semantic Kernel dependencies to 1.74.0 (Core, Abstractions, Connectors.AzureOpenAI, Plugins.Document => 1.74.0-alpha, Plugins.Memory => 1.74.0-alpha, AzureAISearch/Qdrant => 1.74.0-preview) across multiple projects and sample. Also update related package versions (Microsoft.Extensions.DependencyInjection.Abstractions -> 10.0.4, Microsoft.Extensions.Options -> 10.0.2) and perform formatting/cleanup in CHANGELOG.md.
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 (✅).