Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Microsoft.SemanticKernel.TemplateEngine.Basic from 1.0.0-beta1 to 1.0.0-beta2.
Release notes
Sourced from Microsoft.SemanticKernel.TemplateEngine.Basic's releases.
Commits
4fc94a2
.Net: The NuGet packages version has been bumped for beta2 (#3197)7ab5c39
.Net: Obsolete the useless SetDefaultFunctionCollection (#3183)3929794
.Net: Move several IKernel methods to a KernelExtensions class (#3186)c3a7ab3
.Net: Delete duplicative Json.ToJson (#3190)1869607
.Net: Avoid list allocation in NullReadOnlyFunctionCollection (#3189)08ebc25
.Net: Avoid a few unnecessary Dictionary allocations in Abstractions (#3188)3cc21db
.Net: Remove ILoggerFactory from FunctionCollection (#3184)11f26fa
.Net: Net: PromptTemplateConfig and IPromptTemplate namesapce refactor (#3174)224f0db
.Net: Hide Memory Collection types for internal usage only (#3175)cfc14bb
.Net: Update the description to explain why context.Variables.Update is being...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show