mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-13 07:51:21 +00:00
[.NET] Release v0.2.1 (#3529)
* Write release note for 0.2.1 & upgrade version prefix to 0.2.1 * update tom.yml * add example to release note Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com> --------- Co-authored-by: luongdavid <luongdavid@microsoft.com> Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
This commit is contained in:
parent
e76c39e52d
commit
6c9d9d8cc3
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<VersionPrefix>0.2.0</VersionPrefix>
|
<VersionPrefix>0.2.1</VersionPrefix>
|
||||||
<Authors>AutoGen</Authors>
|
<Authors>AutoGen</Authors>
|
||||||
<PackageProjectUrl>https://microsoft.github.io/autogen-for-net/</PackageProjectUrl>
|
<PackageProjectUrl>https://microsoft.github.io/autogen-for-net/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/microsoft/autogen</RepositoryUrl>
|
<RepositoryUrl>https://github.com/microsoft/autogen</RepositoryUrl>
|
||||||
|
|||||||
7
dotnet/website/release_note/0.2.1.md
Normal file
7
dotnet/website/release_note/0.2.1.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Release Notes for AutoGen.Net v0.2.1 🚀
|
||||||
|
|
||||||
|
## New Features 🌟
|
||||||
|
- **Support for OpenAi o1-preview** : Added support for OpenAI o1-preview model ([#3522](https://github.com/microsoft/autogen/issues/3522))
|
||||||
|
|
||||||
|
## Example 📚
|
||||||
|
- **OpenAI o1-preview**: [Connect_To_OpenAI_o1_preview](https://github.com/microsoft/autogen/blob/main/dotnet/sample/AutoGen.OpenAI.Sample/Connect_To_OpenAI_o1_preview.cs)
|
||||||
@ -1,3 +1,6 @@
|
|||||||
|
- name: 0.2.1
|
||||||
|
href: 0.2.1.md
|
||||||
|
|
||||||
- name: 0.2.0
|
- name: 0.2.0
|
||||||
href: 0.2.0.md
|
href: 0.2.0.md
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user