semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Update .NET Jupytor notebooks to v0.13.442.1-preview

Open runceel opened this issue 2 years ago • 0 comments

Motivation and Context

At first, thank you for creating such a great library..

  1. Why is this change required? Jupytor notebook is a great starting point to start learning Semantic Kernel. However, Current notebooks is on 0.12.207.1-preview. There are a few breaking changes between the latest version. So it makes confuse to beginner. This pull request is update to the latest version 0.13.442.1-preview.

  2. What problem does it solve? Nothing.

  3. What scenario does it contribute to? Nothing.

  4. If it fixes an open issue, please link to the issue here. Nothing.

Description

Contribution Checklist

  • [x] The code builds clean without any errors or warnings
  • [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
  • [x] The code follows the .NET coding conventions (https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions) verified with dotnet format
  • [x] All unit tests pass, and I have added new tests where possible
  • [x] I didn't break anyone :smile:

runceel avatar May 11 '23 02:05 runceel